
mcpforge
Supports UIby saagpatel
Generate production-ready FastMCP 3.x MCP servers from plain-English descriptions.
What it does
mcpforge is a developer tool that automates the creation of Model Context Protocol (MCP) servers. It allows developers to describe the desired functionality of a server in natural language, which the tool then transforms into a fully functional, production-ready FastMCP 3.x server implementation.
Tools
generate: Creates a new MCP server from a text description, including tools, input validation, and a pytest suite.validate: Performs syntax, security, linting, and import checks on generated servers.update: Modifies existing generated servers based on new requirements while maintaining backups.list: Discovers mcpforge-generated projects within a workspace.inspect: Summarizes the shape and tools of a generated server.doctor: Checks local environment readiness for MCP development.
Installation
Install via uv:
uv tool install fastmcp-builder
To use as a server in claude_desktop_config.json:
{
"mcpServers": {
"mcpforge": {
"command": "mcpforge-server"
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
uv tool install fastmcp-builderInformation
- Pricing
- free
- Published
- 5/26/2026
- stars






