Skip to content
Cursor

YouTube Research MCP for Cursor

io.github.coyasong/youtube-research

Citation-ready YouTube transcript research and optional channel intelligence for AI agents.

client:Cursor transport:stdio runtime:npm

Install YouTube Research MCP 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": {
    "youtube-research": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@coyasong/youtube-mcp-server"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>"
      }
    }
  }
}

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

YouTube Research MCP in other clients