
MCP Forge
Supports UIby coderXcode
AI agent that analyzes existing apps via OpenAPI, GitHub, or URLs to generate production-ready MCP servers.
What it does
Analyzes existing application interfaces (OpenAPI specs, GitHub repositories, or live URLs) and automatically generates a production-ready MCP server. It streamlines the process of making any existing software accessible to LLMs by automating the boilerplate and tool definition process.
Tools
analyze: Ingests source code or API specs to understand application capabilities.generate: Produces the MCP server code (e.g., Python FastMCP).test: Runs AI-generated pytest cases to verify tool functionality.chat: Interactive agent for refining tool definitions and adding requirements.
Installation
Run via Docker and add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-forge": {
"url": "http://localhost:8001/sse"
}
}
}
Supported hosts
Claude Desktop, Claude Code, Codex
Quick install
docker compose up -dInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






