mcp-server

neemchand/mcp-server

3.1

If you are the rightful owner of mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A simple Model Context Protocol (MCP) server implementation in TypeScript.

Tools
2
Resources
0
Prompts
0

YouTube MCP Server

MCP server for YouTube video search and details.

Setup

  1. Get YouTube Data API v3 key from Google Cloud Console
  2. Set environment variable: export YOUTUBE_API_KEY="your_key"
  3. Install: npm install
  4. Build: npm run build
  5. Run: npm start

Tools

  • youtube_search - Search videos by query, maxResults, order
  • youtube_video_details - Get video details by videoId
  • echo - Echo text (testing)
  • add - Add numbers (testing)

Usage

Configure MCP client to run: node dist/index.js

Notes

  • API quota: 10,000 units/day
  • Search: 100 units, Details: 1 unit
  • Keep API key secure