Get transcripts from YouTube, TikTok, X, Instagram and more - even when captions are off.
claude mcp add transcript --transport http https://transcript.land/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"transcript": {
"url": "https://transcript.land/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"transcript": {
"serverUrl": "https://transcript.land/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"transcript": {
"type": "http",
"url": "https://transcript.land/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"transcript": {
"url": "https://transcript.land/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"transcript": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://transcript.land/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://transcript.land/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/io.github.devziqin--transcript/reviews or the review_server meta-tool.
POST /mcp