MCP
Give Claude, Cursor and Codex the open web
UnifAPI ships as an MCP server. Drop one config block into your client and every API in the catalog becomes a callable tool — no glue code, no per-tool wrappers.
Setup
30 seconds to connect any MCP client
Generate a key, paste the config, restart the client. Your assistant can now search the web, scrape pages, read social platforms, and pull news — all under your usage budget.
Claude Desktop
Add UnifAPI to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"unifapi": {
"url": "https://mcp.unifapi.com",
"headers": { "Authorization": "Bearer $UNIFAPI_KEY" }
}
}
}Cursor
Add UnifAPI to ~/.cursor/mcp.json
{
"mcpServers": {
"unifapi": {
"url": "https://mcp.unifapi.com",
"headers": { "Authorization": "Bearer $UNIFAPI_KEY" }
}
}
}Codex / Claude Code
Run from your terminal — installs the server globally.
claude mcp add unifapi https://mcp.unifapi.com \ --header "Authorization: Bearer $UNIFAPI_KEY"
How it feels
One server. Every public API as a tool.
Your client auto-discovers every endpoint in your subscription. Ask Claude to find trending TikToks about my product — it picks the right tool, calls it, and returns structured data. No prompt engineering required to wire each one up.