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.
What the agent can do
The MCP server exposes one typed tool per supported endpoint:Call typed tools directly
Use tools like
instagram_get_user or tiktok_get_user_videos directly in
your client.Project smaller payloads
Use
projection_preset, data_fields, and item_fields to keep tool
results focused and save tokens.How it works
Connect your MCP-compatible client tohttps://mcp.konbiniapi.com, authorize it once, and then call KonbiniAPI tools directly from your agent. Most clients support OAuth. Some clients also let you connect with a KonbiniAPI API key instead.
Each successful endpoint-tool call uses the same credits as the matching direct REST API call and returns MCP metadata when available.
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.
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.Zapier
Connect KonbiniAPI to Zapier with MCP Client.
n8n
Use KonbiniAPI inside n8n workflows or AI agents.
Make
Call KonbiniAPI tools from Make scenarios and agents.
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.