firstdollar for Cursor
io.github.lisamaraventano-spine/firstdollar
An MCP that teaches AI agents to use the wallets they already have. Teacher, not butler.
client:Cursor
transport:stdio
runtime:npm
Install firstdollar in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"firstdollar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"firstdollar"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs