Citedy
MCP Integration

Connect Citedy via MCP

Use Citedy SEO tools directly inside Cursor, Claude Code, Claude Desktop, or ChatGPT via the Model Context Protocol.

https://mcp.citedy.com/mcp

Supported Clients

Recommended

Cursor

Add to mcp.json config file

API Key
Recommended

Claude Code

One CLI command setup

API Key

Claude Desktop

Settings → Connectors flow

OAuth

ChatGPT

Settings → Apps flow

OAuth
Universal InstallWorks with Codex, Claude Code, Droid, Cursor & more
npx openskills install Citedy/citedy-seo-agent

Cursor

Recommended

Create ~/.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}"
      }
    }
  }
}
  1. 1.Set env var: CITEDY_AGENT_API_KEY=citedy_agent_xxx
  2. 2.Restart Cursor
  3. 3.Open chat and verify tools are visible, then run agent.me

Claude Code

Recommended

Add 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/mcp

Verify:

claude mcp list

Claude Desktop

  1. 1.Open Settings → Connectors
  2. 2.Click Add custom connector
  3. 3.Enter MCP server URL: https://mcp.citedy.com/mcp
  4. 4.Click Add, then Connect to authenticate
  5. 5.In chat, enable connector from + → Connectors

ChatGPT

  1. 1.Go to Settings → Apps
  2. 2.Enable Developer mode in Advanced settings
  3. 3.Create app from MCP endpoint: https://mcp.citedy.com/mcp
  4. 4.Configure auth, save, and test in chat

Troubleshooting

MCP server is starting up. Not yet available.
Wait for deployment warm-up and retry in a few seconds.
Missing or invalid Authorization header
API key is missing or invalid. Check your CITEDY_AGENT_API_KEY environment variable.
This MCP server doesn't implement our specification
ChatGPT-specific error. Check MCP compatibility and required capabilities.
Tools missing after deploy
Refresh tool list in your client UI and reconnect the app/connector.

Ready to connect?

Get your API key from the dashboard to start using Citedy tools in your AI editor.