Ebby Connector for AI agents.
10 live capabilities
Manage audio transcriptions and retrieve text content directly.
Waiting for input…
Why people use Ebby
Ebby for Audio Transcription and Subtitling Management
With this Connector, you just tell your agent what you need. It checks the status, grabs the text, and identifies the speakers for you in one go. You get the content you need without the tab-switching.
What Vinkius changes
You stop refreshing tabs and start getting content directly in your chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Scripting for YouTube
A YouTuber asks their agent to pull the text from a 20-minute interview to find the best quotes for a new video using get_transcription_text.
- Real-world use case 02
News Gathering
A journalist searches for 'City Council' to find all transcriptions related to that topic and summarizes them using search_transcriptions_by_name.
- Real-world use case 03
Subtitling Workflow
A video editor asks for the SRT text of the latest upload to quickly check the timing of the captions using list_successfully_processed_audio.
Complete set · 10capabilities
The complete Ebby capability set.
These are the exact actions your AI can choose when you ask it to work with Ebby.
01—04
4 capabilities in this set.
Part of 10 available through Ebby.
- 01 Capability
Get ebby account metadata
Check your current plan limits and account details. It helps you stay on top of your subscription.
- 02 Capability
Get transcription text
Pull the full text from a specific file. You can use this to grab quotes or full scripts.
- 03 Capability
Quick transcription volume audit
Get a high-level summary of your activity. It shows you how much you're processing over time.
- 04 Capability
Get transcription details
See the specific settings and status for a project. Use it to verify language or duration.
05—07
3 capabilities in this set.
Part of 10 available through Ebby.
- 05 Capability
List successfully processed audio
Find all files that are ready to export. It's the easiest way to see what's done.
- 06 Capability
List in progress transcriptions
See what's currently being processed. This keeps you from starting duplicate jobs.
- 07 Capability
List latest transcriptions
Grab the most recent files you've uploaded. It's perfect for checking your last few actions.
08—10
3 capabilities in this set.
Part of 10 available through Ebby.
- 08 Capability
List transcription speakers
Get a list of every speaker in a file. This is great for identifying different people in a meeting.
- 09 Capability
List audio transcriptions
See every transcription in your account. Use this to get a full bird's eye view of your projects.
- 10 Capability
Search transcriptions by name
Find a specific file using a keyword. It saves you from scrolling through long lists.
Set up in minutes
One URL. Then ask Ebby to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Ebby 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_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Ebby for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby URL.
- Step 03
Save and start
Save the connection and enable Ebby in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ebby": {
"url": "https://edge.vinkius.com/vk_preview_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby
Open Agent mode in chat and ask: "Using Ebby, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ebby": {
"url": "https://edge.vinkius.com/vk_preview_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby
Ask Copilot: "Using Ebby, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ebby": {
"url": "https://edge.vinkius.com/vk_preview_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby
Open Cascade and ask: "Using Ebby, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ebby": {
"url": "https://edge.vinkius.com/vk_preview_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby
Ask Cline: "Using Ebby, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ebby --transport http "https://edge.vinkius.com/vk_preview_7TCcCaCuBYsyMRdtlJIBMWw19vFqk6xDHv6oc1ol/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 Ebby
Ask Claude: "Using Ebby, show me...". 10 tools are ready
Where the request belongs
Work Ebby can move forward.
Content creators, journalists, and media ops leads who are tired of manual data entry from audio files.
Video Editor
Grabs SRT captions and speaker labels to build subtitles faster on a Tuesday afternoon.
Journalist
Searches through months of interviews to find specific quotes without scrolling through long files.
Media Ops Manager
Monitors transcription volumes and account limits to prevent overages and manage costs.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMaestra
Automate transcription, translation, and AI voiceovers via the Maestra.ai REST API.
Verbit
Automate professional transcription and captioning via Verbit. upload media, track job progress, and retrieve transcripts in multiple formats directly from your AI agent.
AssemblyAI
Transcribe and audit audio. manage speech-to-text jobs via AI.
Sonix
Automate transcription, translation, and media management via Sonix. transcribe audio/video, generate subtitles, and create AI summaries directly from any AI agent.
Speechmatics
Automate speech-to-text and text-to-speech. transcribe audio files, generate natural voices, and manage transcription jobs directly.
3Scribe
Automated audio and video transcription. create jobs, monitor progress, and retrieve text via AI.
Bring your own AI
Change the model, client or framework. Keep Ebby 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 Ebby.
The practical details behind the request, access and result.
Can the Ebby MCP help me find specific quotes in my transcripts?
Yes, you can ask your agent to search for specific keywords or filenames. It will find the relevant transcription and pull the text for you.
How does Ebby MCP handle different speakers?
The Connector can automatically list all identified speakers in a transcription. This helps you see who said what without having to read through the whole file.
Can I check my account balance using the Ebby MCP?
Yes, your agent can check your remaining minutes and plan details instantly. It's a great way to keep track of your usage without logging into the dashboard.
Does Ebby MCP work with SRT files?
Yes, the Connector can retrieve transcribed text in various formats including SRT. This makes it easy to get captions for your video projects.
Can I see what's currently being processed with the Ebby MCP?
Yes, you can ask your agent to show you the current queue. It will list all transcriptions that are currently in progress so you can monitor them in real-time.
Is the Ebby MCP good for journalists?
It's perfect for journalists. It allows you to search through months of previous interviews and pull out specific quotes or speaker labels via simple chat commands.
How do I get an Ebby API Key?
Log in to your Ebby account, navigate to Settings > API, and you can generate or retrieve your unique API Key from there. Ensure you have available minutes in your balance.
What export formats are supported?
Ebby supports exporting transcriptions in various formats including Plain Text (txt), Subtitles (srt, vtt), and Microsoft Word (docx). You can specify the format using the get_transcription_text capability.
Can the agent upload new audio files?
This integration currently focuses on listing, auditing, and retrieving text for existing transcriptions. Uploading and starting new transcription jobs should be managed via the Ebby web interface.
One connection away
Give your agent a direct line to Ebby.
Connect Ebby once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available