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"
]
}
}
}