From ca39fe057e4be812b78ef6ace4d6539fbd38b84c Mon Sep 17 00:00:00 2001 From: Junpei Kawamoto Date: Sun, 27 Jul 2025 00:03:26 -0600 Subject: [PATCH] docs: fix installation command for YouTube Transcript MCP in servers.json (#3595) --- documentation/static/servers.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/static/servers.json b/documentation/static/servers.json index 506cdc79..b7e76533 100644 --- a/documentation/static/servers.json +++ b/documentation/static/servers.json @@ -556,9 +556,9 @@ "id": "youtube-transcript-mcp", "name": "YouTube Transcript", "description": "YouTube video transcript extraction", - "command": "npx -y youtube-transcript-mcp", + "command": "uvx --from git+https://github.com/jkawamoto/mcp-youtube-transcript mcp-youtube-transcript", "link": "https://github.com/jkawamoto/mcp-youtube-transcript", - "installation_notes": "Install using npx package manager.", + "installation_notes": "Install using uv package manager.", "is_builtin": false, "endorsed": false, "environmentVariables": [] @@ -573,4 +573,4 @@ "endorsed": false, "environmentVariables": [] } -] \ No newline at end of file +]