Add your description here
Project description
MCP Server
MCP Server is created on top of all the APIs from the Youtube-Summarizer. All APIs are exposed as tools in the MCP protocol and available for any AI application to integrate with.
Note: Currently MCP only supports local connections, so it doesn't support remote use of these tools.
Setup
Docker Setup
Build the Docker image:
docker build -t youtube-summarizer-mcp .
Run the MCP server using Docker:
docker run -i --rm youtube-summarizer-mcp
Using the Inspector
You can use the MCP Inspector to explore available tools and test them:
./inspector.sh
Usage with Claude Desktop
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"youtube-summarizer": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"youtube-summarizer-mcp"
]
}
}
}
Now you can use the added mcp tools from server.py in claude desktop
MCP Client Sample (Without Claude Desktop)
Run the MCP client locally to try out the Social Toolkit using natural language:
Setup
./setup.sh
Run
./run.sh
It will run both MCP server and client, connected to each other. The terminal will prompt for natural language queries from the user, which then will be translated into MCP tool calls to answer the user query.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mseep_weather-0.1.0.tar.gz.
File metadata
- Download URL: mseep_weather-0.1.0.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
137c8dc6215c55f5274f783d7dc9877038485deeacc17dbfc1b24bd3bb92a2fb
|
|
| MD5 |
f0a4272508ad64ff076bf32b0e239c74
|
|
| BLAKE2b-256 |
9f7bff6d93e285608ca87d51eae1f949cdee1276705a81a5eddeb84cef76e625
|
File details
Details for the file mseep_weather-0.1.0-py3-none-any.whl.
File metadata
- Download URL: mseep_weather-0.1.0-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2c5f8553abb10a19398eee39e8088f0308eb460daf483ca19046be89396dc92a
|
|
| MD5 |
55a968348975ad16c2f6a984ec6f32b9
|
|
| BLAKE2b-256 |
62cbaacc1dad8c48308d4b8675bda0f8c402236bda0934af3f273cbdd0bd33df
|