Use ChatSEO inside Claude, Cursor & ChatGPT
ChatSEO ships a remote MCP server so your AI assistant can read your Google Search Console data, run SEO audits, draft briefs, and manage sites — without leaving the chat.
OAuth 2.1 authentication · Pro plan required · Works with every MCP-compatible client
https://api.chatseo.app/mcpQuickstart
Pick your client. Copy the config. Sign in with OAuth on first use.
Claude Desktop
~/.claude/claude_desktop_config.json{
"mcpServers": {
"chatseo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.chatseo.app/mcp"]
}
}
}Claude Code
CLIclaude mcp add --transport http chatseo https://api.chatseo.app/mcpCursor
.cursor/mcp.json{
"mcpServers": {
"chatseo": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://api.chatseo.app/mcp"]
}
}
}VS Code (GitHub Copilot)
.vscode/mcp.json{
"servers": {
"chatseo": {
"type": "http",
"url": "https://api.chatseo.app/mcp"
}
}
}ChatGPT
Settings → Connectors → Add custom connectorURL: https://api.chatseo.app/mcp
Auth: OAuth (automatic)34 tools across 7 categories
Every capability of the ChatSEO agent is exposed as a tool. Your assistant picks the right one automatically.
Organizations
list_organizationsList organizations the user belongs to
set_organizationSet the active organization for the session
get_creditsRemaining credits for the active organization
Sites
get_gsc_sitesList accessible Google Search Console properties
list_sitesList sites in the active organization
get_siteGet a site by ID
create_siteCreate a new site
update_siteUpdate an existing site
delete_siteDelete a site and its data
Conversations
send_messageSend a message to ChatSEO — the main entrypoint
list_conversationsList conversations for the active organization
update_conversationUpdate conversation title or project
get_conversation_messagesFetch the full message history
share_conversationCreate a public share link
get_share_statusReturn the current share status
revoke_shareRevoke an existing share link
Projects
list_projectsList projects in the active organization
get_projectGet a project by ID
create_projectCreate a project
update_projectUpdate a project
delete_projectDelete a project and its conversations
Todos
list_todosList todos, filterable by project or site
get_todoGet a todo by ID
create_todoCreate a todo
update_todoUpdate a todo
delete_todoDelete a todo and its subtasks
Integrations
list_integrationsList integrations (GSC, GA) for the organization
get_integrationGet a specific integration
delete_integrationDelete an integration
link_integration_to_siteBind an integration to a site
unlink_integration_from_siteUnbind an integration from a site
Artifacts
list_artifactsList artifacts attached to a conversation
get_artifactGet a single artifact by ID
update_artifactUpdate an artifact's title or content
Authentication
ChatSEO implements OAuth 2.1 with Protected Resource Metadata (RFC 9728). MCP clients bootstrap the flow automatically.
- Endpoint
- https://api.chatseo.app/mcp
- Transport
- Streamable HTTP
- Issuer
- https://api.chatseo.app/auth
- Resource metadata
- https://api.chatseo.app/.well-known/oauth-protected-resource/mcp
- Plan required
- Pro or higher
For AI agents
This page has machine-readable companions. If you're an agent, start here:
Ready to let your agent do SEO?
Create a ChatSEO account, upgrade to Pro, and connect your AI assistant in under two minutes.
Start free