|
3 | 3 | [](https://github.com/jkawamoto/mcp-youtube-transcript/blob/main/LICENSE) |
4 | 4 | [](https://github.com/pre-commit/pre-commit) |
5 | 5 | [](https://github.com/astral-sh/ruff) |
6 | | -[](https://smithery.ai/server/@jkawamoto/mcp-youtube-transcript) |
7 | 6 | [](https://hub.docker.com/mcp/server/youtube_transcript) |
8 | 7 |
|
9 | 8 | This MCP server retrieves transcripts for given YouTube video URLs. |
@@ -81,29 +80,6 @@ To configure this server for LM Studio, click the button below. |
81 | 80 | A Docker image for this server is available on [Docker Hub](https://hub.docker.com/mcp/server/youtube_transcript/). |
82 | 81 | Please refer to the Docker Hub page for detailed usage instructions and documentation. |
83 | 82 |
|
84 | | -### Installing via Smithery |
85 | | -> [!NOTE] |
86 | | -> When using this method, you will be using servers hosted by Smithery. |
87 | | -> Requests and responses will be routed through their servers. |
88 | | -> Please refer to the [Smithery Privacy Notice](https://smithery.ai/privacy) for information |
89 | | -> about their data handling practices. |
90 | | -
|
91 | | -The [Smithery CLI](https://github.com/smithery-ai/cli) enables the installation of MCP servers on various clients. |
92 | | - |
93 | | -For instance, to install this server for Claude Desktop, execute the following command: |
94 | | - |
95 | | -```bash |
96 | | -npx -y @smithery/cli install @jkawamoto/mcp-youtube-transcript --client claude |
97 | | -``` |
98 | | - |
99 | | -To view the list of clients supported by the Smithery CLI, use this command: |
100 | | - |
101 | | -```bash |
102 | | -npx -y @smithery/cli list clients |
103 | | -``` |
104 | | - |
105 | | -Refer to the [Smithery CLI documentation](https://github.com/smithery-ai/cli) for additional details. |
106 | | - |
107 | 83 | ## Response Pagination |
108 | 84 | When retrieving transcripts for longer videos, the content may exceed the token size limits of the LLM. |
109 | 85 | To avoid this issue, this server splits transcripts that exceed 50,000 characters. |
|
0 commit comments