Skip to main content
Glama

YNAB MCP Server

by calebl
package.json946 B
{ "name": "ynab-mcp-server", "version": "0.1.2", "description": "ynab-mcp-server MCP server", "author": "Caleb LeNoir <caleb.lenoir@hey.com>", "type": "module", "bin": { "ynab-mcp-server": "./dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && mcp-build && chmod +x dist/index.js", "prepare": "npm run build", "watch": "tsc --watch", "start": "node dist/index.js", "debug": "npm run build && npx @modelcontextprotocol/inspector dist/index.js", "test": "vitest", "test:watch": "vitest watch", "test:coverage": "vitest run --coverage" }, "dependencies": { "@types/axios": "^0.14.4", "axios": "^1.8.4", "mcp-framework": "^0.1.29", "ynab": "^2.9.0" }, "devDependencies": { "@types/node": "^20.11.24", "@modelcontextprotocol/inspector": "^0.16.5", "@vitest/coverage-v8": "^3.2.4", "typescript": "^5.3.3", "vitest": "^3.2.4" } }

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

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