mcp bitso for Cursor
io.github.codespar/mcp-bitso
MCP server for Bitso — Latin American crypto exchange, trading, funding, withdrawals
client:Cursor
transport:stdio
runtime:npm
Install mcp bitso in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-bitso": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@codespar/mcp-bitso"
],
"env": {
"BITSO_API_KEY": "<BITSO_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs