loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcpforge

MCP Tool

saagpatel/mcpforge

Generate production-ready FastMCP 3.x MCP servers from plain-English descriptions

Install

$ npx loaditout add saagpatel/mcpforge

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcpforge": {
      "command": "npx",
      "args": [
        "-y",
        "mcpforge"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

mcpforge

[](#) [](#)

> One sentence. One command. A complete MCP server, ready to run.

mcpforge generates production-ready FastMCP 3.x MCP servers from plain-English descriptions. You describe what you want; it produces tools, input validation, error handling, a pytest test suite, and a pyproject.toml — all wired together and ready to install.

Features
  • Plain-English generation — describe your server in natural language; Claude writes the implementation
  • Complete project scaffold — tools, Pydantic input models, error handling, pyproject.toml, and a pytest suite generated together
  • FastMCP 3.x native — output uses modern FastMCP decorators and transport configuration, not raw MCP protocol boilerplate
  • Inspect before running — mcpforge inspect loads any MCP server and shows its full tool schema without running it
  • Iterate and extend — mcpforge extend adds new tools to an existing generated server without regenerating from scratch
  • MCP server mode — mcpforge-server exposes generation itself as an MCP tool, so AI assistants can generate servers on demand
Quick Start
Prerequisites
  • Python 3.12+
  • uv (recommended)
  • Anthropic API key
Installation
uv tool install mcpforge
Usage
# Generate a new MCP server
mcpforge generate "A todo list manager with create, read, update, and delete operations"

# Inspect an existing server's tool schema
mcpforge inspect ./my-server

# Add a new tool to an existing server
mcpforge extend ./my-server "Add a tool to export todos as CSV"
Tech Stack

| Layer | Technology | |-------|------------| | Language | Python 3.12+ | | Generation | Anthropic Claude via anthropic SDK | | MCP framework | FastMCP 3.x | | CLI | Click 8 | | Templates | Jinja2 | | Validation | Pydantic v2 | | Output | Rich

Tags

ai-toolsanthropicclicode-generationdeveloper-toolsfastmcpmcppython

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated20 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/29/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/saagpatel/mcpforge)](https://loaditout.ai/skills/saagpatel/mcpforge)