Skip to content
VS Code

peertube mcp for VS Code

io.github.mrfentmen/peertube-mcp

Search PeerTube.tv federated videos and read instance info. No key required.

client:VS Code transport:stdio runtime:npm

Install peertube mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "peertube-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "peertube-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

peertube mcp in other clients