Zenmoney MCP
Rank #8,331io.github.a-tarasoff/zenmoney-mcp
MCP server providing zenmoney-mcp capabilities
Zenmoney MCP is a Model Context Protocol (MCP) server published by artarasov. It ranks #8,331 of 132,046 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Zenmoney MCP is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 28, 2026 and most recently updated on Mar 28, 2026.
Ranks ahead of 123,715 of 132,046 servers on MCP Toplist.
Use Zenmoney MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add zenmoney-mcp -e "ZENMONEY_TOKEN=<your ZENMONEY_TOKEN>" -- npx -y zenmoney-mcpReplace each placeholder with your own value before saving.
[mcp_servers.zenmoney-mcp]
command = "npx"
args = ["-y", "zenmoney-mcp"]
[mcp_servers.zenmoney-mcp.env]
ZENMONEY_TOKEN = "<your ZENMONEY_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenmoney-mcp": {
"command": "npx",
"args": [
"-y",
"zenmoney-mcp"
],
"env": {
"ZENMONEY_TOKEN": "<your ZENMONEY_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenmoney-mcp": {
"command": "npx",
"args": [
"-y",
"zenmoney-mcp"
],
"env": {
"ZENMONEY_TOKEN": "<your ZENMONEY_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"zenmoney-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zenmoney-mcp"
],
"env": {
"ZENMONEY_TOKEN": "<your ZENMONEY_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenmoney-mcp": {
"command": "npx",
"args": [
"-y",
"zenmoney-mcp"
],
"env": {
"ZENMONEY_TOKEN": "<your ZENMONEY_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"zenmoney-mcp": {
"command": "npx",
"args": [
"-y",
"zenmoney-mcp"
],
"env": {
"ZENMONEY_TOKEN": "<your ZENMONEY_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.a-tarasoff%2Fzenmoney-mcp)<a href="https://mcptoplist.com/server/io.github.a-tarasoff%2Fzenmoney-mcp"><img src="https://mcptoplist.com/badge/io.github.a-tarasoff%2Fzenmoney-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
artarasov
Available versions (2)
| Version | Published |
|---|---|
| 0.1.1 | Mar 28, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Zenmoney MCP?
- Zenmoney MCP is maintained by artarasov, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
- Is Zenmoney MCP listed on the Official MCP Registry?
- Yes — Zenmoney MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Zenmoney MCP have?
- MCP Toplist tracks 2 versions of Zenmoney MCP, most recently published on Mar 28, 2026.
- Where can I find the source code for Zenmoney MCP?
- The source code for Zenmoney MCP is hosted at github.com/artarasov/zenmoney-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.