KonbiniAPI

Code clients with live social data.

Give a coding agent live social data while it works — useful when you are building against the API and want the agent to see real responses.

All of them reach the same hosted MCP server, the same endpoints, and the same credits as the REST API. What differs is where the URL goes and what each one asks for when you authorize.

What you can connect.

Each has a tested setup guide. Follow it once — the cards below are the short version — and the tools appear in the client.

  • Claude Code

    Setup
    One command — claude mcp add --transport http — then /mcp inside a session to authorize. Add --scope user for every project.
    Auth
    OAuth
  • Codex

    Setup
    codex mcp add in the CLI, or Settings → MCP servers in the Codex app. Editing ~/.codex/config.toml works too.
    Auth
    OAuth or API key
  • Cursor

    Setup
    Settings → MCP → Add new MCP server, type HTTP. Cursor opens the browser to link your account.
    Auth
    OAuth
  • VS Code

    Setup
    A .vscode/mcp.json in the workspace, or the global user config. Authorizes on first use in Agent mode.
    Auth
    OAuth
    Notes
    GitHub Copilot reads the same configuration.
  • Antigravity

    Setup
    Manage MCP Servers → View raw config to add the URL, then Authenticate under Agent Settings → Customizations.
    Auth
    OAuth
  • Gemini CLI

    Setup
    An httpUrl entry in ~/.gemini/settings.json, then /mcp auth konbiniapi and a browser sign-in.
    Auth
    OAuth
  • Windsurf

    Setup
    Cascade → MCP Servers, or ~/.codeium/mcp_config.json directly. The OAuth flow opens the first time a tool runs.
    Auth
    OAuth
  • Cline

    Setup
    The Cline panel → MCP Servers → Remote Servers, over Streamable HTTP.
    Auth
    OAuth
  • Replit

    Setup
    Integrations → MCP Servers → Add MCP Server. Replit Agent launches the auth flow the first time it uses one.
    Auth
    Browser login
  • Zed

    Setup
    Agent Panel → Settings → Add Custom Server, in the UI or in settings JSON. Leave the Authorization header off and Zed runs OAuth itself.
    Auth
    OAuth

Step-by-step guides.

For the jobs where the client changes how the work is done.

Connect a code client.

One API key works for MCP and the REST API. The free plan includes 100 credits and no credit card.