Skip to content
Cursor

Crypto Signals MCP for Cursor

io.github.agenthustler/crypto-signals-mcp

Real-time crypto volume anomaly detection across 50+ tokens with pump signals.

client:Cursor transport:stdio runtime:pypi

Install Crypto Signals MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "crypto-signals-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "crypto-signals-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Crypto Signals MCP in other clients