Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"monobank": {
"command": "npx",
"args": [
"-y",
"@dirgen/monobank-mcp"
],
"env": {
"MONOBANK_API_TOKEN": "your_token_here"
}
}
}
}