MCP Server
Active
GPL-3.0
io.github.partymola/monzo-mcp MCP Server
io.github.partymola/monzo-mcp
What is the io.github.partymola/monzo-mcp MCP server?
Read-only MCP server for the Monzo banking API: OAuth, local transaction cache, spending analysis.
How to install io.github.partymola/monzo-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"monzo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/partymola/monzo-mcp:v0.6.1",
"-v",
"{data_volume}:/data"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"monzo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/partymola/monzo-mcp:v0.6.1",
"-v",
"{data_volume}:/data"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"monzo-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/partymola/monzo-mcp:v0.6.1",
"-v",
"{data_volume}:/data"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"monzo-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/partymola/monzo-mcp:v0.6.1",
"-v",
"{data_volume}:/data"
]
}
}
}Claude Code
claude mcp add monzo-mcp -- docker run -i --rm ghcr.io/partymola/monzo-mcp:v0.6.1 -v {data_volume}:/dataRelated MCP servers
MCP server for the Fitbit Web API with OAuth PKCE, local SQLite cache, and trend analysis.
2
View repository →Python
GPL-3.0
MCP server for TickTick task management: field-preserving updates and completion tracking.
1
View repository →Python
GPL-3.0
MCP server for Bosch eBike Flow (BES3): battery health, charge cycles, components, and ride data.
0
View repository →Python
GPL-3.0
MCP server for the Withings Health API with OAuth, local SQLite cache, and trend analysis.
0
View repository →Python
GPL-3.0