Skip to content
Windsurf

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

YouTube Research MCP in other clients