Skip to content
Windsurf

YouTube Data for Windsurf

io.github.kirbah/mcp-youtube

YouTube MCP server for token-optimized, structured data using the YouTube Data API v3.

client:Windsurf transport:stdio runtime:npm

Install YouTube Data 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": {
    "mcp-youtube": {
      "command": "npx",
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
        "MDB_MCP_CONNECTION_STRING": "<MDB_MCP_CONNECTION_STRING>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

YouTube Data in other clients