YT
- typescript
0
GitHub Stars
typescript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"xue160709-yt-mcp-server": {
"command": "node",
"args": [
"/absolute/path/to/yt-mcp-server/dist/index.js"
]
}
}
}You run an MCP server that exposes a set of tools to clients like Claude Desktop. It lets you package, load, and execute small tool routines through a simple, extensible interface. This server is built to integrate smoothly with MCP clients, supporting local development and easy publishing for broader use.
How to use
You can use the server locally by building it and running the generated JavaScript entry point. Once running, clients can request tooling endpoints defined by the server and receive responses that your tools produce. When you publish, other users can run it via a package manager or include it in their Claude Desktop configuration.
How to install
Prerequisites: ensure you have Node.js and npm installed on your system.
Install dependencies for the project.
npm install
Build the project.
npm run build
Configuration and usage notes
You can run the server locally in development or publish it for broader use.
Local development run (example): use a standard Node runtime to execute the built entry point.
After publishing, you can run the server via npx to test or integrate with clients.
Available tools
my_tool
Describes what your tool does