mcpbeat Sign in

MCP For Ynab MCP Server

by walensis-labs Your server? Claim it
local only

MCP For Ynab runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 12 Aug 2026.

YNAB budget access for AI assistants: safe gated writes, month-close sessions, float attribution.

Installs / week
npm · @walensis/mcp-for-ynab
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MCP For Ynab every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-for-ynab -- npx -y @walensis/mcp-for-ynab
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-for-ynab": {
      "args": [
        "-y",
        "@walensis/mcp-for-ynab"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-for-ynab]
command = "npx"
args = ["-y", "@walensis/mcp-for-ynab"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-for-ynab": {
      "args": [
        "-y",
        "@walensis/mcp-for-ynab"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-for-ynab": {
      "args": [
        "-y",
        "@walensis/mcp-for-ynab"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YNAB_ACCESS_TOKEN (YNAB Personal Access Token (app.ynab.com → Developer Settings)), YNAB_ALLOW_WRITES (Set to 1 to enable write tools (off = read-only)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP For Ynab

same job, measured the same way
I
token-gate-mcp
by abduljabbarbxr

Token and context budget for AI agents. Tracks spend and gates the session.

583 installs/wk local only
Linkedin MCP
by devag7

LinkedIn for AI assistants — search, profiles, jobs, feed, messaging, and gated writes.

85 installs/wk local only
Paypal
by paypal-mcp

PayPal MCP server provides access to PayPal services and operations for AI assistants

answering
Silvanexum
by silvanexum

Spend control for AI agents - cost attribution, budget caps, and signed runs as MCP tools.

41 installs/wk local only
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

58 installs/wk local only
VerifiedState Memory
by verifiedstate

Verified memory for AI agents. Signed assertions, billing attestation, session continuity.

answering
Zenfinance
by zenfin

Household finance memory, budgets, transactions, and monthly reviews for AI assistants.

answering
Marketplaces MCP (RU) — Wildberries, Ozon, Yandex Market, Avito
by ilyautov

Wildberries, Ozon, Yandex Market & Avito seller APIs for AI assistants: schema-driven, safety-gated.

358 installs/wk local only

MCP For Ynab — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP For Ynab?
MCP For Ynab runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @walensis/mcp-for-ynab.
How do I connect MCP For Ynab?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @walensis/mcp-for-ynab straight from npm; nothing to host, nothing to sign up for.
Is MCP For Ynab open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.