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

How to Use the AssemblyAI MCP in CrewAI

Deploy autonomous CrewAI agents that transcribe, analyze, and summarize audio using AssemblyAI.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect AssemblyAI MCP to CrewAI

Create your Vinkius account to connect AssemblyAI to CrewAI 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

Assign audio tasks via the CrewAI MCP Server

Give the `transcribe_audio_url` tool to a specialized researcher agent. This agent monitors a queue, grabs new media files, and initiates the processing job independently. A separate analyst agent takes over once the text is ready. It calls `get_speakers` to map out who dominated the conversation and pushes that report to shared memory.

Chain analytical tools across multiple agents

One agent runs `get_summary` to create an executive brief of a town hall meeting. Another agent simultaneously runs `get_topics` to tag the discussion points for the corporate wiki. CrewAI handles the coordination between these distinct tasks. The agents pass the transcript IDs back and forth without you writing any custom glue code.

Clean up processed files autonomously

Configure a janitor agent with access to `list_transcripts` and `delete_transcript`. It checks the workspace memory for completed jobs and removes the remote files. You restrict tool access using the `tool_filter` parameter in MCPServerHTTP. The cleanup agent only sees the deletion tools, preventing it from accidentally starting new transcription jobs.

Setup guide

Set up AssemblyAI MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke AssemblyAI tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="AssemblyAI Analyst",
    goal="Access and analyze AssemblyAI data via MCP.",
    backstory="Expert analyst with direct AssemblyAI access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent AssemblyAI transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

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 AssemblyAI MCP in CrewAI

Pass the Vinkius endpoint directly into the mcps array on your Agent definition. The framework automatically parses and registers the available audio tools.
Yes. You assign the same MCP endpoint to different agents. They share context through CrewAI memory while executing distinct transcription or sentiment tasks.
Import MCPServerHTTP and apply a tool_filter. This lets you give the summary tools to a writer agent while hiding the deletion tools.
The current tools require an audio URL. Your agents need to upload local files to a storage bucket first before calling the transcription endpoints.
All communication routes through an ephemeral V8 isolate. Vinkius processes the transcript text and speaker labels in memory, destroying the environment when the CrewAI session ends.

Start using the AssemblyAI MCP today

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

Built & Managed by Vinkius 30s setup 9 tools

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

No hosting. No infrastructure. No complex setup.
All 9 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.