Toolfactory
Rank #6,496io.github.GoatInAHat/toolfactory
Build an agent tool once; ship it as Agent Skills, MCP servers, Agent Plugins / Claude / Codex
Toolfactory is a Model Context Protocol (MCP) server published by GoatInAHat. It ranks #6,496 of 132,046 servers tracked on MCP Toplist. Toolfactory is listed on Official MCP, with 6 tracked versions. It was first listed on Sep 3, 2026 and most recently updated on Sep 16, 2026.
Ranks ahead of 125,550 of 132,046 servers on MCP Toplist.
Use Toolfactory
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add toolfactory -- npx -y toolfactoryclaude mcp add toolfactory -- docker run -i --rm ghcr.io/goatinahat/toolfactory:0.3.1[mcp_servers.toolfactory]
command = "npx"
args = ["-y", "toolfactory"]Add to ~/.codex/config.toml.
[mcp_servers.toolfactory]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/goatinahat/toolfactory:0.3.1"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"toolfactory": {
"command": "npx",
"args": [
"-y",
"toolfactory"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"toolfactory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goatinahat/toolfactory:0.3.1"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"toolfactory": {
"command": "npx",
"args": [
"-y",
"toolfactory"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"toolfactory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goatinahat/toolfactory:0.3.1"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"toolfactory": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"toolfactory"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"toolfactory": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goatinahat/toolfactory:0.3.1"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"toolfactory": {
"command": "npx",
"args": [
"-y",
"toolfactory"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"toolfactory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goatinahat/toolfactory:0.3.1"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"toolfactory": {
"command": "npx",
"args": [
"-y",
"toolfactory"
]
}
}
}{
"mcpServers": {
"toolfactory": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/goatinahat/toolfactory:0.3.1"
]
}
}
}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.GoatInAHat%2Ftoolfactory)<a href="https://mcptoplist.com/server/io.github.GoatInAHat%2Ftoolfactory"><img src="https://mcptoplist.com/badge/io.github.GoatInAHat%2Ftoolfactory.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
GoatInAHat
Available versions (6)
| Version | Published |
|---|---|
| 0.3.1 | Sep 16, 2026 |
| 0.2.4 | Sep 16, 2026 |
| 0.2.1 | Sep 10, 2026 |
| 0.2.0 | Sep 8, 2026 |
| 0.1.2 | Sep 7, 2026 |
| 0.1.1 | Sep 7, 2026 |
Frequently asked questions
- Who maintains Toolfactory?
- Toolfactory is maintained by GoatInAHat, which publishes 1 MCP server (6 total versions) tracked on MCP Toplist.
- Is Toolfactory listed on the Official MCP Registry?
- Yes — Toolfactory is listed on the Official MCP Registry.
- How many versions does Toolfactory have?
- MCP Toplist tracks 6 versions of Toolfactory, most recently published on Sep 16, 2026.
- Where can I find the source code for Toolfactory?
- The source code for Toolfactory is hosted at github.com/GoatInAHat/toolfactory.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.