You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,6 +51,12 @@ After editing, restart the application.
51
51
For more information,
52
52
see: [For Claude Desktop Users - Model Context Protocol](https://modelcontextprotocol.io/quickstart/user).
53
53
54
+
### For LM Studio
55
+
To configure this server for LM Studio, click the button below.
56
+
57
+
[](https://lmstudio.ai/install-mcp?name=youtube-transcript&config=eyJjb21tYW5kIjoidXZ4IiwiYXJncyI6WyItLWZyb20iLCJnaXQraHR0cHM6Ly9naXRodWIuY29tL2prYXdhbW90by9tY3AteW91dHViZS10cmFuc2NyaXB0IiwibWNwLXlvdXR1YmUtdHJhbnNjcmlwdCJdfQ%3D%3D)
58
+
59
+
54
60
### Installing via Smithery
55
61
> [!NOTE]
56
62
> When using this method, you will be utilizing servers hosted by Smithery.
@@ -78,9 +84,12 @@ Refer to the [Smithery CLI documentation](https://github.com/smithery-ai/cli) fo
78
84
When retrieving transcripts for longer videos, the content may exceed the token size limits of the LLM.
79
85
To avoid this issue, this server splits transcripts that exceed 50,000 characters.
80
86
If a transcript is split, the response will include a `next_cursor`.
81
-
To retrieve the next part, include this `next_cursor`value in your request.
87
+
To retrieve the next part, include this `next_cursor`value in your request.
82
88
83
-
The token size limits vary depending on the LLM and language you are using. If you need to split responses into smaller chunks, you can adjust this using the `--response-limit` command line argument. For example, the configuration below splits responses to contain no more than 15,000 characters each:
89
+
The token size limits vary depending on the LLM and language you are using.
90
+
If you need to split responses into smaller chunks,
91
+
you can adjust this using the `--response-limit` command line argument.
92
+
For example, the configuration below splits responses to contain no more than 15,000 characters each:
0 commit comments