mcpbeat Sign in

mcpforge MCP Server

local only

mcpforge runs on your own machine — the client starts it, so there is no endpoint to ping. 108 installs a week from pypi. Last commit 10 Sep 2026.

Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.

Installs per day peak 54 · avg 16 · -31% w/w
a month agotoday
108
Installs / week
pypi · fastmcp-builder
0
Stars
0 open issues
10 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 mcpforge -- uvx fastmcp-builder
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcpforge": {
      "args": [
        "fastmcp-builder"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcpforge]
command = "uvx"
args = ["fastmcp-builder"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcpforge": {
      "args": [
        "fastmcp-builder"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcpforge": {
      "args": [
        "fastmcp-builder"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to mcpforge

same job, measured the same way
Test Case Generator AI MCP
by csoai-org

AI-powered test case generator ai MCP server for agents. Supports generate test cases, generate

167 installs/wk local only
Keelen
by jamie7893

Autonomous dev team steered from chat: plain-English requests in, tested merged PRs out.

41 tools answering
MCP Compliance
by yawlabs

CLI tool and MCP server that tests MCP servers for spec compliance

1 350 installs/wk local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

166 installs/wk local only
I
agentgate
by ciceroyang

Read-only evidence for the tools agents run: MCP server records, coverage and policy.

local only
Vanta
by mindstone

Vanta compliance MCP server: vulnerabilities, tests, controls, evidence, people, vendors, docs

86 installs/wk local only
Random Profiles
by random-profiles

Generate fake user profiles and companies for tests, seed data, and AI agent demos.

59 installs/wk local only
Ship MCP
by colossal1598

Clean TypeScript starter for MCP servers: zod-validated tools, tests, one-command dev loop.

45 installs/wk local only

mcpforge — questions

Answers built from our own checks of this server.

Why is there no uptime for mcpforge?
mcpforge 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 pypi package fastmcp-builder was installed 108 times last week.
How do I connect mcpforge?
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 fastmcp-builder straight from pypi; nothing to host, nothing to sign up for.
How many people use mcpforge?
The pypi package fastmcp-builder was installed 108 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is mcpforge open source?
Yes — it is published under the MIT licence, written in Python 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.