MCP YNAB Server
Eine MCP-Serverimplementierung, die über das Model Context Protocol Zugriff auf die YNAB-Funktionalität (You Need A Budget) bietet.
Merkmale
- Kontostände und Transaktionen anzeigen
- Neue Transaktionen erstellen
- Zugriff auf YNAB-Daten über standardisierte MCP-Ressourcen
Installation
Konfiguration
Der Server benötigt einen YNAB-API-Schlüssel. Sie erhalten einen in Ihren YNAB-Entwicklereinstellungen .
Der API-Schlüssel kann bereitgestellt werden über:
- Umgebungsvariable:
YNAB_API_KEY=your_api_key
- MCP-Geheimnisverwaltungssystem
.env
-Datei im Projektstamm
Verwendung
Ausführen des Servers
Verfügbare Ressourcen
ynab://accounts
– Alle YNAB-Konten auflistenynab://transactions/{account_id}
– Aktuelle Transaktionen für ein bestimmtes Konto abrufen
Verfügbare Tools
create_transaction
- Neue Transaktion erstellenget_account_balance
- Aktuellen Kontostand abrufen
Beispielverwendung
Entwicklung
Projektaufgaben
Dieses Projekt verwendet eine Taskdatei für allgemeine Vorgänge. Tastenbefehle:
Alle verfügbaren Aufgaben finden Sie in Taskfile.yml .
This server cannot be installed
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Bietet Zugriff auf die YNAB-Funktionalität (You Need A Budget) über das Model Context Protocol, sodass Benutzer Kontostände anzeigen, auf Transaktionsdaten zugreifen und neue Transaktionen erstellen können.
Related MCP Servers
- AsecurityFlicenseAqualityAn MCP server that allows users to interact with YNAB data, enabling access to account balances, transactions, and the creation of new transactions through the Model Context Protocol.Last updated -101Python
- AsecurityAlicenseAqualityA 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.Last updated -1151TypeScriptMIT License
- AsecurityAlicenseAqualityA comprehensive server that enables sophisticated interactions with PocketBase databases through Model Context Protocol, offering collection management, record operations, user management, and advanced database operations.Last updated -3130JavaScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server for interacting with YNAB (You Need A Budget). Provides tools for accessing budget data through MCP-enabled clients like Claude Desktop.Last updated -PythonMIT License