Skip to content
Cursor

YouTube Data for Cursor

io.github.kirbah/mcp-youtube

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

client:Cursor transport:stdio runtime:npm

Install YouTube Data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "mcp-youtube": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kirbah/mcp-youtube"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
        "MDB_MCP_CONNECTION_STRING": "<MDB_MCP_CONNECTION_STRING>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

YouTube Data in other clients