Connecting to AgenticFlow MCP
Learn how to get started and plug AgenticFlow into your AI tool.
This guide walks you through connecting your AI tool to AgenticFlow using the Model Context Protocol (MCP).
You can connect through AgenticFlow's in-app directory of featured AI tools, or by finding AgenticFlow MCP in your AI tool's directory. Other programs that are MCP clients, but don't yet have a directory, can connect manually using AgenticFlow MCP's public URL (https://mcp.agenticflow.ai/mcp
) as a custom connection.
Once connected, your tool can request live context from a user's AgenticFlow workspace based on their access and permissions. This includes workflows, agents, and data.
To use the server, create an AgenticFlow API Key, copy it to your clipboard, then follow the instructions for your tool of choice below.
Connect through ChatGPT
Log into ChatGPT and enable Developer mode
In the chat interface, select Developer mode
Select Add sources and fill in the required information:
Name: AgenticFlowMCP
MCP Server URL:
https://mcp.agenticflow.ai/mcp
Authentication: OAuth
Click Create and ChatGPT will redirect you to https://agenticflow.ai to complete the connection
At the connection interface, log in if you haven't already, then select the workspace you want to connect, paste your API Key, and click Connect
Connect through Claude.ai
Log into Claude.ai and go to the connectors page
Click Add custom connecter and fill in the required information:
Name: AgenticFlowMCP
Remote MCP server URL:
https://mcp.agenticflow.ai/mcp
Click Add and Claude.ai will redirect you to https://agenticflow.ai to complete the connection
At the connection interface, log in if you haven't already, then select the workspace you want to connect, paste your API Key, and click Connect
Connect through your AI tool
To connect, search for "AgenticFlow MCP" in your tool's MCP directory or use these connection methods:
Streamable HTTP (Recommended)
URL:
https://mcp.agenticflow.ai/mcp
JSON config:
{
"mcpServers": {
"AgenticFlow": {
"url": "https://mcp.agenticflow.ai/mcp"
}
}
}
Troubleshooting connection issues
If you're experiencing issues connecting your AI tool to AgenticFlow MCP, here are some common solutions:
Check MCP Client Support
First, verify that your AI tool supports MCP clients and can connect to MCP servers. Not all AI tools have this capability built-in yet.
Verify Remote Server Support
Some AI tools have MCP clients but don't support remote connections.
Request MCP Support
If your AI tool doesn't support MCP at all, we recommend reaching out to the tool's developers to request MCP server connection support. This will help expand the ecosystem of MCP-compatible tools.
Last updated
Was this helpful?