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
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:
exceefyssehttps://api.exceefy.com/mcpClick Save.
3. Verify the connection
The server should appear with a green status in the list. If not, click Refresh.
.cursor/mcp.json fileYou can also configure the MCP server directly via a JSON file, either globally or per-project.
Global configuration (available in all your projects):
~/.cursor/mcp.json%USERPROFILE%\.cursor\mcp.jsonLocal 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.
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.