YN

YNAB

Created 6 months ago

A Model Context Protocol (MCP) server for integrating YNAB with AI systems.

development location documentation public financial

What is YNAB?

A Model Context Protocol (MCP) server for integrating with YNAB (You Need A Budget), allowing AI assistants to securely access and analyze your financial data.

Documentation

YNAB MCP Server

What is MCP?

The Model Context Protocol (MCP) is a standard that allows AI assistants to interact with external tools and services...

About YNAB MCP Server

This project creates a secure bridge between your YNAB financial data and AI assistants...

Features

This MCP server implements a comprehensive set of tools for interacting with the YNAB API...

Getting Started# Prerequisites

Installation## Installing via Smithery

To install YNAB Server for Claude Desktop automatically via Smithery...

Available Environment Variables

  • YNAB_API_TOKEN: Your YNAB API token (required)

Security

This MCP server runs locally on your machine and does not share your YNAB API token with third parties...

Development# Project Structure

YnabMcpServer/
├── .vscode/ # VS Code configuration
├── docs/ # Documentation
├── requests/ # HTTP request samples for testing
├── scripts/ # Utility scripts
└── src/ # Source code

Extending the Server

To add new MCP tools:...

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Versioning and Release Process

This project uses semantic-release for automated versioning and releases...

Server Config

{
  "mcpServers": {
    "ynab-server": {
      "command": "npx",
      "args": [
        "ynab"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Chuck Bryan
Category: community
License: MIT License
Tags:
development location documentation