APIFreaks MCP for Claude Desktop
io.github.api-freaks/apifreaks-mcp
APIFreaks MCP: live APIs for agents. Enable modules with ENABLE_MODULES; discover via list_modules.
client:Claude Desktop
transport:stdio
runtime:npm
Install APIFreaks MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"apifreaks-mcp": {
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<ENABLE_MODULES>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs