APIFreaks MCP
Rank #7,356io.github.api-freaks/apifreaks-mcp
APIFreaks MCP: live APIs for agents. Enable modules with ENABLE_MODULES; discover via list_modules.
APIFreaks MCP is a Model Context Protocol (MCP) server published by api-freaks. It ranks #7,356 of 132,046 servers tracked on MCP Toplist. APIFreaks MCP is listed across 4 registries — Official MCP, Glama, mcp.so and PulseMCP, with 8 tracked versions. It was first listed on Jun 9, 2026 and most recently updated on Sep 15, 2026.
Ranks ahead of 124,690 of 132,046 servers on MCP Toplist.
Use APIFreaks MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add apifreaks-mcp -e "APIFREAKS_API_KEY=<your APIFREAKS_API_KEY>" -e "ENABLE_MODULES=<your ENABLE_MODULES>" -- npx -y @apifreaks/mcpReplace each placeholder with your own value before saving.
[mcp_servers.apifreaks-mcp]
command = "npx"
args = ["-y", "@apifreaks/mcp"]
[mcp_servers.apifreaks-mcp.env]
APIFREAKS_API_KEY = "<your APIFREAKS_API_KEY>"
ENABLE_MODULES = "<your ENABLE_MODULES>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<your APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<your ENABLE_MODULES>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<your APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<your ENABLE_MODULES>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"apifreaks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<your APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<your ENABLE_MODULES>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<your APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<your ENABLE_MODULES>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<your APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<your ENABLE_MODULES>"
}
}
}
}Replace each placeholder with your own value before saving.
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.api-freaks%2Fapifreaks-mcp)<a href="https://mcptoplist.com/server/io.github.api-freaks%2Fapifreaks-mcp"><img src="https://mcptoplist.com/badge/io.github.api-freaks%2Fapifreaks-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries
api-freaks
Available versions (8)
| Version | Published |
|---|---|
| 2.2.0 | Sep 15, 2026 |
| 2.1.0 | Sep 10, 2026 |
| 2.0.1 | Aug 24, 2026 |
| 2.0.0 | Aug 21, 2026 |
| 1.1.2 | Jul 10, 2026 |
| 1.1.1 | Jul 10, 2026 |
| 1.0.1 | Jul 10, 2026 |
| 1.1.0 | Jul 10, 2026 |
Frequently asked questions
- Who maintains APIFreaks MCP?
- APIFreaks MCP is maintained by api-freaks, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is APIFreaks MCP listed on the Official MCP Registry?
- Yes — APIFreaks MCP is listed on the Official MCP Registry, alongside Glama, mcp.so and PulseMCP.
- How many versions does APIFreaks MCP have?
- MCP Toplist tracks 8 versions of APIFreaks MCP, most recently published on Sep 15, 2026.
- Where can I find the source code for APIFreaks MCP?
- The source code for APIFreaks MCP is hosted at github.com/api-freaks/apifreaks-mcp.
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.