Connect in 30 seconds
One hosted endpoint. Sign in through your browser on first use.
https://gateway.mcpal.io/mcp/transcriptorPaste this into an MCP client, not a browser. The first connection opens an OAuth 2.1 sign-in page in your browser; approve it once and the client keeps the session.
- Open Settings → Customize → Connectors
- Select Add → Add custom connector
- Paste the endpoint, then select Add
Works on the web and in the desktop app.
- Open Settings → Security and login → turn on Developer mode
- Open Plugins, select +, paste the endpoint
Available on the web, for paid plans.
claude mcp add --transport http transcriptor https://gateway.mcpal.io/mcp/transcriptor
Then run /mcp and approve the sign-in in the browser.
Add to ~/.cursor/mcp.json
{
"mcpServers": {
"transcriptor": {
"url": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}Add to .vscode/mcp.json
{
"servers": {
"transcriptor": {
"type": "http",
"url": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}Add to mcp.json (Program → Install → Edit mcp.json)
{
"mcpServers": {
"transcriptor": {
"url": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"transcriptor": {
"serverUrl": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}Add to cline_mcp_settings.json (MCP Servers → Configure)
{
"mcpServers": {
"transcriptor": {
"type": "streamableHttp",
"url": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}Add to settings.json
{
"context_servers": {
"transcriptor": {
"url": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}Add to ~/.codex/config.toml
[mcp_servers.transcriptor] url = "https://gateway.mcpal.io/mcp/transcriptor" auth = "oauth"
Then run codex mcp login transcriptor to sign in. The CLI, the IDE extension and the ChatGPT desktop app share this configuration.
gemini mcp add --transport http transcriptor https://gateway.mcpal.io/mcp/transcriptor
Any MCP client
Add to your client's MCP config
{
"mcpServers": {
"transcriptor": {
"url": "https://gateway.mcpal.io/mcp/transcriptor"
}
}
}What you can ask
Eight read-only tools. Long transcripts return in full, or in cursor-paged parts on request — no text is lost.
| Ask for this | Tool |
|---|---|
| “Summarize this video for me” | get_transcript |
| “Give me the subtitles as an SRT file” | get_raw_subtitles |
| “Is there a German track for this video?” | get_available_subtitles |
| “Who published this and how many views?” | get_video_info |
| “Go to the part about pricing” | get_video_chapters |
| “Show me the screen at 4:12” | get_video_frame |
| “Get transcripts for the first 5 videos in this playlist” | get_playlist_transcripts |
| “Find recent videos about X” | search_videos |
Widgets
Four tools show an interactive interface in clients that support MCP Apps and the ChatGPT Apps SDK. Other clients get the same data as text and JSON.