diff --git a/package.json b/package.json index 56392ee..9a88be0 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "open-seo", "private": true, "sideEffects": false, - "version": "0.0.10", + "version": "0.0.11", "type": "module", "packageManager": "pnpm@10.30.1", "scripts": { diff --git a/release-notes/v0.0.11.md b/release-notes/v0.0.11.md new file mode 100644 index 0000000..8351764 --- /dev/null +++ b/release-notes/v0.0.11.md @@ -0,0 +1,29 @@ +🚀 OpenSEO now supports MCP, so you can use OpenSEO as the SEO brain for your Claude Code, Codex, or AI agent workflows. + +Connect your agent to OpenSEO and let it research with your live project data instead of starting from a blank chat. + +For Claude Code locally: + +```sh +claude mcp add --transport http --scope user openseo-local http://localhost:3001/mcp +``` + +For Codex: + +```sh +codex mcp add openseo --url https://app.openseo.so/mcp +``` + +Learn more: https://openseo.so/features/mcp + +## What you can do + +- Ask an agent to research keyword ideas for a domain and save the best ones to OpenSEO. +- Compare SERP results while drafting SEO briefs, outlines, or refresh plans. +- Pull backlink and domain context into agent workflows without copy/pasting between tools. +- Check rank tracking data while planning content updates or reporting on SEO progress. +- Use OpenSEO with Claude Desktop, Claude Code, Codex, or any MCP-compatible AI tool. + +This is the first step toward agent-native SEO workflows: your assistant can inspect the data, reason about it, and help you move faster. ✨ + +Full Changelog: https://github.com/every-app/open-seo/compare/v0.0.10...v0.0.11