MCP Server for YNAB
Rank #9,428io.github.hs737/mcp-server-for-ynab
Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.
MCP Server for YNAB is a Model Context Protocol (MCP) server published by hs737. It ranks #9,428 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. MCP Server for YNAB is listed on Official MCP, with 4 tracked versions. It was first listed on Aug 28, 2026 and most recently updated on Sep 6, 2026.
Ranks ahead of 122,618 of 132,046 servers on MCP Toplist.
Use MCP Server for YNAB
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mcp-server-for-ynab -e "YNAB_API_KEY=<your YNAB_API_KEY>" -e "YNAB_PLAN_ID=<your YNAB_PLAN_ID>" -e "YNAB_ALLOW_WRITES=<your YNAB_ALLOW_WRITES>" -- uvx mcp-server-for-ynabReplace each placeholder with your own value before saving.
[mcp_servers.mcp-server-for-ynab]
command = "uvx"
args = ["mcp-server-for-ynab"]
[mcp_servers.mcp-server-for-ynab.env]
YNAB_API_KEY = "<your YNAB_API_KEY>"
YNAB_PLAN_ID = "<your YNAB_PLAN_ID>"
YNAB_ALLOW_WRITES = "<your YNAB_ALLOW_WRITES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-for-ynab": {
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "<your YNAB_API_KEY>",
"YNAB_PLAN_ID": "<your YNAB_PLAN_ID>",
"YNAB_ALLOW_WRITES": "<your YNAB_ALLOW_WRITES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-for-ynab": {
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "<your YNAB_API_KEY>",
"YNAB_PLAN_ID": "<your YNAB_PLAN_ID>",
"YNAB_ALLOW_WRITES": "<your YNAB_ALLOW_WRITES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"mcp-server-for-ynab": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "<your YNAB_API_KEY>",
"YNAB_PLAN_ID": "<your YNAB_PLAN_ID>",
"YNAB_ALLOW_WRITES": "<your YNAB_ALLOW_WRITES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-for-ynab": {
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "<your YNAB_API_KEY>",
"YNAB_PLAN_ID": "<your YNAB_PLAN_ID>",
"YNAB_ALLOW_WRITES": "<your YNAB_ALLOW_WRITES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-server-for-ynab": {
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "<your YNAB_API_KEY>",
"YNAB_PLAN_ID": "<your YNAB_PLAN_ID>",
"YNAB_ALLOW_WRITES": "<your YNAB_ALLOW_WRITES>"
}
}
}
}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.hs737%2Fmcp-server-for-ynab)<a href="https://mcptoplist.com/server/io.github.hs737%2Fmcp-server-for-ynab"><img src="https://mcptoplist.com/badge/io.github.hs737%2Fmcp-server-for-ynab.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
hs737
Available versions (4)
| Version | Published |
|---|---|
| 0.4.0 | Sep 6, 2026 |
| 0.3.1 | Sep 3, 2026 |
| 0.3.0 | Sep 3, 2026 |
| 0.2.0 | Aug 28, 2026 |
Frequently asked questions
- Who maintains MCP Server for YNAB?
- MCP Server for YNAB is maintained by hs737, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is MCP Server for YNAB listed on the Official MCP Registry?
- Yes — MCP Server for YNAB is listed on the Official MCP Registry.
- How many versions does MCP Server for YNAB have?
- MCP Toplist tracks 4 versions of MCP Server for YNAB, most recently published on Sep 6, 2026.
- Where can I find the source code for MCP Server for YNAB?
- The source code for MCP Server for YNAB is hosted at github.com/hs737/mcp-server-for-ynab.
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.