Skip to content
Cursor

YouTube MCP for Cursor

io.github.mrsknetwork/ytmcp

Interact with YouTube data via the official Data API v3

client:Cursor transport:stdio runtime:npm

Install YouTube MCP in Cursor

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

{
  "mcpServers": {
    "ytmcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrsknetwork/ytmcp"
      ]
    }
  }
}

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

YouTube MCP in other clients