Use Citedy SEO tools directly inside Cursor, Claude Code, Claude Desktop, or ChatGPT via the Model Context Protocol.
Add to mcp.json config file
API KeyOne CLI command setup
API KeySettings → Connectors flow
OAuthSettings → Apps flow
OAuthnpx openskills install Citedy/citedy-seo-agentCreate ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
{
"mcpServers": {
"citedy": {
"url": "https://mcp.citedy.com/mcp",
"headers": {
"Authorization": "Bearer ${env:CITEDY_AGENT_API_KEY}"
}
}
}
}CITEDY_AGENT_API_KEY=citedy_agent_xxxagent.meAdd the remote HTTP MCP server with one command:
claude mcp add --transport http \
--header "Authorization: Bearer $CITEDY_AGENT_API_KEY" \
citedy https://mcp.citedy.com/mcpVerify:
claude mcp listhttps://mcp.citedy.com/mcphttps://mcp.citedy.com/mcp