TypeScript Model Context Protocol (MCP) server for VidCap YouTube API. Includes CLI support and extensible structure for connecting AI systems (LLMs) to VidCap YouTube API
| Tool name | Description | Destructive? |
|---|---|---|
| youtube_getInfo | โ no | |
| youtube_getMedia | โ no | |
| youtube_getCaption | โ no | |
| youtube_getSummary | โ no | |
| youtube_getScreenshot | โ no |
| youtube_getScreenshotMultiple | โ no | |
| youtube_getComments | โ no | |
| youtube_search | โ no |
{
"mcpServers": {
"vidcap": {
"command": "npx",
"args": [
"-y",
"vidcap-mcp-server"
]
}
}
}