mcpforge
Rank #17,886io.github.saagpatel/mcpforge
Generate complete, tested FastMCP 3.x MCP servers from one plain-English sentence.
mcpforge is a Model Context Protocol (MCP) server published by saagpatel. It ranks #17,886 of 115,460 servers tracked on MCP Toplist. mcpforge is listed across 3 registries — Official MCP, PulseMCP and Glama, with 1 tracked version. It was first listed on May 10, 2026 and most recently updated on Jun 20, 2026.
Ranks ahead of 97,574 of 115,460 servers on MCP Toplist.
Use mcpforge
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcpforge -- uvx fastmcp-builder[mcp_servers.mcpforge]
command = "uvx"
args = ["fastmcp-builder"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcpforge": {
"type": "stdio",
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcpforge": {
"command": "uvx",
"args": [
"fastmcp-builder"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.saagpatel%2Fmcpforge)<a href="https://mcptoplist.com/server/io.github.saagpatel%2Fmcpforge"><img src="https://mcptoplist.com/badge/io.github.saagpatel%2Fmcpforge.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
saagpatel
Other servers by saagpatel
- mcp-audit#5,045 · 3 vers
- mcp-trust#12,404 · 1 ver
- operant-mcp#12,529 · 1 ver
- saagarpatel.dev Portfolio#17,573 · 1 ver
- shadow-mcp#31,150 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.3.3 | Jun 20, 2026 |
Frequently asked questions
- Who maintains mcpforge?
- mcpforge is maintained by saagpatel, which publishes 6 MCP servers (8 total versions) tracked on MCP Toplist.
- Is mcpforge listed on the Official MCP Registry?
- Yes — mcpforge is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcpforge have?
- MCP Toplist tracks 1 version of mcpforge, most recently published on Jun 20, 2026.
- Where can I find the source code for mcpforge?
- The source code for mcpforge is hosted at github.com/saagpatel/mcpforge.