Buy Me a Coffee (read-only) for Cursor
io.github.mayeu20/buymeacoffee-mcp
Read your own Buy Me a Coffee supporters, Extras purchases, memberships and totals.
client:Cursor
transport:stdio
runtime:npm
Install Buy Me a Coffee (read-only) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"buymeacoffee-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"buymeacoffee-mcp"
],
"env": {
"BMAC_TOKEN": "<BMAC_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs