YouTube Research MCP for Windsurf
io.github.coyasong/youtube-research
Citation-ready YouTube transcript research and optional channel intelligence for AI agents.
client:Windsurf
transport:stdio
runtime:npm
Install YouTube Research MCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"youtube-research": {
"command": "npx",
"args": [
"-y",
"@coyasong/youtube-mcp-server"
],
"env": {
"YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs