cryptodata mcp for Cursor
io.github.kota1026/cryptodata-mcp
CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...
client:Cursor
transport:stdio
runtime:npm
Install cryptodata mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cryptodata-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cryptodata-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs