Connect Exceefy MCP to Cursor

Integrate your Exceefy data into Cursor via the MCP protocol to query your crypto assets from your IDE.

This guide explains how to connect the Exceefy MCP server to Cursor.

Exceefy MCP server URL: https://api.exceefy.com/mcp

Method 1 Via Cursor settings (GUI)

1. Open the MCP settings

In Cursor, go to:

Cursor > Settings > MCP (or use Cmd/Ctrl + Shift + J, then the MCP tab)

2. Add a new server

Click Add new MCP server and fill in:

  • Name: exceefy
  • Type: sse
  • Server URL: https://api.exceefy.com/mcp

Click Save.

3. Verify the connection

The server should appear with a green status in the list. If not, click Refresh.

Method 2 Via the .cursor/mcp.json file

You can also configure the MCP server directly via a JSON file, either globally or per-project.

Global configuration (available in all your projects):

  • macOS / Linux: ~/.cursor/mcp.json
  • Windows: %USERPROFILE%\.cursor\mcp.json

Local configuration (for a specific project):

.cursor/mcp.json at the root of your project.

File content:

{
  "mcpServers": {
    "exceefy": {
      "url": "https://api.exceefy.com/mcp"
    }
  }
}

Save, then restart Cursor or refresh the MCP servers in the settings.

Using MCP in Composer / Chat

Once connected, open the Composer or Chat in Cursor and ask:

"Analyze my Exceefy portfolio and tell me which assets carry the most risk"

Cursor will use the Exceefy MCP server to query your data in real time.

💡 Check out the article Does Exceefy have an MCP server? to discover all compatible tools.