Discover Awesome MCP Servers
Extend your agent with 17,451 capabilities via MCP servers.
- All17,451
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
MCP Filesystem Server
Mirror of
MCPM CLI
A command-line tool for managing MCP servers in Claude App.
MCP JS Server Template
Simplified MCP Server Template for Node.js
MCP-GITHUB-SERVER
OceanBase MCP Server
Server Protokol Konteks Model yang memungkinkan asisten AI untuk berinteraksi secara aman dengan database OceanBase dengan mencantumkan tabel, membaca data, dan menjalankan kueri SQL melalui antarmuka yang terkontrol.
Superargs
Provide AI MCP server args during runtime.
Simple Time MCP CLI
Simple MCP server for time-related functions with CLI mode support
🚀 GitHub MCP Server - FastAPI Implementation
System Resource Monitor
Developer MCP Server
Sistem manajemen konteks yang kuat yang mempertahankan konteks secara persisten di seluruh sesi pengkodean, membantu tim pengembangan melacak struktur proyek, dependensi, dan kemajuan.
hyper-mcp
A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
MCP Servers Hub ⭐
b12-mcp-server
Server protokol konteks model B12 untuk menghasilkan situs web dengan AI.
1Panel MCP Server
Server eksperimental yang mengimplementasikan Model Context Protocol untuk mengotomatiskan penerapan situs web ke server 1Panel, memungkinkan pengguna membuat situs web dan mengunggah berkas statis melalui perintah bahasa alami.
mcp-youtube-transcripts
That sounds like you're looking for a way to use an MCP (Mod Configuration Protocol, often used in Minecraft modding) server to retrieve YouTube transcripts. Unfortunately, that's not a direct or common use case for MCP servers. Here's why, and what you *can* do: * **MCP Servers and YouTube Transcripts are Unrelated:** MCP servers are primarily used for decompiling, deobfuscating, and remapping Minecraft code. They help modders understand and modify the game. They have nothing to do with accessing external APIs like the YouTube Data API. * **YouTube Data API is the Key:** To get YouTube transcripts, you need to use the YouTube Data API. This API allows you to programmatically access information about YouTube videos, including their transcripts (if available). **How to Get YouTube Transcripts (Without MCP):** Here's a breakdown of how you'd typically retrieve YouTube transcripts: 1. **Get a YouTube Data API Key:** * Go to the Google Cloud Console: [https://console.cloud.google.com/](https://console.cloud.google.com/) * Create a new project (or use an existing one). * Enable the YouTube Data API v3. * Create API credentials (an API key). Keep this key secret! 2. **Choose a Programming Language:** You'll need to write code to interact with the YouTube Data API. Popular choices include: * **Python:** Easy to learn and has libraries for making API requests. * **JavaScript:** Useful if you want to do this in a web browser or with Node.js. * **Java:** If you're already familiar with Java (perhaps from Minecraft modding), this could be a good option. 3. **Write the Code:** Here's a basic example in Python using the `google-api-python-client` library: ```python from googleapiclient.discovery import build # Replace with your API key API_KEY = "YOUR_API_KEY" YOUTUBE_VIDEO_ID = "VIDEO_ID_HERE" # e.g., "dQw4w9WgXcQ" def get_transcript(video_id, api_key): youtube = build("youtube", "v3", developerKey=api_key) try: captions = youtube.captions().list( part="snippet", videoId=video_id ).execute() # Find the caption track you want (e.g., English) for caption_track in captions["items"]: if caption_track["snippet"]["language"] == "en": # Example: English caption_id = caption_track["id"] break else: return "No English transcript found." # No English transcript # Download the transcript transcript = youtube.captions().download(id=caption_id, tfmt="srt").execute() return transcript except Exception as e: return f"Error: {e}" if __name__ == "__main__": transcript = get_transcript(YOUTUBE_VIDEO_ID, API_KEY) if transcript: print(transcript) # Print the transcript (in SRT format) else: print("Could not retrieve transcript.") ``` **Explanation of the Python Code:** * **`googleapiclient.discovery.build`:** Creates a YouTube API service object. * **`youtube.captions().list(...)`:** Gets a list of available caption tracks for the video. * **Looping through `captions["items"]`:** Finds the desired language (e.g., "en" for English). * **`youtube.captions().download(...)`:** Downloads the transcript in SRT format (SubRip Text). You can change `tfmt` to other formats like `ttml` (Timed Text Markup Language). * **Error Handling:** The `try...except` block handles potential errors (e.g., video doesn't have captions, API key is invalid). 4. **Install the Library (if needed):** If you're using Python, you'll need to install the `google-api-python-client` library: ```bash pip install google-api-python-client ``` **Important Considerations:** * **API Quotas:** The YouTube Data API has usage quotas. Be mindful of how many requests you're making. If you exceed your quota, your requests will be throttled. * **Transcript Availability:** Not all YouTube videos have transcripts. Some are automatically generated, and their accuracy can vary. Others are manually created. * **SRT Format:** The SRT format is a common subtitle format. You can find libraries to parse and work with SRT files in most programming languages. **In summary:** Forget about using an MCP server for this. Use the YouTube Data API directly with a programming language like Python, JavaScript, or Java. The code example above provides a starting point. Remember to replace `"YOUR_API_KEY"` and `"VIDEO_ID_HERE"` with your actual API key and the YouTube video ID you want to get the transcript for.
MCP-Go SDK
MCP Server SDK in Go and some servers I'm using myself
Gotoolkits_mcp Difyworkflow Server
Mirror of
MCPInstructionServer
Git MCP Server Knowledge Base
Comprehensive knowledge base for Git MCP Server implementation, configuration, and troubleshooting
Neo4j预约系统 MCP 服务器
MCP Server Configuration
Berkas konfigurasi server MCP
happy-patterns
Sebuah server MCP untuk siapa saja.
Mcpmapserver
Here are a few possible translations, depending on the specific nuance you're looking for: * **Peta Google server MCP untuk studi:** (This is a fairly literal translation and likely the best option if you're referring to a specific "MCP server" related to Google Maps.) * **Server MCP Peta Google untuk pembelajaran:** (This emphasizes the "learning" aspect of "study.") * **Server MCP Peta Google untuk keperluan studi:** (This is a more formal way of saying "for study purposes.") **Important Considerations:** * **MCP Server:** The term "MCP server" is quite technical. If you're not sure what it means, it's worth clarifying. It could refer to a server related to map data processing, or something else entirely. * **Context is Key:** The best translation depends on the context in which you're using the phrase. Without more context, I recommend using: **Peta Google server MCP untuk studi.**
Morpho API MCP Server
Cermin dari
Bond MCP Server
Model Context Protocol (MCP) Server
Mirror of
mcp-server-weaviate
Mirror of
Google Search Tool
Alat Node.js berbasis Playwright yang melewati mekanisme anti-scraping mesin pencari untuk menjalankan pencarian Google. Alternatif lokal untuk SERP API dengan integrasi server MCP.
Filesystem MCP Server
MCP Notes Server