Loading MCP server directory, please wait...
Connect your AI assistant to YNAB. Read-only by default, with reversible opt-in writes.
npx @getmcp/cli add io.github.hs737/mcp-server-for-ynabRequires Python 3.10+. Community-contributed server. Review source before installing.
YNAB_API_KEYYNAB personal access token from app.ynab.com/settings/developer.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hs737/mcp-server-for-ynab": {
"command": "uvx",
"args": [
"mcp-server-for-ynab"
],
"env": {
"YNAB_API_KEY": "",
"YNAB_PLAN_ID": "",
"YNAB_ALLOW_WRITES": ""
}
}
}
}