Discover Awesome MCP Servers
Extend your agent with 16,263 capabilities via MCP servers.
- All16,263
- 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 Translation Service
Provides multilingual text translation capabilities using Baidu Translate API with support for language detection and advanced features like context filling and zero-width character obfuscation for testing agent robustness.
Remote MCP Server on Cloudflare
Remote MCP Server (Authless)
A deployable MCP server on Cloudflare Workers that doesn't require authentication, allowing connection from the Cloudflare AI Playground or Claude Desktop to use custom tools via the Model Context Protocol.
Zed Content Server Shopify Dev MCP Server
MCP Servers
Here are a few options for MCP (Minecraft Coder Pack) servers suitable for development work, along with considerations for each: **1. Local Development Environment (Recommended for Most):** * **Description:** This involves setting up the MCP environment directly on your own computer. You download the MCP files, decompile Minecraft, make your code changes, and then recompile. You run a local Minecraft instance to test your modifications. * **Pros:** * **Fastest Iteration:** Changes are immediately available for testing. No need to upload to a server. * **Full Control:** You have complete control over the environment, including debugging tools. * **No Network Dependency:** Works offline. * **Privacy:** Your code is only on your machine. * **Cons:** * **Setup Required:** Requires downloading and configuring MCP, setting up your IDE (Integrated Development Environment) like IntelliJ IDEA or Eclipse, and understanding the build process. * **Resource Intensive:** Decompiling and recompiling Minecraft can be resource-intensive, especially on older computers. * **Not Collaborative (Initially):** Collaboration requires using version control (like Git) and sharing code. * **How to Set Up:** 1. Download the correct MCP version for the Minecraft version you're targeting. (Search for "MCP [Minecraft Version]") 2. Follow the MCP installation instructions (usually involves running `decompile.bat` or `decompile.sh`). 3. Set up your IDE with the MCP libraries. 4. Create a run configuration in your IDE to launch Minecraft with your modifications. **2. Dedicated Development Server (For Collaboration or Complex Testing):** * **Description:** A dedicated server running a modified Minecraft version with your code. You upload your compiled code (usually as a mod) to the server. This is useful for testing multiplayer interactions or when multiple developers are working on the same project. * **Pros:** * **Collaboration:** Multiple developers can connect and test together. * **Realistic Testing:** Simulates a real server environment. * **Centralized Testing:** All developers test against the same codebase. * **Cons:** * **More Complex Setup:** Requires setting up a Minecraft server, installing Forge or Fabric (mod loaders), and configuring the server. * **Slower Iteration:** Requires compiling your code and uploading it to the server each time you make a change. * **Network Dependency:** Requires a stable internet connection. * **Security Considerations:** If the server is publicly accessible, you need to consider security. * **How to Set Up:** 1. Set up a standard Minecraft server (vanilla or Spigot/Paper). 2. Install Forge or Fabric on the server. (Forge is more common for older versions, Fabric is often preferred for newer versions due to performance and simplicity). 3. Develop your mod using MCP and Forge/Fabric. 4. Compile your mod into a `.jar` file. 5. Place the `.jar` file in the `mods` folder of your server. 6. Start the server. **3. Cloud-Based Development Servers (e.g., AWS, Google Cloud, Azure):** * **Description:** Similar to a dedicated server, but hosted on a cloud platform. This offers scalability and reliability. * **Pros:** * **Scalability:** Easily scale resources (CPU, RAM) as needed. * **Reliability:** Cloud platforms offer high uptime. * **Accessibility:** Accessible from anywhere with an internet connection. * **Cons:** * **Cost:** Cloud resources can be expensive. * **Complexity:** Requires understanding cloud platform concepts. * **Configuration:** Requires configuring the server and network settings. * **How to Set Up:** 1. Create an account on a cloud platform (AWS, Google Cloud, Azure). 2. Create a virtual machine (VM) instance. 3. Install Java and Minecraft server software on the VM. 4. Install Forge or Fabric. 5. Deploy your mod to the server. **Which Option is Best?** * **For individual development and learning:** A local development environment is almost always the best choice. * **For collaborative projects:** A dedicated development server (either local or cloud-based) is necessary. * **For large-scale testing or production:** A cloud-based server is recommended. **Important Considerations:** * **Minecraft Version:** Make sure your MCP version, Forge/Fabric version, and Minecraft server version are all compatible. * **IDE:** Use a good IDE like IntelliJ IDEA or Eclipse. They provide features like code completion, debugging, and refactoring. * **Version Control:** Use Git for version control. This allows you to track changes, collaborate with others, and revert to previous versions if necessary. * **Mod Loader:** Choose Forge or Fabric. Forge is more established, but Fabric is often faster and simpler for newer versions. * **Debugging:** Learn how to use the debugger in your IDE to step through your code and identify errors. **Indonesian Translation:** Berikut adalah beberapa opsi untuk server MCP (Minecraft Coder Pack) yang cocok untuk pekerjaan pengembangan, beserta pertimbangan untuk masing-masing: **1. Lingkungan Pengembangan Lokal (Direkomendasikan untuk Kebanyakan):** * **Deskripsi:** Ini melibatkan pengaturan lingkungan MCP langsung di komputer Anda sendiri. Anda mengunduh file MCP, mendekompilasi Minecraft, membuat perubahan kode Anda, dan kemudian mengkompilasi ulang. Anda menjalankan instance Minecraft lokal untuk menguji modifikasi Anda. * **Pro:** * **Iterasi Tercepat:** Perubahan segera tersedia untuk pengujian. Tidak perlu mengunggah ke server. * **Kontrol Penuh:** Anda memiliki kontrol penuh atas lingkungan, termasuk alat debugging. * **Tidak Bergantung pada Jaringan:** Bekerja secara offline. * **Privasi:** Kode Anda hanya ada di mesin Anda. * **Kontra:** * **Perlu Pengaturan:** Membutuhkan pengunduhan dan konfigurasi MCP, pengaturan IDE (Integrated Development Environment) Anda seperti IntelliJ IDEA atau Eclipse, dan pemahaman tentang proses build. * **Intensif Sumber Daya:** Mendekompilasi dan mengkompilasi ulang Minecraft dapat menjadi intensif sumber daya, terutama pada komputer yang lebih tua. * **Tidak Kolaboratif (Awalnya):** Kolaborasi membutuhkan penggunaan kontrol versi (seperti Git) dan berbagi kode. * **Cara Mengatur:** 1. Unduh versi MCP yang benar untuk versi Minecraft yang Anda targetkan. (Cari "MCP [Versi Minecraft]") 2. Ikuti instruksi instalasi MCP (biasanya melibatkan menjalankan `decompile.bat` atau `decompile.sh`). 3. Siapkan IDE Anda dengan pustaka MCP. 4. Buat konfigurasi run di IDE Anda untuk meluncurkan Minecraft dengan modifikasi Anda. **2. Server Pengembangan Khusus (Untuk Kolaborasi atau Pengujian Kompleks):** * **Deskripsi:** Server khusus yang menjalankan versi Minecraft yang dimodifikasi dengan kode Anda. Anda mengunggah kode Anda yang dikompilasi (biasanya sebagai mod) ke server. Ini berguna untuk menguji interaksi multipemain atau ketika beberapa pengembang mengerjakan proyek yang sama. * **Pro:** * **Kolaborasi:** Beberapa pengembang dapat terhubung dan menguji bersama. * **Pengujian Realistis:** Mensimulasikan lingkungan server yang nyata. * **Pengujian Terpusat:** Semua pengembang menguji terhadap basis kode yang sama. * **Kontra:** * **Pengaturan Lebih Kompleks:** Membutuhkan pengaturan server Minecraft, instalasi Forge atau Fabric (pemuat mod), dan konfigurasi server. * **Iterasi Lebih Lambat:** Membutuhkan kompilasi kode Anda dan mengunggahnya ke server setiap kali Anda membuat perubahan. * **Bergantung pada Jaringan:** Membutuhkan koneksi internet yang stabil. * **Pertimbangan Keamanan:** Jika server dapat diakses publik, Anda perlu mempertimbangkan keamanan. * **Cara Mengatur:** 1. Siapkan server Minecraft standar (vanilla atau Spigot/Paper). 2. Instal Forge atau Fabric di server. (Forge lebih umum untuk versi yang lebih lama, Fabric seringkali lebih disukai untuk versi yang lebih baru karena kinerja dan kesederhanaan). 3. Kembangkan mod Anda menggunakan MCP dan Forge/Fabric. 4. Kompilasi mod Anda menjadi file `.jar`. 5. Tempatkan file `.jar` di folder `mods` server Anda. 6. Mulai server. **3. Server Pengembangan Berbasis Cloud (misalnya, AWS, Google Cloud, Azure):** * **Deskripsi:** Mirip dengan server khusus, tetapi dihosting di platform cloud. Ini menawarkan skalabilitas dan keandalan. * **Pro:** * **Skalabilitas:** Mudah menskalakan sumber daya (CPU, RAM) sesuai kebutuhan. * **Keandalan:** Platform cloud menawarkan uptime yang tinggi. * **Aksesibilitas:** Dapat diakses dari mana saja dengan koneksi internet. * **Kontra:** * **Biaya:** Sumber daya cloud bisa mahal. * **Kompleksitas:** Membutuhkan pemahaman tentang konsep platform cloud. * **Konfigurasi:** Membutuhkan konfigurasi server dan pengaturan jaringan. * **Cara Mengatur:** 1. Buat akun di platform cloud (AWS, Google Cloud, Azure). 2. Buat instance mesin virtual (VM). 3. Instal Java dan perangkat lunak server Minecraft di VM. 4. Instal Forge atau Fabric. 5. Sebarkan mod Anda ke server. **Opsi Mana yang Terbaik?** * **Untuk pengembangan dan pembelajaran individu:** Lingkungan pengembangan lokal hampir selalu merupakan pilihan terbaik. * **Untuk proyek kolaboratif:** Server pengembangan khusus (baik lokal maupun berbasis cloud) diperlukan. * **Untuk pengujian atau produksi skala besar:** Server berbasis cloud direkomendasikan. **Pertimbangan Penting:** * **Versi Minecraft:** Pastikan versi MCP, versi Forge/Fabric, dan versi server Minecraft Anda semuanya kompatibel. * **IDE:** Gunakan IDE yang baik seperti IntelliJ IDEA atau Eclipse. Mereka menyediakan fitur seperti pelengkapan kode, debugging, dan refactoring. * **Kontrol Versi:** Gunakan Git untuk kontrol versi. Ini memungkinkan Anda untuk melacak perubahan, berkolaborasi dengan orang lain, dan kembali ke versi sebelumnya jika perlu. * **Pemuat Mod:** Pilih Forge atau Fabric. Forge lebih mapan, tetapi Fabric seringkali lebih cepat dan sederhana untuk versi yang lebih baru. * **Debugging:** Pelajari cara menggunakan debugger di IDE Anda untuk menelusuri kode Anda dan mengidentifikasi kesalahan.
FigmaMind MCP Server
Extracts components from Figma designs and transforms them into standardized JSON format for easy consumption by AI models and tools for interface reconstruction.
Roam Research MCP Server
A server that enables AI assistants like Claude to interact with Roam Research graphs through a standardized interface, providing comprehensive tools for content creation, search, retrieval, and optional memory management.
Yes or No MCP
A simple MCP server implementation in TypeScript that communicates over stdio, allowing users to ask questions that end with 'yes or no' to trigger the MCP tool in Cursor.
Hilanet MCP
A satirical MCP server providing HR-related tools that simulate actions in a corporate dystopia, such as increasing salaries, scheduling mandatory fun events, and generating corporate jargon.
Hedera MCP Server
A Model Context Protocol server that enables interactions with the Hedera network, providing tools for wallet creation, balance checking, transaction building, and sending signed transactions.
Security MCP Server
Enables security scanning of codebases through integrated tools for secret detection, SCA, SAST, and DAST vulnerabilities, with AI-powered remediation suggestions based on findings.
MCP Sentry para Cursor
Um servidor MCP completo para integração com Sentry no Cursor, oferecendo 27 ferramentas para monitoramento de erros, performance e saúde de aplicações.
play-sound-mcp-server
An MCP server that plays local sound files on macOS using the afplay command, allowing AI assistants to trigger audio notifications after responding.
BigQuery FinOps MCP Server
Enables cost optimization and financial operations for Google BigQuery through natural language interactions. Provides insights into BigQuery spending, usage patterns, and cost management recommendations.
JSON MCP Server
Provides powerful JSON manipulation tools through Model Context Protocol, enabling complex queries, schema generation, and validation with jq notation and native Node.js operations.
browser-mcp
Sebuah server MCP yang memungkinkan asisten AI untuk berinteraksi dengan peramban (browser), termasuk mendapatkan konten halaman sebagai markdown, memodifikasi gaya halaman, dan mencari riwayat peramban.
MCP with RAG Demo
Proyek demonstrasi ini menunjukkan cara mengimplementasikan server Model Context Protocol (MCP) dengan kemampuan Retrieval-Augmented Generation (RAG). Demo ini memungkinkan model AI untuk berinteraksi dengan basis pengetahuan, mencari informasi, dan menambahkan dokumen baru.
Black Orchid
A hot-reloadable MCP proxy server that enables users to create and manage custom Python tools through dynamic module loading. Users can build their own utilities, wrap APIs, and extend functionality by simply adding Python files to designated folders.
AutoDev MCP Examples
Here are some example MCP (Minimum Complete Product) ideas for AutoDev, categorized for clarity: **1. Basic Code Generation & Execution:** * **MCP:** Generate a simple "Hello, World!" program in Python based on user input (e.g., "Write a program that prints 'Hello, World!'"). Execute the generated code and display the output. * **Focus:** Core functionality - understanding simple instructions, generating basic code, and executing it. * **Key Features:** * Natural language input processing. * Python code generation. * Code execution environment. * Output display. **2. Simple Function Generation:** * **MCP:** Generate a function that adds two numbers based on user input (e.g., "Write a function that adds two numbers"). Allow the user to input the numbers and display the result of calling the function. * **Focus:** Generating functions with parameters and return values. * **Key Features:** * Function definition generation. * Parameter handling. * Return value handling. * User input for function arguments. **3. Basic Web Server Generation:** * **MCP:** Generate a simple web server using Flask (Python) that displays "Hello, World!" on the homepage. * **Focus:** Generating basic web applications. * **Key Features:** * Flask framework integration. * Route definition. * HTML response generation. * Server startup. **4. Simple Data Processing:** * **MCP:** Generate code to read a CSV file (user-provided) and calculate the average of a specified column. * **Focus:** Data manipulation and analysis. * **Key Features:** * File input/output. * CSV parsing. * Data aggregation (average calculation). **5. Simple API Interaction:** * **MCP:** Generate code to fetch data from a public API (e.g., a weather API) based on user input (e.g., "Get the current weather for London"). Display the relevant data (e.g., temperature). * **Focus:** Interacting with external APIs. * **Key Features:** * API request generation. * JSON parsing. * Data extraction and display. **General Considerations for MCPs:** * **Limited Scope:** Each MCP should focus on a very specific and achievable goal. * **End-to-End Functionality:** The MCP should be a complete, working system, even if it's very basic. * **Testability:** The MCP should be designed in a way that allows for easy testing and validation. * **Iterative Development:** The MCP should be a foundation for future iterations and enhancements. * **Clear User Interface:** Even a simple text-based interface is crucial for user interaction. **Example User Interaction Flow (for the "Hello, World!" MCP):** 1. **User Input:** "Write a program that prints 'Hello, World!'" 2. **AutoDev Processing:** * Parses the input. * Generates Python code: `print("Hello, World!")` 3. **AutoDev Execution:** * Executes the generated code. 4. **AutoDev Output:** "Hello, World!" These examples provide a starting point. The best MCP for your AutoDev project will depend on your specific goals and resources. Remember to prioritize simplicity and focus on delivering a working product as quickly as possible.
Dummy MCP Server
A simple Meta-agent Communication Protocol server built with FastMCP framework that provides 'echo' and 'dummy' tools via Server-Sent Events for demonstration and testing purposes.
Mcp
Ini adalah hobi untuk menguji server MCP.
Model Context Protocol servers
News MCP Server
Aggregates news from 7 APIs and unlimited RSS feeds with AI-powered bias removal and synthesis. Provides over 7,300 free daily requests with conversation-aware caching and 25 comprehensive news analysis tools.
WikiJS MCP Server
Enables AI assistants to search and retrieve content from WikiJS knowledge bases, allowing integration with your Wiki through simple search and retrieval tools.
Sentry Issues MCP
Sebuah server yang memungkinkan pengambilan isu Sentry melalui dua alat sederhana - mendapatkan isu spesifik berdasarkan URL/ID atau mendapatkan daftar isu dari sebuah proyek.
MCP-server
Remote MCP Server
A template for deploying MCP servers on Cloudflare Workers with OAuth authentication and Server-Sent Events transport. Enables remote access to MCP tools from Claude Desktop and other clients over HTTP.
MCPHub: Deploy Your Own MCP Servers in Minutes
Server hub terpadu yang mengkonsolidasikan beberapa server MCP menjadi satu endpoint SSE tunggal.
Main
Hono Remote Mcp Sample
Contoh server MCP jarak jauh (Hono + Cloudflare Workers + Durable Objects)