Back to Browse

For Ynab MCP Server

by Hs737
Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 2 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

What You'll Need

Set these up before or after installing:

YNAB personal access token from app.ynab.com/settings/developer.Required

Environment variable: YNAB_API_KEY

Default plan (budget) id, so tools do not need it passed on every call.Optional

Environment variable: YNAB_PLAN_ID

Set to 1 to register the write tools. Unset means read-only, and the write tools are absent from tools/list entirely.Optional

Environment variable: YNAB_ALLOW_WRITES

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-hs737-mcp-server-for-ynab": {
      "env": {
        "YNAB_API_KEY": "your-ynab-api-key-here",
        "YNAB_PLAN_ID": "your-ynab-plan-id-here",
        "YNAB_ALLOW_WRITES": "your-ynab-allow-writes-here"
      },
      "args": [
        "mcp-server-for-ynab"
      ],
      "command": "uvx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!