Skip to content
Cursor

youtube organic mcp for Cursor

io.github.lanternrow/youtube-organic-mcp

YouTube organic analytics — channel stats, video performance, watch time & audience insights.

client:Cursor transport:stdio runtime:npm

Install youtube organic 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-organic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "youtube-organic-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUTUBE_CLIENT_SECRET>",
        "YOUTUBE_REFRESH_TOKEN": "<YOUTUBE_REFRESH_TOKEN>"
      }
    }
  }
}

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

youtube organic mcp in other clients