Use KonbiniAPI in regular workflows
Use the MCP Client node if you want MCP tools to behave like normal steps in an n8n workflow.Set the remote MCP URL
Configure:
- MCP Endpoint URL:
https://mcp.konbiniapi.com - Server Transport: choose the HTTP transport your n8n version exposes for MCP client connections
Authenticate
In the node credentials, choose one of these:
- OAuth2 if you want n8n to complete the browser-based OAuth flow
- Bearer if you want to use a KonbiniAPI API key directly
Use KonbiniAPI with n8n AI agents
Use the MCP Client Tool node if you want KonbiniAPI to appear as tools for an n8n AI Agent.Choose auth
Use OAuth2 or Bearer credentials, depending on whether you want an
OAuth login flow or a direct KonbiniAPI API key.
Recommended KonbiniAPI pattern
- Use
search_endpointsfirst to find the right endpoint - Use
call_endpointto fetch the social media data - Parse the returned JSON string in the next step if your workflow needs fields individually