youtube_research_mcp

youtube_research_mcp

3

My YouTube MCP Server is designed to enhance search capabilities by integrating with YouTube's API to fetch and compile video data. It employs a sequential logging method to clearly represent each operational step.

My YouTube MCP Server

This MCP server integrates:

  • Sequential Thinking: Logs each step as separate "thoughts" to provide visibility into the server's operations.
  • YouTube Aggregated Search:
    • Sampling: Uses MCP's sampling mechanism to generate search queries based on user topics.
    • YouTube API Integration: Fetches short and long videos for each search query.
    • Result Aggregation: Compiles and returns video IDs with metadata.

Setup Instructions

  1. Clone the Repository

    git clone https://github.com/yourusername/my-youtube-server.git
    cd my-youtube-server