Back to Home
brynsp icon

mcp-ynab

Verified Safe

by brynsp

Overview

Integrates the YNAB API for read-only budgeting data access via Model Context Protocol, allowing AI assistants to query YNAB data.

Installation

Run Command
docker run -e YNAB_TOKEN=your-personal-access-token ynab-mcp-server

Environment Variables

  • YNAB_TOKEN
  • YNAB_BASE_URL

Security Notes

The server is explicitly designed for read-only access to the YNAB API, minimizing risks of data modification. The YNAB API token is securely handled via environment variables, not hardcoded. Good container security practices are mentioned in the documentation, including running as a non-root user and installing only necessary dependencies. No obvious malicious patterns or unsafe functions like `eval` were found in the provided source code. Input arguments for tools are passed directly to the YNAB client, relying on the YNAB API for input validation.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-26

Tags

YNABMCPBudgetingAPI IntegrationRead-only