Skip to content
Zed

YouTube MCP for Zed

io.github.mrsknetwork/ytmcp

Interact with YouTube data via the official Data API v3

client:Zed transport:stdio runtime:npm

Install YouTube MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

YouTube MCP in other clients