MCP for YNAB
Rank #7,855io.github.walensis-labs/mcp-for-ynab
YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.
MCP for YNAB is a Model Context Protocol (MCP) server published by walensis-labs. It ranks #7,855 of 115,460 servers tracked on MCP Toplist. MCP for YNAB is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Jul 29, 2026 and most recently updated on Jul 31, 2026.
Ranks ahead of 107,605 of 115,460 servers on MCP Toplist.
Use MCP for YNAB
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-for-ynab -e "YNAB_ACCESS_TOKEN=<your YNAB_ACCESS_TOKEN>" -e "YNAB_ALLOW_WRITES=<your YNAB_ALLOW_WRITES>" -- npx -y @walensis/mcp-for-ynabReplace each placeholder with your own value before saving.
[mcp_servers.mcp-for-ynab]
command = "npx"
args = ["-y", "@walensis/mcp-for-ynab"]
[mcp_servers.mcp-for-ynab.env]
YNAB_ACCESS_TOKEN = "<your YNAB_ACCESS_TOKEN>"
YNAB_ALLOW_WRITES = "<your YNAB_ALLOW_WRITES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"mcp-for-ynab": {
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
],
"env": {
"YNAB_ACCESS_TOKEN": "<your YNAB_ACCESS_TOKEN>",
"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-for-ynab": {
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
],
"env": {
"YNAB_ACCESS_TOKEN": "<your YNAB_ACCESS_TOKEN>",
"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-for-ynab": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
],
"env": {
"YNAB_ACCESS_TOKEN": "<your YNAB_ACCESS_TOKEN>",
"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-for-ynab": {
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
],
"env": {
"YNAB_ACCESS_TOKEN": "<your YNAB_ACCESS_TOKEN>",
"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-for-ynab": {
"command": "npx",
"args": [
"-y",
"@walensis/mcp-for-ynab"
],
"env": {
"YNAB_ACCESS_TOKEN": "<your YNAB_ACCESS_TOKEN>",
"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.walensis-labs%2Fmcp-for-ynab)<a href="https://mcptoplist.com/server/io.github.walensis-labs%2Fmcp-for-ynab"><img src="https://mcptoplist.com/badge/io.github.walensis-labs%2Fmcp-for-ynab.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
walensis-labs
Other servers by walensis-labs
View all walensis-labs servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Jul 31, 2026 |
Frequently asked questions
- Who maintains MCP for YNAB?
- MCP for YNAB is maintained by walensis-labs, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is MCP for YNAB listed on the Official MCP Registry?
- Yes — MCP for YNAB is listed on the Official MCP Registry, alongside Glama.
- How many versions does MCP for YNAB have?
- MCP Toplist tracks 1 version of MCP for YNAB, most recently published on Jul 31, 2026.
- Where can I find the source code for MCP for YNAB?
- The source code for MCP for YNAB is hosted at github.com/walensis-labs/mcp-for-ynab.