Skip to main content
Glama
package.json2.35 kB
{ "name": "actual-mcp", "version": "1.5.0", "description": "Actual Budget MCP server exposing API functionality", "private": false, "main": "build/index.js", "types": "build/index.d.ts", "type": "module", "bin": { "actual-mcp": "build/index.js" }, "files": [ "build", "README.md", "LICENSE" ], "scripts": { "build": "tsc -p tsconfig.build.json && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector -e ACTUAL_SERVER_URL=$ACTUAL_SERVER_URL -e ACTUAL_PASSWORD=$ACTUAL_PASSWORD -e ACTUAL_BUDGET_SYNC_ID=$ACTUAL_BUDGET_SYNC_ID node build/index.js", "start": "tsx src/index.ts", "test": "npm run test:unit", "test:unit": "vitest run", "test:unit:watch": "vitest", "test:ui": "vitest --ui", "test:coverage": "vitest run --coverage", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "type-check": "tsc --noEmit", "quality": "npm run lint && npm run format:check && npm run type-check", "prepublishOnly": "npm run build" }, "dependencies": { "@actual-app/api": "25.11.0", "@modelcontextprotocol/sdk": "1.17.4", "express": "5.1.0", "zod": "3.25.76", "zod-to-json-schema": "3.24.6", "dotenv": "16.6.1" }, "devDependencies": { "@changesets/cli": "2.29.7", "@types/express": "5.0.5", "@types/node": "22.18.0", "@vitest/coverage-v8": "3.2.4", "@vitest/ui": "3.2.4", "eslint": "9.39.1", "eslint-config-prettier": "10.1.8", "eslint-plugin-prettier": "5.5.4", "globals": "16.3.0", "jiti": "2.5.1", "prettier": "3.6.2", "tsx": "4.20.5", "typescript": "5.9.2", "typescript-eslint": "8.41.0", "vite-tsconfig-paths": "5.1.4", "vitest": "3.2.4" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/s-stefanov/actual-mcp", "repository": { "type": "git", "url": "git+https://github.com/s-stefanov/actual-mcp.git" }, "bugs": { "url": "https://github.com/s-stefanov/actual-mcp/issues" }, "keywords": [ "mcp", "actual-budget", "budgeting", "ai", "model-context-protocol", "actual" ], "author": "Stefan Stefanov", "license": "MIT" }

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/s-stefanov/actual-mcp'

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