MCP Overview
Resources
Step-by-step guide to connect the Cite AI MCP Server with Claude, Cursor, or ChatGPT. Need help? Contact us at support@citehq.ai
All supported platforms use the same MCP server URL:
https://api.citehq.ai/mcp
When connecting for the first time, you’ll be prompted to sign in to Cite AI and authorize access. Once connected, your session remains active across conversations, so you won’t need to reconnect each time.
Open Claude Desktop and go to Settings, then Connectors.

Choose the option to add a custom connector.

Paste the Cite AI MCP server URL: https://api.citehq.ai/mcp when prompted. Claude will then guide you through the authentication flow and connect Cite AI as an available MCP tool inside your conversations.

Run this command in your terminal:
claude mcp add cite-ai --transport streamable-http https://api.citehq.ai/mcp
Claude will prompt you to authorize access the first time you use a Cite AI MCP tool.
Open Cursor Settings, then navigate to: Tools & MCP
Add the following configuration to your mcp.json file and save the changes:
{
"mcpServers": {
"cite-ai": {
"url": "https://api.citehq.ai/mcp",
"transport": "streamable-http"
}
}
}

The first time you use the server, Cursor will prompt you to sign in and authorize access through Cite AI.
Add a .vscode/mcp.json file to your workspace, or open the user-level configuration using the MCP: Open User Configuration command.
{
"servers": {
"cite-ai": {
"type": "http",
"url": "https://api.citehq.ai/mcp"
}
}
}
Once added, VS Code will prompt you to authorize access through your Cite AI account the first time you use the MCP server.
The Cite AI MCP Server uses Streamable HTTP transport and works with AI tools that support the MCP standard.
Use the following server URL during setup:
https://api.citehq.ai/mcp
After setup, try asking:
List my Cite AI projects
If your projects appear successfully, the connection is working correctly.
You can then start asking questions like:
Need help? Contact support@citehq.ai