mcpbeat Sign in

Actionforge MCP Server

local only

Actionforge runs on your own machine — the client starts it, so there is no endpoint to ping. 101 installs a week from npm. Last commit 20 Aug 2026.

MCP server for ActionForge: expose your account's tools to Claude and any MCP client.

Installs per day peak 98 · avg 4
a month agotoday
101
Installs / week
npm · actionforge-mcp
0
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
ISC
License
TypeScript

Nothing serious here today

Today is the operative word: we check Actionforge every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add actionforge -- npx -y actionforge-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "actionforge": {
      "args": [
        "-y",
        "actionforge-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.actionforge]
command = "npx"
args = ["-y", "actionforge-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "actionforge": {
      "args": [
        "-y",
        "actionforge-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "actionforge": {
      "args": [
        "-y",
        "actionforge-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ACTIONFORGE_API_KEY (Your ActionForge API key. Generate one from the ActionForge API or dashboard.), ACTIONFORGE_URL (Base URL of your ActionForge deployment. Defaults to the hosted service if unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Actionforge

same job, measured the same way
Skillhub MCP
by 214140846

MCP server that exposes Claude-style skills to any MCP client.

119 installs/wk local only
I
Flowcontent
by flowcontent

Connect Claude, Cursor, or any MCP client to your FlowContent account

local only
Gemini
by pavelguzenfeld

MCP server that exposes Google Gemini as tools for Claude Code

55 installs/wk local only
C
Heyoden
by heyoden

Talk to your Oden AI todo and calendar account from Claude Code, Cursor, or any MCP client.

55 installs/wk local only
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
Apple Health MCP Server
by krumjahn

Apple Health data for Claude, Cursor, and any MCP client — 100% local on your Mac.

37 installs/wk local only
Jobber MCP Server
by friendlygeorge

MCP server for Jobber (home services SaaS) — exposes tools for clients, jobs, invoices, and quote...

33 installs/wk local only
Zendesk MCP
by michaelrice

Zendesk MCP server for Claude Code and other MCP clients

222 installs/wk local only

Actionforge — questions

Answers built from our own checks of this server.

Why is there no uptime for Actionforge?
Actionforge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package actionforge-mcp was installed 101 times last week.
How do I connect Actionforge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls actionforge-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Actionforge?
The npm package actionforge-mcp was installed 101 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Actionforge open source?
Yes — it is published under the ISC licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.