Overview
What is MCP Collections?
MCP Collections is a collection of tools and scripts designed to interact with various MCP servers, including YouTube, Reddit, and Mermaid diagrams.
How to use MCP Collections?
To use MCP Collections, clone the repository from GitHub, install the dependencies using npm, and configure the necessary API keys for the services you wish to use.
Key features of MCP Collections?
- Integration with YouTube API for fetching video data.
- Generation of Mermaid diagrams for visual representation.
- Access to Reddit data through its API.
- Headless browser functionality for web fetching.
Use cases of MCP Collections?
- Fetching and displaying YouTube video information.
- Creating visual diagrams using Mermaid.js.
- Accessing and analyzing Reddit posts and comments.
- Automating web data fetching tasks.
FAQ from MCP Collections?
- What programming language is used in MCP Collections?
MCP Collections is built using TypeScript.
- Do I need API keys to use this project?
Yes, you will need to configure API keys for services like YouTube and Reddit to access their data.
- Is there any installation required?
Yes, you need to run
npm install
to install the necessary dependencies.
Content
MCP Collections
- Youtube
- Mermaid diagram
- Fetch web (headless browser - Please install
npx playwright install --with-deps
)
Installation
Run the following command to install dependencies:
npm install
Configuration for Claude
Below is an example configuration for Claude:
{
"mcpServers": {
"youtube": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/youtube.ts"],
"env": {
"YOUTUBE_API_KEY": "your-youtube-api-key"
}
},
"mermaidjsdiagram": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/mermaid.ts"]
},
"reddit": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/reddit.ts"]
},
"fetch": {
"command": "npx",
"args": ["tsx", "/Volumes/TRANSCEND/dev/mcp-collections/fetch.ts"]
}
}
}
No tools information available.

🌟 Claude MCP: Enhance Your Experience with Claude.ai 🌟
by emmapoderoso
typescript
code-analysis
View Details