MCP Collections

MCP Collections

By h4ck4life GitHub

MCP servers collection

typescript reddit
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?

  1. Fetching and displaying YouTube video information.
  2. Creating visual diagrams using Mermaid.js.
  3. Accessing and analyzing Reddit posts and comments.
  4. 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
  • 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:

{
  "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.

Model Context Protocol (MCP) server designed for LLMs to interact with Obsidian vaults. Provides secure, token-aware tools for seamless knowledge base management through a standardized interface.

typescript mcp
View Details

MCP server to provide Figma layout information to AI coding agents like Cursor

typescript ai
View Details
S3 MCP Server
S3 MCP Server by samuraikun

MCP server to integrate AWS S3 and LLM

typescript mcp
View Details

A Python CLI tool that generates a basic Node.js/TypeScript MCP server from an OpenAPI v3 spec (JSON/YAML), mapping each operation to an MCP tool.

typescript mcp
View Details
Opik Mcp
Opik Mcp by comet-ml

Model Context Protocol (MCP) implementation for Opik enabling seamless IDE integration and unified access to prompts, projects, traces, and metrics.

typescript generative-ai
View Details

Browser extension to enable MCP in claude.ai

typescript code-analysis
View Details

MCP server enabling persistent memory for Claude through a local knowledge graph - fork focused on local development

typescript mcp
View Details