APIFreaks MCP for Cursor
io.github.api-freaks/apifreaks-mcp
APIFreaks MCP: live APIs for agents. Enable modules with ENABLE_MODULES; discover via list_modules.
client:Cursor
transport:stdio
runtime:npm
Install APIFreaks MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"apifreaks-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@apifreaks/mcp"
],
"env": {
"APIFREAKS_API_KEY": "<APIFREAKS_API_KEY>",
"ENABLE_MODULES": "<ENABLE_MODULES>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs