Which AI clients can use ChatSEO MCP?
Not every AI assistant supports MCP natively. Per-client picture for ChatSEO:
| Client | Support | Notes |
|---|---|---|
| Claude (Desktop/Web) | Native MCP | Add the MCP server URL and authenticate via OAuth; no API key to paste. Requires the Pro plan. |
| Claude Code | Native MCP | Connects to the hosted MCP server over OAuth; full access to the 34 tools on Pro and up. |
| ChatGPT | Native MCP | Listed as a supported MCP client; OAuth sign-in, Pro plan required. |
| Cursor | Native MCP | Native MCP support; add the server and sign in once. |
| vscode | Native MCP | Works via GitHub Copilot's MCP support in VS Code. |
How to connect ChatSEO MCP to Claude Desktop
Add this block to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows), then restart Claude Desktop. Cursor and Codex use a similar schema.
{
"mcpServers": {
"chatseo": {
"command": "npx",
"args": ["mcp-remote", "<YOUR_MCP_URL>"]
}
}
}
// HTTP-transport MCP. Get your <YOUR_MCP_URL> from the vendor dashboard.
// Server source: https://api.chatseo.app/mcp
// Claude Code (one-liner): claude mcp add chatseo <YOUR_MCP_URL> --transport httpSome MCP servers require an API key. Check the source page for setup: api.chatseo.app/mcp.
Does ChatSEO MCP cost extra?
ChatSEO ships an official MCP server that uses your existing subscription credentials.
- No separate MCP licence to buy. You pay for your ChatSEO plan, the MCP server queries that account.
- Whether it's gated to a specific tier wasn't extracted automatically — verify the access requirements on the MCP page or pricing docs.
ChatSEO also publishes a REST API
ChatSEO publishes an API, but per-tier gating wasn't extracted automatically.
See ChatSEO API pageWhat you can do with ChatSEO from an AI agent
Three shapes of agent workflow. Pick the row that matches how you actually use Claude / Cursor / Codex day to day.
Skip the dashboard, ask Claude
- "What keywords moved this week?" answered in seconds
- Quick one-off questions without leaving the editor
- Pipe ChatSEO data into your personal notes / docs without writing a script
Run client analysis at agent speed
- Hand the MCP server to your team — every consultant can ask Claude about any client's ChatSEO account
- Multi-account workflows without context-switching the ChatSEO UI
- Reports you'd normally spend hours on, done before standup
Production agent workflows
- Embed in your internal Codex / Cursor agents that triage ChatSEO data daily
- Combine with other MCP servers in a multi-step agent chain
- Constrain agents to read-only roles to keep production ChatSEO safe
Limits and gotchas
- Official MCP server — published by ChatSEO themselves, so it should track product changes.
- Fallback: the REST API works for any flow the MCP server doesn't cover.
- Rate limits: MCP calls count against your underlying ChatSEO API quota. Burst usage from a curious agent can drain a daily allowance fast.
Agent-readiness verdict
A genuinely strong, native MCP server: OAuth 2.1 with RFC 9728 bootstrap, 34 tools spanning sites, conversations, integrations and artifacts, and broad client support across Claude, Cursor, VS Code and ChatGPT. The one knock is that it requires the €49 Pro plan. A solid 7 out of 10.
Scored by Joonas (TMB).
ChatSEO MCP & API FAQ
Is the ChatSEO MCP server official?+
Can I use the ChatSEO MCP with Cursor or Codex?+
Does ChatSEO have a public API?+
Sources
- ChatSEO official site: https://chatseo.app
- MCP server page: https://api.chatseo.app/mcp
- API docs: https://chatseo.app/mcp.md
Data verified by Joonas on the dates shown. MCP server status auto-rechecked weekly.
10+ years in digital marketing. I review marketing software for AI-stack fit: real pricing, MCP and API support, and how cleanly each tool drops into an AI agent workflow, cross-checked against verified data and real user feedback.

