Discover Awesome MCP Servers
Extend your agent with 19,294 capabilities via MCP servers.
- All19,294
- 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
What is WayStation
The only MCP Server you need. Connect any MCP host with the tools you use daily through our no-code, secure integration hub.
mcp-box
mcp-box for mcp server
MCP Memory Server
Mengimplementasikan kemampuan memori jangka panjang untuk asisten AI menggunakan PostgreSQL dengan pgvector untuk pencarian kemiripan vektor yang efisien, memungkinkan pengambilan semantik informasi yang disimpan.
Nature Remo MCP server
MCP Chain of Draft Server đ§
Cermin dari
Browser Automation MCP Server
A Model Context Protocol (MCP) server that provides browser automation capabilities for Claude and other MCP-compatible AI assistants
MCP Gateway, Server, and Client
Mirror of
Claude Desktop Transport Bridge
An Stdio MCP server providing a bridge to servers using other Transports
File Context Server
Cermin dari
cal2prompt
⨠Mengambil jadwal Anda (Google Kalender) dan menampilkannya sebagai satu prompt LLM, dengan mode server MCP opsional.
@gleanwork/mcp-server
MCP server for Glean API integration
đą MCP Server for iOS Simulator
Jembatan antara simulator iOS dan Protokol Konteks Model, memungkinkan kontrol terprogram simulator iOS melalui antarmuka komunikasi yang terstandardisasi.
Dida365 MCP Server
I understand you're looking for an MCP (likely referring to a Minecraft Proxy) server for dida365.com. However, I need more information to give you a helpful answer. Here's why and what I need: * **What do you want the MCP server to *do*?** Are you trying to: * **Connect to a specific Minecraft server hosted by dida365.com?** If so, I need the server address (e.g., `play.dida365.com`). * **Create your own Minecraft server and use dida365.com for something else (like a website or forum)?** If so, what is the purpose of the MCP server? * **Use dida365.com as a proxy service?** This is unlikely, as dida365.com appears to be a productivity tool website. * **What kind of MCP server are you looking for?** There are different types of Minecraft proxies, such as: * **BungeeCord/Velocity:** Used to connect multiple Minecraft servers together. * **Waterfall:** A fork of BungeeCord with performance improvements. * **Other custom proxies:** These are less common. Once you provide more details about your specific needs, I can give you more relevant information and potentially help you find or configure an appropriate MCP server solution.
đšī¸ Welcome to the Minesweeper MCP Server
An MCP server for playing Minesweeper
AI Chat Desktop Applications
Electron-based desktop applications for various AI chat platforms.
Lamda
đ¤ Kerangka RPA Android yang paling kuat, generasi berikutnya dari robot otomasi seluler.
Anchor Mcp
MCP Server for Anchor framework.
AI-Create-MCP (WIP)
ai-create-mcp is a Go-based tool that converts OpenAPI Specification (OAS) files into a Model Context Protocol (MCP) program.
MCppServer
Server Minecraft yang cepat dan sangat efisien yang ditulis dalam C++.
Google-Calendar-MCP-Server
MCP Server for Google Calendar API
MCP-Server
JigsawStack Image Generation
Generate images from text using advanced AI models. Learn more about jigsawstack's image generation API here: https://jigsawstack.com/docs/api-reference/ai/image-generation You can get your jigsawstack API key here: https://jigsawstack.com/dashboard/
MCP Prompt Tester
Sebuah server MCP yang memungkinkan agen untuk menguji dan membandingkan prompt LLM di berbagai model OpenAI dan Anthropic, mendukung pengujian tunggal, perbandingan berdampingan, dan percakapan multi-giliran.
MCP Bridge
Mengaktifkan layanan AI berbasis cloud untuk mengakses server MCP berbasis Stdio lokal.
mcp-server-mariadb
Cermin dari
Github
Server MCP berbasis SSE ini memungkinkan pengguna untuk terhubung dan berinteraksi dengan API National Weather Service untuk mengambil peringatan dan perkiraan cuaca.
Code Runner MCP Server
There isn't a single, universally recognized "MCP Server" specifically designed to run code snippets and display the results. The acronym "MCP" can have different meanings depending on the context. However, based on your request, it sounds like you're looking for a way to execute code snippets remotely and see the output. Here are a few options that might fit your needs, depending on the programming language and environment you're working with: **1. Online Code Editors with Execution Capabilities:** * **Repl.it:** This is a popular online IDE that supports a wide range of programming languages (Python, JavaScript, Java, C++, etc.). You can write code directly in the browser, run it, and see the output immediately. It's very convenient for quick testing and sharing code snippets. * **CodeSandbox:** Primarily focused on web development (JavaScript, React, Vue, Angular), CodeSandbox allows you to create and run web projects in a browser-based environment. * **JSFiddle/CodePen:** These are specifically designed for front-end web development (HTML, CSS, JavaScript). You can write code snippets and see the rendered output in real-time. * **OnlineGDB:** Supports multiple languages like C, C++, Python, Java, and more. It includes a debugger. **2. Cloud-Based Development Environments:** * **AWS Cloud9:** A cloud-based IDE that runs in your browser. It supports many programming languages and integrates well with AWS services. * **Google Cloud Shell:** Provides a command-line environment in your browser, pre-configured with tools for managing Google Cloud resources. You can also use it to run code snippets in various languages. * **Microsoft Azure Cloud Shell:** Similar to Google Cloud Shell, but for Azure. **3. Self-Hosted Solutions (Requires Server Setup):** * **Jupyter Notebook/JupyterLab:** While often used locally, you can set up a Jupyter server to run notebooks remotely. This is great for Python, data science, and interactive computing. * **Docker Containers:** You can create Docker containers with specific programming language runtimes and tools. Then, you can run code snippets inside the container and expose the output through an API or web interface. This requires more technical expertise but offers greater flexibility and control. **4. Specialized Online Interpreters:** * For specific languages, there might be dedicated online interpreters. For example, there are online Python interpreters, online JavaScript interpreters, etc. A simple Google search for "online [language] interpreter" will usually find several options. **How to Choose the Right Option:** * **Programming Language:** The most important factor. Make sure the platform supports the language you're using. * **Complexity:** For simple snippets, online editors are usually the easiest. For more complex projects, cloud-based environments or self-hosted solutions might be better. * **Collaboration:** Some platforms (like Repl.it and CodeSandbox) make it easy to collaborate with others on code. * **Cost:** Most online editors offer free tiers for basic usage. Cloud-based environments might have costs associated with them, depending on your usage. **In Indonesian:** Karena tidak ada "MCP Server" yang secara universal dikenal untuk menjalankan potongan kode dan menampilkan hasilnya, saya akan memberikan beberapa opsi yang mungkin sesuai dengan kebutuhan Anda, tergantung pada bahasa pemrograman dan lingkungan yang Anda gunakan: **1. Editor Kode Online dengan Kemampuan Eksekusi:** * **Repl.it:** IDE online populer yang mendukung berbagai bahasa pemrograman (Python, JavaScript, Java, C++, dll.). Anda dapat menulis kode langsung di browser, menjalankannya, dan melihat hasilnya secara instan. Sangat nyaman untuk pengujian cepat dan berbagi potongan kode. * **CodeSandbox:** Terutama berfokus pada pengembangan web (JavaScript, React, Vue, Angular), CodeSandbox memungkinkan Anda membuat dan menjalankan proyek web di lingkungan berbasis browser. * **JSFiddle/CodePen:** Dirancang khusus untuk pengembangan web front-end (HTML, CSS, JavaScript). Anda dapat menulis potongan kode dan melihat output yang dirender secara real-time. * **OnlineGDB:** Mendukung berbagai bahasa seperti C, C++, Python, Java, dan lainnya. Termasuk debugger. **2. Lingkungan Pengembangan Berbasis Cloud:** * **AWS Cloud9:** IDE berbasis cloud yang berjalan di browser Anda. Mendukung banyak bahasa pemrograman dan terintegrasi dengan baik dengan layanan AWS. * **Google Cloud Shell:** Menyediakan lingkungan baris perintah di browser Anda, yang telah dikonfigurasi sebelumnya dengan alat untuk mengelola sumber daya Google Cloud. Anda juga dapat menggunakannya untuk menjalankan potongan kode dalam berbagai bahasa. * **Microsoft Azure Cloud Shell:** Mirip dengan Google Cloud Shell, tetapi untuk Azure. **3. Solusi Self-Hosted (Membutuhkan Pengaturan Server):** * **Jupyter Notebook/JupyterLab:** Meskipun sering digunakan secara lokal, Anda dapat menyiapkan server Jupyter untuk menjalankan notebook dari jarak jauh. Ini bagus untuk Python, ilmu data, dan komputasi interaktif. * **Docker Containers:** Anda dapat membuat container Docker dengan runtime dan alat bahasa pemrograman tertentu. Kemudian, Anda dapat menjalankan potongan kode di dalam container dan mengekspos output melalui API atau antarmuka web. Ini membutuhkan lebih banyak keahlian teknis tetapi menawarkan fleksibilitas dan kontrol yang lebih besar. **4. Interpreter Online Khusus:** * Untuk bahasa tertentu, mungkin ada interpreter online khusus. Misalnya, ada interpreter Python online, interpreter JavaScript online, dll. Pencarian sederhana di Google untuk "interpreter [bahasa] online" biasanya akan menemukan beberapa opsi. **Cara Memilih Opsi yang Tepat:** * **Bahasa Pemrograman:** Faktor terpenting. Pastikan platform mendukung bahasa yang Anda gunakan. * **Kompleksitas:** Untuk potongan kode sederhana, editor online biasanya yang termudah. Untuk proyek yang lebih kompleks, lingkungan berbasis cloud atau solusi self-hosted mungkin lebih baik. * **Kolaborasi:** Beberapa platform (seperti Repl.it dan CodeSandbox) memudahkan untuk berkolaborasi dengan orang lain dalam kode. * **Biaya:** Sebagian besar editor online menawarkan tingkatan gratis untuk penggunaan dasar. Lingkungan berbasis cloud mungkin memiliki biaya terkait, tergantung pada penggunaan Anda. To help me recommend the best option, please tell me: * **What programming language(s) are you using?** * **How complex are the code snippets you want to run?** * **Do you need to collaborate with others?** * **Are you comfortable setting up your own server?** Dengan memberi tahu saya bahasa pemrograman apa yang Anda gunakan, seberapa kompleks potongan kode yang ingin Anda jalankan, apakah Anda perlu berkolaborasi dengan orang lain, dan apakah Anda nyaman menyiapkan server sendiri, saya dapat membantu Anda merekomendasikan opsi terbaik.
A-MEM MCP Server
Memory Control Protocol (MCP) server for the Agentic Memory (A-MEM) system - a flexible, dynamic memory system for LLM agents
Redis
A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Unsplash MCP Server
Cermin dari