Cue
MCP Integration

Claude Setup

Connect Cue to Claude Web, Desktop, or Claude Code

Connect Cue to Claude

Follow these steps to schedule posts directly from Claude.

Claude Web (Pro/Teams/Enterprise)

  1. In Claude, go to Settings > Connectors
  2. Click Add custom connector
  3. Enter:
    • Name: Cue
    • Remote MCP server URL: https://api.oncue.so/mcp
  4. Click Add
  5. Click the Connect button next to Cue
  6. You'll be redirected to Cue to log in and approve the connection
  7. Once approved, Cue tools are available in your chats

Claude Desktop

  1. Open your Claude Desktop config file:

    • Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add this configuration:

{
  "mcpServers": {
    "cue": {
      "url": "https://api.oncue.so/mcp"
    }
  }
}
  1. Restart Claude Desktop
  2. Claude will prompt you to authenticate with Cue on first use

Claude Code

Run this command in your terminal:

claude mcp add cue https://api.oncue.so/mcp

Then run /mcp in Claude Code to authenticate.

Start Using Cue

Try asking Claude:

"What social accounts do I have in Cue?"

Claude will connect to Cue and show your accounts. From there, you can schedule posts directly in your conversation!

Troubleshooting

"Unauthorized" error

Your session may have expired. Reconnect by removing and re-adding the integration.

"No accounts found"

Make sure you have at least one social account connected in Cue.

Connection issues

Ensure you're logged into Cue in your browser before connecting from Claude.

On this page