mcpbeat Sign in

MCP Server for YNAB

local only

MCP Server for YNAB runs on your own machine — the client starts it, so there is no endpoint to ping. 625 installs a week from pypi. Last commit 29 Aug 2026.

Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.

625
Installs / week
pypi · mcp-server-for-ynab
1
Stars
0 open issues
29 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check MCP Server 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-server-for-ynab -- uvx mcp-server-for-ynab
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server-for-ynab": {
      "args": [
        "mcp-server-for-ynab"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server-for-ynab]
command = "uvx"
args = ["mcp-server-for-ynab"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server-for-ynab": {
      "args": [
        "mcp-server-for-ynab"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server-for-ynab": {
      "args": [
        "mcp-server-for-ynab"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to MCP Server for YNAB

same job, measured the same way
Weeek MCP
by yolkins

Local MCP server for Weeek (stdio transport) — read-only by default, opt-in write tools.

118 installs/wk local only
MIRASTACK Redfish MCP Server
by mirastacklabs

Governed MCP server for DMTF Redfish BMCs. Read-only by default; writes are opt-in and dry-run.

166 installs/wk local only
Scrivener MCP
by writerslogic

MCP server for Scrivener: read, write, analyze, and search your manuscripts with AI assistants.

158 installs/wk local only
Dev Proxy Tools
by dev-proxy-tools

MCP server for Dev Proxy that enables AI assistants to interact with Dev Proxy.

64 installs/wk local only
Samarth Gtm MCP
by samarthanalytics-sj

Google Tag Manager + read-only GA4 MCP server. Read-only by default, gated writes, audits.

2 854 installs/wk local only
AWS MCP Connector
by ferhatdundar

MCP server for the AWS CLI. Read-only by default; single Go binary.

local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

558 installs/wk local only
Clockify Time Tracking
by tracegazer

Clockify time-tracking MCP: 112 tools across 18 domains, read-only by default with opt-in writes.

147 installs/wk local only

MCP Server for YNAB — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Server for YNAB?
MCP Server 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 pypi package mcp-server-for-ynab was installed 625 times last week.
How do I connect MCP Server 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 mcp-server-for-ynab straight from pypi; nothing to host, nothing to sign up for.
How many people use MCP Server for YNAB?
The pypi package mcp-server-for-ynab was installed 625 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Server for YNAB open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 1 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.