Skip to content
Cursor

CryptoSignals for Cursor

io.github.marcindudekdev/crypto-signals-mcp

Real-time crypto volume anomaly detection across 50+ tokens for whale signals

client:Cursor transport:stdio runtime:pypi

Install CryptoSignals 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

CryptoSignals in other clients