Tools
YouTube Transcript
Here’s how to rapidly launch an MCP server tool in the cloud using Meshagent:
1. Install Meshagent
2. Sign up and Authenticate
Follow the Meshagent CLI getting started guide to sign up and authenticate your client.
3. Start the MCP Server as a Service in a Room
- This command launches a Meshagent room named
test
with the MCP YouTube Transcript server available as a callable service. - Note: Rooms automatically close when they go inactive.
4. Start a Chatbot Agent Using the Tool in the Room
- This starts a chatbot in the
test
room that can use theyoutube-transcript
toolkit. - You can add multiple toolkits in the same agent or room.
- After running the command, you’ll receive a link to access the room UI and begin interacting with the agent and MCP tools.
Tools Available
YouTube transcripts MCP Server
Retrieves transcripts for given YouTube video URLs.
Available Tools
Tools provided by this Server | Short Description |
---|---|
get_transcript | Retrieves the transcript of a YouTube video. |
Tool Details
Tool: get_transcript
Retrieves the transcript of a YouTube video.
Parameters | Type | Description |
---|---|---|
url | string | The URL of the YouTube video |
lang | string | (optional) The preferred language for transcript |