Build with AI

Use Circle's MCP Server in Your IDE

Integrate Circle’s MCP server to let your LLM or AI-assisted IDE generate and fix code for crypto apps using Circle’s offerings, including Wallets, Smart Contract Platform, CCTP, Bridge Kit, and Gateway.

Add Circle's MCP server to your client with the following details:

  • Server Name: circle
  • Server URL: https://api.circle.com/v1/codegen/mcp

Select your MCP client to view detailed setup instructions:

  • Cursor
  • Claude Code
  • Windsurf
  • Kiro

Download and install Cursor if you haven't already.

1-Click Set Up

Manual steps:

  1. Open a project in Cursor and navigate to Cursor Settings.

  2. In the settings menu, go to the MCP section.

  3. Click New MCP Server. This will open your mcp.json configuration file.

  4. Add the following configuration:

    JSON
    {
      "mcpServers": {
        "circle": {
          "url": "https://api.circle.com/v1/codegen/mcp"
        }
      }
    }
    
  5. Return to the MCP settings page and enable the server using the toggle switch next to circle. Start generating code for Circle Wallets, Contracts, CCTP, and Gateway.

For more information on how to use MCP with Cursor, see the Cursor MCP documentation.

Did this page help you?
© 2023-2025 Circle Technology Services, LLC. All rights reserved.