CrewAI

CrewAI + Apideck MCP

CrewAI is a leading open-source framework for orchestrating autonomous AI agent crews. Connect your crew to the Apideck MCP Server and let agents collaborate on accounting, HRIS, and file storage tasks across 200+ SaaS apps.

Python

Get started with CrewAI

Connect CrewAI to the Apideck MCP Server with a few lines of code.

CrewAI Configuration
PYTHON
from crewai import Agent
from crewai_tools import MCPServerAdapter

with MCPServerAdapter([{
    "url": "https://mcp.apideck.dev/mcp",
    "transport": "sse",
    "headers": {
        "x-apideck-api-key": "YOUR_API_KEY",
        "x-apideck-app-id": "YOUR_APP_ID",
        "x-apideck-consumer-id": "YOUR_CONSUMER_ID",
    },
}]) as tools:
    agent = Agent(
        role="Accounting Assistant",
        goal="Manage invoices and payments",
        tools=tools,
    )

Launch accounting integrations in weeks, not months

Get started for free