Monobank for Cursor
io.github.akutishevsky/monobank-mcp-server
MCP server for Monobank API — currency rates, client info, and account statements
client:Cursor
transport:stdio
runtime:npm
Install Monobank in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"monobank-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "<MONOBANK_API_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs