mcp-factory
Rank #11,084io.github.jaimenbell/mcp-factory
Manifest-driven MCP server scaffolder and runtime hub for tool integrations.
mcp-factory is a Model Context Protocol (MCP) server published by jaimenbell. It ranks #11,084 of 115,460 servers tracked on MCP Toplist. mcp-factory is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jul 3, 2026 and most recently updated on Aug 19, 2026.
Ranks ahead of 104,376 of 115,460 servers on MCP Toplist.
Use mcp-factory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add mcp-factory -- uvx jaimenbell-mcp-factory[mcp_servers.mcp-factory]
command = "uvx"
args = ["jaimenbell-mcp-factory"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"mcp-factory": {
"command": "uvx",
"args": [
"jaimenbell-mcp-factory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"mcp-factory": {
"command": "uvx",
"args": [
"jaimenbell-mcp-factory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"mcp-factory": {
"type": "stdio",
"command": "uvx",
"args": [
"jaimenbell-mcp-factory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"mcp-factory": {
"command": "uvx",
"args": [
"jaimenbell-mcp-factory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"mcp-factory": {
"command": "uvx",
"args": [
"jaimenbell-mcp-factory"
]
}
}
}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.jaimenbell%2Fmcp-factory)<a href="https://mcptoplist.com/server/io.github.jaimenbell%2Fmcp-factory"><img src="https://mcptoplist.com/badge/io.github.jaimenbell%2Fmcp-factory.svg" alt="MCP Toplist: Top 10% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jaimenbell
Other servers by jaimenbell
- rag-mcp#17,971 · 1 ver
- bus-mcp#25,206 · 2 vers
- github-mcp#25,207 · 2 vers
- desktop-mcp#27,443 · 2 vers
- rails-mcp#27,444 · 1 ver
- vllm-ops-mcp#29,387 · 1 ver
- discord-mcp#31,229 · 2 vers
- GitHub Read MCP Server#99,569
Available versions (3)
| Version | Published |
|---|---|
| 0.1.3 | Aug 19, 2026 |
| 0.1.1 | Jul 24, 2026 |
| 0.1.0 | Jul 3, 2026 |
Frequently asked questions
- Who maintains mcp-factory?
- mcp-factory is maintained by jaimenbell, which publishes 9 MCP servers (14 total versions) tracked on MCP Toplist.
- Is mcp-factory listed on the Official MCP Registry?
- Yes — mcp-factory is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does mcp-factory have?
- MCP Toplist tracks 3 versions of mcp-factory, most recently published on Aug 19, 2026.
- Where can I find the source code for mcp-factory?
- The source code for mcp-factory is hosted at github.com/jaimenbell/mcp-factory.