What is the Scribefy MCP server?
Search YouTube, get video metadata, and extract timestamped transcripts for AI workflows.
How to install Scribefy
Copy-paste configuration for popular MCP clients.
SCRIBEFY_API_KEYrequiredsecretScribefy API key (sk_live_… or sk_test_…) from scribefy.app/dashboard. Available on the API + MCP plan.
SCRIBEFY_API_BASEOverride the API base URL. Defaults to https://api.scribefy.app.
{
"mcpServers": {
"scribefy-mcp": {
"command": "npx",
"args": [
"-y",
"scribefy-mcp"
],
"env": {
"SCRIBEFY_API_KEY": "<YOUR_SCRIBEFY_API_KEY>",
"SCRIBEFY_API_BASE": "<YOUR_SCRIBEFY_API_BASE>"
}
}
}
}{
"mcpServers": {
"scribefy-mcp": {
"command": "npx",
"args": [
"-y",
"scribefy-mcp"
],
"env": {
"SCRIBEFY_API_KEY": "<YOUR_SCRIBEFY_API_KEY>",
"SCRIBEFY_API_BASE": "<YOUR_SCRIBEFY_API_BASE>"
}
}
}
}{
"mcpServers": {
"scribefy-mcp": {
"command": "npx",
"args": [
"-y",
"scribefy-mcp"
],
"env": {
"SCRIBEFY_API_KEY": "<YOUR_SCRIBEFY_API_KEY>",
"SCRIBEFY_API_BASE": "<YOUR_SCRIBEFY_API_BASE>"
}
}
}
}{
"servers": {
"scribefy-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"scribefy-mcp"
],
"env": {
"SCRIBEFY_API_KEY": "<YOUR_SCRIBEFY_API_KEY>",
"SCRIBEFY_API_BASE": "<YOUR_SCRIBEFY_API_BASE>"
}
}
}
}claude mcp add scribefy-mcp --env SCRIBEFY_API_KEY=<YOUR_SCRIBEFY_API_KEY> --env SCRIBEFY_API_BASE=<YOUR_SCRIBEFY_API_BASE> -- npx -y scribefy-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.