mcp-ynab
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-ynabshow me my budget categories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-ynab
FastMCP server that exposes the YNAB API via MCP using YNAB's published OpenAPI spec.
Requirements
Python 3.12+
A YNAB personal access token
uv(recommended) orpip
Related MCP server: ynab-mcp
Configuration
Environment variables:
YNAB_TOKEN(required): your YNAB API tokenTRANSPORT(optional):http(default) orstdio
Run Locally
Using uv:
uv sync
export YNAB_TOKEN="your_token_here"
export TRANSPORT="http" # optional, defaults to http
uv run python main.pyHTTP mode starts the server on 0.0.0.0:8080.
Docker
Use the prebuilt image from GHCR:
docker pull ghcr.io/alexfu/mcp-ynab:latestRun prebuilt image in HTTP mode:
docker run --rm -p 8080:8080 \
-e YNAB_TOKEN="your_token_here" \
-e TRANSPORT="http" \
ghcr.io/alexfu/mcp-ynab:latestRun prebuilt image in stdio mode:
docker run --rm \
-e YNAB_TOKEN="your_token_here" \
-e TRANSPORT="stdio" \
ghcr.io/alexfu/mcp-ynab:latestNotes
The server fetches YNAB's OpenAPI spec at startup from
https://api.ynab.com/papi/open_api_spec.yaml.Startup will fail if
YNAB_TOKENis missing,TRANSPORTis invalid, or the spec request fails.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityAmaintenanceAn MCP server that allows users to interact with YNAB data, enabling access to account balances, transactions, and the creation of new transactions through the Model Context Protocol.Last updated86MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server for interacting with YNAB (You Need A Budget). Provides tools for accessing budget data through MCP-enabled clients like Claude Desktop.Last updated4MIT
- Alicense-qualityCmaintenanceRead-only MCP server for YNAB that provides tools for budgets, accounts, categories, transactions, and financial summaries via HTTP or stdio.Last updated1MIT
- AlicenseAqualityBmaintenanceA Model Context Protocol server for YNAB (You Need A Budget). Enables users to query budgets, accounts, categories, transactions, and more, as well as create, update, and delete transactions and manage scheduled transactions from any MCP client.Last updated252MIT
Related MCP Connectors
FastMCP server for TheBrain API — AI access to a personal knowledge graph, Tollbooth-monetized
MCP server exposing the Backtest360 engine API as tools for AI agents.
Multi-tenant FastMCP server for Charles Schwab brokerage data, monetized via DPYC Tollbooth
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexfu/mcp-ynab'
If you have feedback or need assistance with the MCP directory API, please join our Discord server