https://mcp.konbiniapi.com. That lets AI agents like Claude, ChatGPT, Cursor, Codex, and Zed call KonbiniAPI directly without you writing integration code or running the server locally.
Once connected, your AI agent can fetch TikTok and Instagram data just by being asked. No manual API calls, no auth headers, no JSON parsing.
Prefer the hosted remote MCP at
https://mcp.konbiniapi.com. Only use a local
stdio bridge when a client still cannot connect to remote MCP servers.What the agent can do
The MCP server exposes three tools:search_endpoints
Discover available endpoints by platform and keyword.
call_endpoint
Fetch data from any KonbiniAPI endpoint. Costs 1 credit per call.
get_docs
Retrieve documentation on response format, pagination, credits, and errors.
How it works
The MCP server runs on Cloudflare Workers atmcp.konbiniapi.com using the Streamable HTTP transport. Most modern clients can connect directly with OAuth, so you sign in once and the client reuses your KonbiniAPI access automatically. A few remote clients still prefer a static Bearer token header, which also works with a KonbiniAPI API key.
Credits are deducted from your account on each call_endpoint call, the same as direct REST API calls.
Recommended connection modes
Remote HTTP + OAuth
Best option for most clients. Use the hosted MCP URL directly and sign in
through the browser once.
Remote HTTP + API key
For clients that support remote MCP but not OAuth yet. Keep the server
remote and send your KonbiniAPI API key as a Bearer token header.
Local stdio fallback
Last resort for legacy desktop clients. Avoid this when a remote setup is
available.
Setup guides
Choose the client or tool you want to use with KonbiniAPI’s hosted MCP server. These guides are grouped by use case and focus on the easiest remote setup withhttps://mcp.konbiniapi.com.
Chat
ChatGPT
Set up with ChatGPT.
Claude
Set up with Claude Desktop or Claude.ai.
Custom agents
Connect your own agent or framework.
Automation
If you use KonbiniAPI inside workflow builders or agent orchestration tools, use the hosted MCP directly there too.n8n
Use KonbiniAPI inside n8n workflows or AI agents.
Make
Call KonbiniAPI tools from Make scenarios and agents.
Zapier
Connect KonbiniAPI to Zapier with MCP Client.
Pipedream
Add KonbiniAPI to Pipedream workflows and app integrations.
Code
Claude Code
Set up with Claude Code.
Codex
Set up with OpenAI Codex CLI or the Codex app.
Cursor
Set up with Cursor.
VS Code
Set up with VS Code agent mode or GitHub Copilot.
Antigravity
Set up with Antigravity.
Gemini CLI
Set up with the Gemini CLI.
Windsurf
Set up with Windsurf.
Cline
Set up with the Cline VS Code extension.
Replit
Set up with Replit Agent and Replit’s MCP settings.
Zed
Set up with Zed’s agent panel and custom servers.