v0.0.11
every-app/open-seov0.0.11May 10, 2026by bensenescu
AI Summary
This release launches Model Context Protocol (MCP) support, enabling OpenSEO to function as an SEO brain for AI agents like Claude Code and Codex by providing access to live project data.
Key Highlights
- Connect agents to OpenSEO for live project data research
- Compare SERP results while drafting SEO briefs
- Pull backlink and domain context into agent workflows
- Check rank tracking data during content planning
- Agent-native SEO workflows
New Features
- MCP protocol integration
- Live data access for AI agents
- Agent-native SEO workflows
Full Release Notes
🚀 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