MCP Collections

by h4ck4life

289 downloads
Not rated
GitHub

About

MCP Collections is a bundle of Model Context Protocol servers that provides tools for interacting with YouTube, Reddit, generating Mermaid diagrams, and fetching web pages with a headless browser. It is designed for use with Claude and other MCP-compatible clients.

Details

Author
h4ck4life
Downloads
289
Categories
Other

- YouTube integration requiring an API key
- Mermaid diagram generation from text
- Reddit content access
- Headless browser web fetching (Playwright)

Install Node dependencies with npm install and, for the fetch server, also run npx playwright install --with-deps. Then add the provided JSON configuration to your Claude settings, replacing the path to each TypeScript file and supplying a YouTube API key for the YouTube server.

MCP Collections

- Youtube - Mermaid diagram - Reddit - 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:

```json
{
"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 reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.