能力标签
开源MCP工具:Docker MCP server
🔌
MCP工具

开源MCP工具:Docker MCP server

基于 TypeScript · 让 AI 助手直接操作你的系统与工具
英文名:actual-mcp-server
⭐ 19 Stars 🍴 6 Forks 💻 TypeScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
mcpactual-budgetai-assistantapi-serverbudget-managementbudget-tracking
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,开源MCP工具:Docker MCP server 获评「推荐使用」。这款MCP工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。

📚 深度解析

开源MCP工具:Docker MCP server 是一款基于 MCP(Model Context Protocol)标准协议的 AI 工具扩展。MCP 协议由 Anthropic 开发并开源,旨在建立 AI 模型与外部工具之间的标准化通信接口,目前已被 Claude Desktop、Claude Code、Cursor 等主流 AI 工具采纳。

通过安装 开源MCP工具:Docker MCP server,你的 AI 助手将获得额外的工具调用能力,可以用自然语言直接操控该工具的功能,无需学习复杂的命令行语法。MCP 工具的核心价值在于"一次配置,永久增强"——配置完成后,每次与 AI 对话时都可以无缝调用这些工具。

在技术实现上,MCP 工具通过标准的 JSON-RPC 协议与 AI 客户端通信,工具的功能以"工具列表"的形式暴露给 AI 模型,AI 可以按需调用。开源MCP工具:Docker MCP server 提供了结构化的工具调用接口,使 AI 模型能够精确地理解和使用每个功能点,显著降低 AI 在工具使用上的错误率。

与传统的 API 集成相比,MCP 工具的优势在于无需编写代码——用户只需在配置文件中添加几行 JSON,即可让 AI 获得全新能力。AI Skill Hub 将 开源MCP工具:Docker MCP server 评为 AI 评分 7.5 分,属于同类工具中的优质选择。

📋 工具概览

连接Claude Desktop/LibreChat/LobeChat到Actual Budget,提高财务管理效率,实现智能预算跟踪。

开源MCP工具:Docker MCP server 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

GitHub Stars
⭐ 19
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
MCP工具
Forks
6

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

连接Claude Desktop/LibreChat/LobeChat到Actual Budget,提高财务管理效率,实现智能预算跟踪。

开源MCP工具:Docker MCP server 是一款遵循 MCP(Model Context Protocol)标准协议的 AI 工具扩展。通过 MCP 协议,它可以让 Claude、Cursor 等主流 AI 客户端直接访问和操作外部工具、数据源和服务,实现 AI 能力的无缝扩展。无论是文件操作、数据库查询还是 API 调用,都可以通过自然语言在 AI 对话中直接触发,极大提升生产效率。

📌 核心特色
  • 通过标准 MCP 协议与 Claude、Cursor 等主流 AI 客户端深度集成
  • 提供结构化工具调用接口,显著降低 AI 集成复杂度
  • 支持 Claude Desktop 和 Claude Code 无缝接入,开箱即用
  • 可与其他 MCP 工具组合叠加,构建完整 AI 工作站
  • 轻量无侵入设计,不影响现有系统架构
🎯 主要使用场景
  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:通过 Claude Code CLI 一键安装
claude skill install https://github.com/agigante80/actual-mcp-server

# 方式二:手动配置 claude_desktop_config.json
{
  "mcpServers": {
    "--mcp---docker-mcp-server": {
      "command": "npx",
      "args": ["-y", "actual-mcp-server"]
    }
  }
}

# 配置文件位置
# macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
# Windows: %APPDATA%/Claude/claude_desktop_config.json
📋 安装步骤说明
  1. 确认已安装 Node.js(v18 或以上版本)
  2. 打开 Claude Desktop 或 Claude Code 的 MCP 配置文件
  3. 按「交给 Agent 安装 → Claude Desktop」标签中的 JSON 配置填入 mcpServers 字段
  4. 保存配置文件并重启 Claude 客户端
  5. 重启后,在对话中即可使用本工具
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 安装后在 Claude 对话中直接使用
# 示例:
用户: 请帮我用 开源MCP工具:Docker MCP server 执行以下任务...
Claude: [自动调用 开源MCP工具:Docker MCP server MCP 工具处理请求]

# 查看可用工具列表
# 在 Claude 中输入:"列出所有可用的 MCP 工具"
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
// claude_desktop_config.json 配置示例
{
  "mcpServers": {
    "__mcp___docker_mcp_server": {
      "command": "npx",
      "args": ["-y", "actual-mcp-server"],
      "env": {
        // "API_KEY": "your-api-key-here"
      }
    }
  }
}

// 保存后重启 Claude Desktop 生效
📑 README 深度解析 真实文档 完整度 55/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

Actual MCP Server

npm version npm downloads License: MIT Node.js Version TypeScript MCP Protocol Docker Pulls Docker Image Size GitHub Actions CI GitHub stars

Talk to your budget. Run it anywhere. Trust it in production.

Actual MCP Server is a Model Context Protocol server that connects any MCP-compatible AI assistant (such as LibreChat, LobeChat, Claude Desktop, and more) directly to your self-hosted Actual Budget instance. Ask natural language questions, create transactions, analyse spending, and manage your entire budget without ever opening the Actual Budget UI.

┌─────────────┐   MCP/HTTP    ┌──────────────────┐   Actual API   ┌──────────────┐
│  LibreChat  │ ◄───────────► │  Actual MCP      │ ◄───────────► │   Actual     │
│  LobeChat   │               │  Server          │               │   Budget     │
│  (remote)   │               │  (71 tools)      │               │   Server     │
└─────────────┘               └──────────────────┘               └──────────────┘

┌─────────────┐   MCP/stdio   ┌──────────────────┐   Actual API   ┌──────────────┐
│  Claude     │ ◄───────────► │  Actual MCP      │ ◄───────────► │   Actual     │
│  Desktop    │               │  Server          │               │   Budget     │
│  (local)    │               │  (71 tools)      │               │   Server     │
└─────────────┘               └──────────────────┘               └──────────────┘

Prerequisites

  • Actual Budget server running (local or remote)
  • Your Budget Sync ID: Actual → Settings → Show Advanced Settings → Sync ID
  • Node.js 20+ (npm method) or Docker

Option B: Docker Compose

```bash git clone https://github.com/agigante80/actual-mcp-server.git cd actual-mcp-server cp .env.example .env # fill in ACTUAL_SERVER_URL, ACTUAL_PASSWORD, ACTUAL_BUDGET_SYNC_ID

docker compose --profile production up -d # production: MCP server listens on :3600

Option D: stdio (Claude Desktop native, no Docker or HTTP server needed)

The stdio transport runs the MCP server as a child process. Claude Desktop spawns it directly and communicates over stdin/stdout. No network port, no auth token, no Docker required. No cloning needed: npx downloads and caches the package automatically.

Add to claude_desktop_config.json (see docs/guides/MCP_CLIENTS_SETUP.md for config file location and all client options):

{
  "mcpServers": {
    "actual-budget": {
      "command": "npx",
      "args": ["-y", "actual-mcp-server", "--stdio"],
      "env": {
        "ACTUAL_SERVER_URL": "http://localhost:5006",
        "ACTUAL_PASSWORD": "your_actual_password",
        "ACTUAL_BUDGET_SYNC_ID": "your-sync-id-here",
        "MCP_BRIDGE_DATA_DIR": "/absolute/path/to/data-dir"
      }
    }
  }
}
No token needed. stdio runs as a local process owned by your user. The transport itself is the security boundary. All 71 tools are available. MCP_BRIDGE_DATA_DIR should be an absolute path. Without one, the data directory resolves relative to wherever the client spawns the process, which can be unpredictable. The directory is created automatically on first run.

Docker (Option A)

```bash docker pull ghcr.io/agigante80/actual-mcp-server:latest docker stop actual-mcp-server-backend docker rm actual-mcp-server-backend

Re-run the original docker run command with the same flags and volumes

```

Also available on Docker Hub: docker pull agigante80/actual-mcp-server:latest

Docker Compose (Option B)

docker compose pull
docker compose --profile production up -d

Upgrade the global install

npm install -g actual-mcp-server

Or force the registry version without touching your global install

npx actual-mcp-server@latest --http ```

For Claude Desktop (stdio), restart Claude after upgrading.

---

Quick Start

Quick start via npx (no clone needed):

ACTUAL_SERVER_URL=http://localhost:5006 \ ACTUAL_PASSWORD=your_password \ ACTUAL_BUDGET_SYNC_ID=your-sync-id \ MCP_SSE_AUTHORIZATION=your_token \ npx actual-mcp-server --http

Option C: npm (HTTP server)

```bash

Or clone for development / custom config:

git clone https://github.com/agigante80/actual-mcp-server.git cd actual-mcp-server npm install cp .env.example .env # fill in required values npm run build npm run dev -- --http ```

Server starts at http://localhost:3600/http by default (the listen port is MCP_BRIDGE_PORT, default 3600).

npm / cloned repo (Option C)

```bash git pull npm install npm run build

npx / stdio (Options C & D)

If you run npx actual-mcp-server without a globally installed version, npx fetches the latest from the registry automatically. But if you previously installed it globally (npm install -g actual-mcp-server), the global install takes precedence, so you must upgrade it explicitly:

```bash

Configuration

All configuration is via environment variables. Copy .env.example to .env to get started.

Complete Environment Variables Reference

VariableDefaultRequiredDescription
**Actual Budget Connection**
ACTUAL_SERVER_URL_(none)_YesURL of your Actual Budget server. Use the same URL you type in your browser: http://localhost:5006 (local), http://192.168.1.x:5006 (network), https://actual.yourdomain.com (domain), or http://actual:5006 (container name if on the same Docker network)
ACTUAL_PASSWORD_(none)_YesPassword for Actual Budget server
ACTUAL_BUDGET_SYNC_ID_(none)_YesBudget Sync ID from Actual (Settings then Sync ID)
ACTUAL_BUDGET_PASSWORD_(none)_NoOptional encryption password for encrypted budgets
ALLOW_INSECURE_UPSTREAMfalseNoAllow an http:// upstream even when ACTUAL_BUDGET_PASSWORD is set (#161). Off by default so a plaintext upstream plus an encryption password is refused
**MCP Server Settings**
MCP_BRIDGE_PORT3600NoPort for MCP server to listen on
MCP_BRIDGE_BIND_HOST0.0.0.0NoHost address to bind server to (0.0.0.0 = all interfaces)
MCP_BRIDGE_DATA_DIR./actual-dataNoDirectory to store Actual Budget local data (SQLite). **Required to be a persistent path.** The @actual-app/api library downloads a local copy of your budget here to run queries; use a volume mount in Docker to persist it across restarts
MCP_BRIDGE_PUBLIC_HOSTauto-detectedNoPublic hostname/IP for server (shown in logs)
MCP_BRIDGE_PUBLIC_SCHEMEauto-detectedNoPublic scheme (http or https)
MCP_BRIDGE_USE_TLSfalseNoSet to true to advertise https:// in the server URL (for reverse-proxy setups where TLS is terminated upstream)
**Transport Configuration**
MCP_TRANSPORT_MODE--httpNoTransport mode. Only --http is a valid value; stdio is selected via the --stdio CLI flag, not this var
MCP_HTTP_PATH/httpNoHTTP endpoint routing path
MCP_BRIDGE_HTTP_PATHsame as MCP_HTTP_PATHNoAdvertised HTTP path shown to clients (set when a reverse proxy rewrites the path)
MCP_HTTP_BODY_LIMIT512kbNoMaximum accepted JSON-RPC request body size (e.g. 512kb, 1mb)
**Session Management**
USE_CONNECTION_POOLtrueNoEnable session-based connection pooling
MAX_CONCURRENT_SESSIONS15NoMaximum concurrent MCP sessions allowed
SESSION_IDLE_TIMEOUT_MINUTES5NoMinutes before idle session cleanup
**Security & Authentication**
AUTH_PROVIDERnoneNoAuth mode: none (static Bearer) or oidc (JWKS-validated JWT)
MCP_SSE_AUTHORIZATION_(none)_NoStatic Bearer token (AUTH_PROVIDER=none; highly recommended in production)
OIDC_ISSUER_(none)_If OIDCOIDC issuer URL (e.g., https://sso.example.com)
OIDC_RESOURCE_(none)_NoExpected aud claim in JWT (your client ID)
OIDC_SCOPES_(none)_NoComma-separated required scopes; leave empty for Casdoor
AUTH_BUDGET_ACL_(none)_NoPer-user budget ACL; see [AI Client Setup](docs/guides/AI_CLIENT_SETUP.md#oidc-authentication-multi-user)
MCP_ENABLE_HTTPSfalseNoEnable native TLS. Requires MCP_HTTPS_CERT and MCP_HTTPS_KEY
MCP_HTTPS_CERT_(none)_NoPath to PEM certificate file (required when MCP_ENABLE_HTTPS=true)
MCP_HTTPS_KEY_(none)_NoPath to PEM private key file (required when MCP_ENABLE_HTTPS=true)
**Logging Configuration**
MCP_BRIDGE_STORE_LOGSfalseNoEnable file logging (vs console only)
MCP_BRIDGE_LOG_DIRapp/logs (beside the install)NoDirectory for log files (if STORE_LOGS=true). .env.example and Docker set it explicitly (e.g. ./logs, /app/logs)
MCP_BRIDGE_LOG_LEVELdebug (dev) / info (prod)NoLog level: error, warn, info, debug
LOG_FORMATautoNoLog output format: json or pretty. Precedence: explicit LOG_FORMAT wins, else NODE_ENV=production selects json, else pretty
MCP_SERVICE_NAMEactual-mcp-serverNoService name stamped on every structured (json) log record
**Log Rotation** (when MCP_BRIDGE_STORE_LOGS=true)
MCP_BRIDGE_MAX_FILES14dNoKeep rotated logs for N days (e.g., 14d, 30d)
MCP_BRIDGE_MAX_LOG_SIZE20mNoRotate when file reaches size (e.g., 20m, 100m)
MCP_BRIDGE_ROTATE_DATEPATTERNYYYY-MM-DDNoDate pattern for rotated log filenames
**Development & Debugging**
DEBUG_(none)_NoEnable debug mode (verbose logging) when set to any truthy value
LOG_LEVEL_(none)_NoDebug-detection toggle: set to debug to enable extra transport debug output. Distinct from MCP_BRIDGE_LOG_LEVEL (the winston level); has no default and is not itself a log level
MCP_BRIDGE_DEBUG_TRANSPORTfalseNoEnable transport-level debug logging
**Advanced/Internal**
ACTUAL_API_CONCURRENCY5NoMax concurrent Actual API operations
NODE_ENV_(none)_ / productionNoNode environment. No app default; the Docker image sets production, which selects json logs and hides stack traces in error responses
VERSIONauto-detectedNoServer version (auto-set by build/Docker)
TZUTCNoTimezone for timestamps (e.g., America/New_York)

---

Add to .env

MCP_SSE_AUTHORIZATION=your_token_here


Clients send: `Authorization: Bearer your_token_here`

#### OIDC (multi-user)
bash AUTH_PROVIDER=oidc OIDC_ISSUER=https://sso.yourdomain.com OIDC_RESOURCE=your-client-id # must match 'aud' JWT claim OIDC_SCOPES= # leave empty for Casdoor ```

See AI Client Setup, OIDC for AUTH_BUDGET_ACL format and Casdoor notes.

---

Comparison with Similar Projects

Several MCP servers exist for personal finance management. Here's how this project compares with the closest alternatives.

Snapshot date: 2026-03-20. Versions and features reflect each project's latest release at that date.

Feature Comparison

Feature**agigante80/actual-mcp-server**[s-stefanov/actual-mcp](https://github.com/s-stefanov/actual-mcp)[henfrydls/actual-budget-mcp](https://github.com/henfrydls/actual-budget-mcp)[WGDevelopment/ynab-mcp-server](https://github.com/WGDevelopment/ynab-mcp-server)
**Version**v0.4.26v1.11.1v0.2.0v0.1.0
**Budget App**Actual Budget (self-hosted)Actual Budget (self-hosted)Actual Budget (self-hosted)YNAB (cloud, subscription)
**Language**TypeScript / Node.jsTypeScript / Node.jsTypeScript / Node.jsPython
**Tool Count****71**~22189
**Setup & Distribution**
**Transport**HTTP + stdioSTDIO + SSE optionSTDIOSTDIO
**Docker support**✅ Full (image + Compose)✅ Image only
**Published package (npx/pip)**npx actual-mcp-servernpx actual-mcpnpx actual-budget-mcppip install ynab-mcp
**Security & Access**
**Authentication**✅ Bearer token + OIDC (JWKS)⚠️ Optional Bearer token❌ None (local only)✅ OS keyring / env var
**Read-only mode**❌ All tools always available✅ Write requires --enable-write flag✅ Most tools are read-only
**Multi-budget switching**✅ Runtime switch via tool✅ (YNAB natively multi-budget)
**Production & Reliability**
**Connection pooling**✅ Up to 15 concurrent sessions
**Retry / backoff**✅ 3 attempts, exponential backoff
**Automated test suite**✅ Unit + E2E + integration
**Transactions**
**Create / update / delete**
**Import & reconcile**actual_transactions_import
**Scheduled / recurring**❌ (planned)
**Analysis & Reporting**
**ActualQL custom queries**✅ 6 exclusive tools + actual_query_runN/A
**Summary by category / payee**✅ spending-by-category
**Spending projections / forecast**✅ end-of-month forecast
**Budget vs actual comparison**✅ via actual_budgets_getMonth✅ dedicated tool✅ month summary
**Bank sync**✅ GoCardless / SimpleFIN❌ (YNAB handles sync natively)
**Budget Management**
**Set / transfer / carryover / hold**✅ Full (10 tools)✅ Partial✅ Partial
**Batch budget updates**actual_budget_updates_batch
**Accounts, Payees & Rules**
**Account lifecycle (close/reopen)**N/A
**Payee merging**actual_payees_mergeN/A
**Payee rules management**✅ Full CRUD✅ Full CRUDN/A
**UX & Usability**
**Natural language date parsing**❌ YYYY-MM-DD required✅ "last month", "yesterday"
**Bilingual support**✅ English + Spanish
**Auto name → UUID resolution**⚠️ Explicit tool (actual_get_id_by_name)✅ Automatic in all tools
**AI prompt templates**✅ financial-insights, budget-review
**Tested AI clients**LibreChat, LobeChatClaude Desktop, CodexClaude Desktop, Cursor, VS CodeClaude Code
**License**MITMITMITMIT
🎯 aiskill88 AI 点评 A 级 2026-06-10

该项目提供了一个开源的MCP工具,用于连接AI助手和财务管理系统,提高财务管理效率,实现智能预算跟踪。虽然项目质量较高,但仍需要进一步优化和完善。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
actual-mcp-server 中文教程actual-mcp-server 安装报错怎么办actual-mcp-server MCP 配置actual-mcp-server 与同类工具对比actual-mcp-server 最佳实践actual-mcp-server 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效

👥 适合人群

Claude Desktop / Claude Code 用户AI 工具开发者需要扩展 AI 能力的专业人士自动化工程师

🎯 使用场景

  • 在 Claude Desktop 对话中直接调用本地工具,实现 AI 与系统的深度联动
  • 通过自然语言驱动复杂的多步骤自动化任务,代替繁琐手动操作
  • 将多个 MCP 工具组合使用,构建个人专属 AI 工作站

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +标准化 MCP 协议,生态互联性强
  • +与 Claude 官方生态无缝对接
  • +即插即用,配置简单快捷
⚠️ 不足
  • 依赖 Claude 客户端,非 Claude 用户无法使用
  • MCP 协议仍在持续演进,接口可能变更
  • 需要一定的配置步骤
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

解答
💡 AI Skill Hub 点评

AI Skill Hub 点评:开源MCP工具:Docker MCP server 的核心功能完整,质量良好。对于Claude Desktop / Claude Code 用户来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 开源MCP工具:Docker MCP server
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 actual-mcp-server
原始描述 开源MCP工具:Docker MCP server connecting Claude Desktop/LibreChat/LobeChat to Actual Budget 。⭐19 · TypeScript
Topics mcpactual-budgetai-assistantapi-serverbudget-managementbudget-tracking
GitHub https://github.com/agigante80/actual-mcp-server
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/agigante80/actual-mcp-server

收录时间:2026-06-10 · 更新时间:2026-06-10 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。