4,500+ servers built on MCP Fusion
Vinkius
CrewAI Platform logo
Vinkius
LangChain logo

How to Use the CrewAI Platform MCP in LangChain

Build composable ReAct agents that trigger CrewAI Platform runs directly through LangChain pipelines.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

CrewAI Platform MCP on Cursor AI Code Editor MCP Client CrewAI Platform MCP on Claude Desktop App MCP Integration CrewAI Platform MCP on OpenAI Agents SDK MCP Compatible CrewAI Platform MCP on Visual Studio Code MCP Extension Client CrewAI Platform MCP on GitHub Copilot AI Agent MCP Integration CrewAI Platform MCP on Google Gemini AI MCP Integration CrewAI Platform MCP on Lovable AI Development MCP Client CrewAI Platform MCP on Mistral AI Agents MCP Compatible CrewAI Platform MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
LangChain

Connect CrewAI Platform MCP to LangChain

Create your Vinkius account to connect CrewAI Platform to LangChain and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Trigger Autonomous Workflows

The `kickoff_crew` tool provisions a highly-available JSON Payload generating hard Customer bindings right inside your LangChain pipeline. Your ReAct agent decides exactly when to fire off a multi-agent run based on the output of previous chain steps. Passing that run ID down the chain lets you use `get_run_status` to retrieve explicit Cloud logging tracing explicit Vault limits. LangSmith automatically traces the latency and token usage for every single MCP Server call.

Inspect Headless Records

The `list_crews` tool identifies bounded CRM records inside the Headless CrewAI Platform. LangChain aggregates these endpoints alongside your vector stores and database connections into a single toolset. Fetching specific structural extraction properties driving active Account logic happens through the `get_crew` command. The developer controls the exact execution order, ensuring agents only read crew configurations when necessary.

LangChain MCP Server Task Monitoring

The `list_tasks` tool dispatches an automated validation check routing explicit Gateway history directly to your LangChain agent. Your reasoning pipeline parses these tasks to determine if a run succeeded or stalled. Using `get_task` identifies precise active arrays spanning native Gateway auth. You keep context persistent across these checks by calling `client.session()` during long-running operations.

Setup guide

Set up CrewAI Platform MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes CrewAI Platform tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "crewai-platform-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent CrewAI Platform transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by CrewAI. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about CrewAI Platform MCP in LangChain

Run pip install langchain-mcp-adapters langgraph in your environment. Initialize a MultiServerMCPClient pointing to your Vinkius endpoint URL. Call client.get_tools() and pass the resulting list into your ReAct agent creation function.
Yes. Every tool call your agent makes is automatically logged if you have LangSmith configured. You see exact inputs, outputs, token consumption, and latency for operations like checking run status.
The MultiServerMCPClient aggregates tools from several servers at once. You just pass an array of server configurations during initialization. Your agent treats them as one unified toolkit.
LangChain MCP adapters are stateless by default. You need to wrap your tool calls in a client.session() block to maintain persistent context. This prevents the agent from losing track of long-running operations.
Vinkius runs the server inside an ephemeral V8 Isolate Sandbox. Your logging data and Vault limit traces exist only for the duration of the request. The sandbox terminates immediately after returning the payload, leaving zero residual data behind.

Start using the CrewAI Platform MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 10 tools

We've already built the connector for CrewAI Platform. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 10 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.