Skip to main content
Glama

YNAB MCP

package.json1.03 kB
{ "name": "ynab-mcp", "version": "0.1.0", "description": "YNAB Model Context Protocol (MCP) server for Claude Code integration", "main": "src/server.js", "scripts": { "start": "node src/server.js", "dev": "nodemon src/server.js", "test": "jest", "lint": "eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/mattweg/ynab-mcp.git" }, "keywords": [ "ynab", "mcp", "claude", "budget", "finance" ], "author": "Matt Weg", "license": "MIT", "bugs": { "url": "https://github.com/mattweg/ynab-mcp/issues" }, "homepage": "https://github.com/mattweg/ynab-mcp#readme", "dependencies": { "@modelcontextprotocol/sdk": "^1.10.1", "axios": "^1.6.0", "body-parser": "^1.20.2", "cors": "^2.8.5", "express": "^4.18.2", "fs-extra": "^11.1.1", "winston": "^3.11.0", "ynab": "^1.30.0" }, "devDependencies": { "eslint": "^8.56.0", "jest": "^29.7.0", "nodemon": "^3.0.3", "supertest": "^6.3.3" } }

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

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