An MCP server that brings your Monobank account data directly into AI conversations.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"myarmolenko/monobank-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add monobank-mcp-server npx -y myarmolenko/monobank-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"monobank-mcp-server": {
"command": "npx",
"args": [
"-y",
"myarmolenko/monobank-mcp-server"
]
}
}
}