Home › Finance › Actual Budget MCP Server
Actual Budget MCP Server
MCP server exposing Actual Budget accounts, transactions, budgets and reporting to LLM assistants.
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.14.0)
npx -y [email protected]
Or add to your MCP client config:
{
"mcpServers": {
"actual-mcp": {
"command": "npx",
"args": [
"-y",
"[email protected]"
],
"env": {
"ACTUAL_SERVER_URL": "<YOUR_VALUE>",
"ACTUAL_PASSWORD": "<YOUR_VALUE>",
"ACTUAL_BUDGET_SYNC_ID": "<YOUR_VALUE>",
"ACTUAL_DATA_DIR": "<YOUR_VALUE>",
"ACTUAL_BUDGET_ENCRYPTION_PASSWORD": "<YOUR_VALUE>",
"ACTUAL_SYNC_TTL_MS": "<YOUR_VALUE>"
}
}
}
}
ACTUAL_SERVER_URLrequired — URL of your Actual Budget serverACTUAL_PASSWORDrequired secret — Actual Budget server passwordACTUAL_BUDGET_SYNC_IDrequired — Budget sync IDACTUAL_DATA_DIR— Local dir for cached budget dataACTUAL_BUDGET_ENCRYPTION_PASSWORDsecret — E2E encryption password, if enabledACTUAL_SYNC_TTL_MS— Sync cache TTL in ms
Package (npm 1.14.0)
Package: npm actual-mcp
ACTUAL_SERVER_URLrequired — URL of your Actual Budget serverACTUAL_PASSWORDrequired secret — Actual Budget server passwordACTUAL_BUDGET_SYNC_IDrequired — Budget sync IDACTUAL_DATA_DIR— Local dir for cached budget dataACTUAL_BUDGET_ENCRYPTION_PASSWORDsecret — E2E encryption password, if enabledACTUAL_SYNC_TTL_MS— Sync cache TTL in ms
This server takes extra arguments — see its repository.
Related servers
CCXT
Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets
tradingview-mcp
Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.
EdgarTools
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
mcp-server
Stock market API made for AI agents
ai
MCP server integrating with Stripe - tools for customers, products, payments, and more.
tradememory-protocol
Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.
Data from the Official MCP Registry