btcmcp for Cursor
io.github.iworkist/btcmcp
An MCP server that provides Bitcoin price data from Binance API
client:Cursor
transport:stdio
runtime:pypi
Install btcmcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"btcmcp": {
"type": "stdio",
"command": "uvx",
"args": [
"btcmcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs