Skip to content

Cursor MCP

MCP settings for Cursor

Open Cursor

Find and click Cursor in the upper left menu bar

Open Settings...

Click Cursor Settings

Click Tools & Integrations

Click New MCP Server

Add the configuration below to the mcp.json file

Example mcp.json
{
    "mcpServers": {
        "<name>": {
            "type": "http",
            "url": "http://mcp.turingpaper.ai/mcp/<id>",
            "headers": {
                "Authorization": "Bearer <token>"
            }
        }
    }
}

Where do I find the ID, Name and Token?

You can find these instructions and the full URL, Name and Token to use in the configuration panel of your project.

MCP configuration for Cursor clients
Copyright © 2024-2025 Turingpaper Technologies, Inc.