Skip to main content
Glama

YNAB MCP サーバー

鍛冶屋のバッジ

YNAB(You Need A Budget)と連携するためのモデルコンテキストプロトコル(MCP)サーバー。Claude DesktopなどのMCP対応クライアントから予算データにアクセスするためのツールを提供します。

MCPクライアント構成

基本構成

これを MCP クライアントの構成に追加します (例: Claude Desktop の場合はcline_mcp_settings.json )。

{
  "mcpServers": {
    "ynab-mcp": {
      "command": "uvx",
      "args": ["run", "ynab-mcp"],
      "env": {
        "YNAB_API_KEY": "your-api-key-here"
      }
    }
  }
}

詳細設定

特定のディレクトリから実行している場合:

{
  "mcpServers": {
    "ynab-mcp": {
      "command": "uv",
      "args": ["--directory", "/path/to/ynab-mcp", "run", "ynab-mcp"],
      "env": {
        "YNAB_API_KEY": "your-api-key-here"
      }
    }
  }
}

デバッグ

MCP Inspector を使用してデバッグするには:

  1. インスペクターをインストールします。

npm install -g @modelcontextprotocol/inspector
  1. UV でインスペクターを使用するように設定を更新します。

{
  "mcpServers": {
    "ynab-mcp": {
      "command": "uv",
      "args": ["--directory", "/path/to/ynab-mcp", "run", "@modelcontextprotocol/inspector", "ynab-mcp"],
      "env": {
        "YNAB_API_KEY": "your-api-key-here"
      },
      "disabled": false,
      "autoApprove": []
    }
  }
}

検査官は以下を提供します:

  • ツールの呼び出しと応答のリアルタイムログ

  • リクエスト/レスポンス検査

  • ツールスキーマ検証

  • インタラクティブなテストインターフェース

Related MCP server: YNAB MCP

利用可能なツール

ユーザーを取得

ユーザー ID や電子メールなど、認証された YNAB ユーザーに関する情報を取得します。

リスト予算

予算 ID と名前を含む、認証されたユーザーがアクセスできるすべての予算を一覧表示します。

予算を取得

特定の予算に関する詳細情報(取引、カテゴリ、残高など)を取得します。オプションで日付フィルタリングと取引制限もサポートします。

注: 金額はミリ単位で返されます (例: 1000 = $1.00)。

予算カテゴリを取得する

カテゴリ グループ、名前、ID など、指定された予算で定義されているすべてのカテゴリを取得します。

予算設定の取得

通貨形式、日付形式、その他の設定など、指定された予算の設定を取得します。

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    A Model Context Protocol server that enables AI-powered interaction with YNAB (You Need A Budget) data, allowing users to query their budgets through conversational interfaces.
    16
    63
    140
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    A Model Context Protocol server that enables Claude Code to interact with You Need A Budget (YNAB) accounts, providing API access for budget management, transaction tracking, and financial insights through OAuth authentication.
    67
    15
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    A Model Context Protocol server that enables interaction with You Need A Budget (YNAB) via their API, allowing users to manage budgets, accounts, categories, and transactions through natural language.
    2
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    A 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.
    25
    2
    MIT

View all related MCP servers

Related MCP Connectors

  • Hosted remote MCP server for YNAB on Cloudflare Workers with OAuth

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

View all MCP Connectors

Latest Blog Posts

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/EthanKang1/ynab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server