AssemblyAI Connector for AI agents.
9 live capabilities
Turn audio files into organized transcripts and summaries for your content workflow.
Waiting for input…
Why people use AssemblyAI
AssemblyAI Transcription for Content Creators
With this Connector, you just give your agent a link. It handles the upload, the transcription, and the summary in one go. You get a clean, organized summary and a transcript ready to use immediately.
What Vinkius changes
You turn raw audio into organized text and data using natural language.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Podcast Content Creation
A creator gives an agent a link and asks for a summary and chapters for a new episode to post on social media.
- Real-world use case 02
Sales Training Analysis
A manager asks the agent to find all negative sentiments in last week's sales calls to identify coaching opportunities.
- Real-world use case 03
Meeting Minutes Automation
A team lead tells the agent to list the speakers and summarize the final decisions from a sync meeting.
Complete set · 9capabilities
The complete AssemblyAI capability set.
These are the exact actions your AI can choose when you ask it to work with AssemblyAI.
01—03
3 capabilities in this set.
Part of 9 available through AssemblyAI.
- 01 Capability
Delete transcript
Removes a specific transcription from your history. Use this to keep your workspace clean.
- 02 Capability
Get chapters
Pulls out the automatic chapters from a video or audio file. It helps you navigate long content quickly.
- 03 Capability
Get sentiments
Retrieves the emotional tone of a transcript. This is great for gauging customer mood in support calls.
04—06
3 capabilities in this set.
Part of 9 available through AssemblyAI.
- 04 Capability
Get speakers
Gets the labels for different voices in a recording. It makes it easy to see who said what in a group meeting.
- 05 Capability
Get summary
Provides a high-level overview of a transcript. Use this to get the main points of a meeting in seconds.
- 06 Capability
Get topics
Lists the main subjects discussed in a recording. It helps you find specific parts of a long conversation.
07—09
3 capabilities in this set.
Part of 9 available through AssemblyAI.
- 07 Capability
Get transcript
Shows the current status or the final text of a transcription job. Use it to check if your file is ready.
- 08 Capability
List transcripts
Shows a list of your recent transcription jobs. This helps you keep track of multiple files at once.
- 09 Capability
Transcribe audio url
Sends a link to AssemblyAI to start the transcription process. It's the primary way to get text from a URL.
Set up in minutes
One URL. Then ask AssemblyAI to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use AssemblyAI from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it AssemblyAI, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable AssemblyAI for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the AssemblyAI URL.
- Step 03
Save and start
Save the connection and enable AssemblyAI in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"assemblyai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using AssemblyAI
Open Agent mode in chat and ask: "Using AssemblyAI, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"assemblyai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using AssemblyAI
Ask Copilot: "Using AssemblyAI, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"assemblyai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using AssemblyAI
Open Cascade and ask: "Using AssemblyAI, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"assemblyai-alternative": {
"url": "https://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using AssemblyAI
Ask Cline: "Using AssemblyAI, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add assemblyai-alternative --transport http "https://edge.vinkius.com/vk_preview_IctBwuEI5fLw0DEGx6JV9ytMfgfL9zH337qQ7vjt/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using AssemblyAI
Ask Claude: "Using AssemblyAI, show me...". 9 tools are ready
Where the request belongs
Work AssemblyAI can move forward.
Content creators who need to turn hours of footage into chapters fast, and support leads who need to scan hundreds of calls for customer pain points.
Podcast Producer
Creates transcripts and social media snippets from raw audio files on a daily basis.
Customer Success Manager
Analyzes call recordings to find common complaints or positive feedback to improve products.
Content Strategist
Turns long-form video content into blog posts and summaries for different platforms.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAssemblyAI
Transcribe and audit audio. manage speech-to-text jobs via AI.
Gladia (Speech AI)
Transcribe, translate, and analyze audio with Gladia's high-speed Speech AI. support for pre-recorded files and live streaming.
Deepgram
Transcribe speech to text with blazing speed and accuracy using neural networks trained on real-world audio at scale.
Verbit
Automate professional transcription and captioning via Verbit. upload media, track job progress, and retrieve transcripts in multiple formats directly from your AI agent.
3Scribe
Automated audio and video transcription. create jobs, monitor progress, and retrieve text via AI.
Speechnotes
Transcribe audio files, manage transcription jobs, and export text on Speechnotes with AI agents.
Bring your own AI
Change the model, client or framework. Keep AssemblyAI connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about AssemblyAI.
The practical details behind the request, access and result.
Can AssemblyAI MCP transcribe YouTube videos?
Yes, if you provide a valid audio URL, the Connector can convert that content into a full transcript for you.
How does it handle multiple people talking?
It uses speaker diarization to identify different voices and label them in the final transcript.
Can it summarize a long meeting?
Yes, you can ask your agent to pull a summary from any completed transcription job to get the highlights.
Is it good for sentiment analysis?
It's excellent for identifying the emotional tone of a conversation, making it useful for analyzing customer feedback.
Can I see the main topics of a recording?
Yes, the Connector can detect and list the primary subjects discussed in your audio files.
How do I get started with AssemblyAI?
You just need an API key from the AssemblyAI dashboard to connect it to your AI client through Vinkius.
How do I find my AssemblyAI API Key?
Log in to your account, navigate to the API Keys section in your dashboard, and copy your personal token.
Can I automatically summarize audio via AI?
Yes! Enable the summarization option when transcribing, then use the get_summary capability to retrieve the high-fidelity AI synopsis.
How do I check transcription status?
Use the get_transcript capability with the job ID provided at submission to monitor the status (Queued, Processing, Completed) in real-time.
One connection away
Give your agent a direct line to AssemblyAI.
Connect AssemblyAI once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available