freellmpool
Rank #1,790io.github.0xzr/freellmpool
OpenAI-compatible MCP gateway cataloging 22 LLM providers, with routing, failover, and tools.
freellmpool is a Model Context Protocol (MCP) server published by 0xzr. It ranks #1,790 of 115,460 servers tracked on MCP Toplist, and its repository has 91 GitHub stars. freellmpool is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 6, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 113,670 of 115,460 servers on MCP Toplist.
Use freellmpool
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add freellmpool -- uvx freellmpool mcp[mcp_servers.freellmpool]
command = "uvx"
args = ["freellmpool", "mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"freellmpool": {
"command": "uvx",
"args": [
"freellmpool",
"mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"freellmpool": {
"command": "uvx",
"args": [
"freellmpool",
"mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"freellmpool": {
"type": "stdio",
"command": "uvx",
"args": [
"freellmpool",
"mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"freellmpool": {
"command": "uvx",
"args": [
"freellmpool",
"mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"freellmpool": {
"command": "uvx",
"args": [
"freellmpool",
"mcp"
]
}
}
}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.0xzr%2Ffreellmpool)<a href="https://mcptoplist.com/server/io.github.0xzr%2Ffreellmpool"><img src="https://mcptoplist.com/badge/io.github.0xzr%2Ffreellmpool.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
0xzr
Available versions (4)
| Version | Published |
|---|---|
| 0.13.0 | Aug 30, 2026 |
| 0.12.3 | Aug 29, 2026 |
| 0.12.0 | Aug 23, 2026 |
| 0.11.4 | Jun 17, 2026 |
Frequently asked questions
- Who maintains freellmpool?
- freellmpool is maintained by 0xzr, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is freellmpool listed on the Official MCP Registry?
- Yes — freellmpool is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does freellmpool have?
- MCP Toplist tracks 4 versions of freellmpool, most recently published on Aug 30, 2026.
- Where can I find the source code for freellmpool?
- The source code for freellmpool is hosted at github.com/0xzr/freellmpool.