Discover Awesome MCP Servers
Extend your agent with 16,167 capabilities via MCP servers.
- All16,167
- 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
Code Scanner Server
Sebuah server MCP yang memindai basis kode untuk mengekstrak informasi struktural (kelas, fungsi, dll.) dengan opsi penyaringan yang fleksibel dan keluaran dalam format yang ramah LLM.
Echo MCP Server
A simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
Porkbun MCP Server
Enables comprehensive domain and DNS management through the Porkbun API, including domain registration checks, DNS record operations, URL forwarding, DNSSEC configuration, and SSL certificate management. Provides 27 tools for complete domain administration through natural language interactions.
MCP Merge Request Summarizer
Automatically generates comprehensive merge request summaries from git logs, analyzing commit history and categorizing changes into structured descriptions. Provides tools to analyze git repositories, compare branches, and create detailed summaries with change categorization, impact analysis, and review time estimates.
Stock Market Analysis MCP Server
Enables comprehensive stock market analysis with portfolio management, technical indicators, dividend tracking, sector analysis, risk metrics, and price alerts. Provides real-time stock data, trend analysis, and investment insights through natural language interactions.
Rexi MCP Server
Enables AI assistants to interact with the Rexi API through a comprehensive wrapper that provides access to all API endpoints with full parameter support. Includes OpenAPI specification resources and schema access for blockchain and contract-related operations.
MCP Knowledge Service
Enables semantic search and management of development knowledge including global rules, project documentation, and references through vector-based search using libSQL. Features Tailscale-secured access control and tools for searching, browsing, and organizing development resources across multiple channels.
XMTP MCP Server
Enables AI agents to interact with the XMTP decentralized messaging network. Supports sending encrypted messages, managing conversations, and streaming real-time messages to any XMTP-enabled wallet address.
GitHub MCP Server
Enables AI assistants to analyze GitHub repository structures and read file contents with features like directory traversal, file type analysis, syntax highlighting, and code pattern detection. Supports both public and private repositories through GitHub API integration.
Nornir MCP Server
A FastMCP server that provides network automation tools by exposing Nornir and NAPALM operations as MCP tools, allowing users to manage and interact with network devices through compatible MCP clients.
MCP-Discord
A Discord MCP server that enables AI assistants to interact with Discord platforms, providing functionalities like sending messages, managing channels, creating forum posts, and handling webhooks.
goodday-mcp
Goodday‑MCP is a lightweight Model Context Protocol (MCP) server designed to seamlessly integrate with the Goodday project management platform via its API v2. It enables querying of projects, tasks, and users—without altering any data—making it ideal for secure context-aware applications
Firecrawl Simple MCP Server
Server MCP untuk Firecrawl Simple — alat pengikis web dan pemetaan situs yang memungkinkan LLM untuk mengakses dan memproses konten web
CX TimeFilter MCP Server
Provides time filter tools for CX Dashboard integration, allowing users to set predefined time periods, custom date ranges, and manage time-based filtering across dashboard tabs. Supports HTTP-based MCP protocol with optional authentication for seamless integration with MCP-compatible clients like Langflow.
PayPal MCP Server by CData
This read-only MCP Server allows you to connect to PayPal data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
DF-MCP
DreamFactory MCP Server memungkinkan asisten AI seperti Claude untuk langsung menanyakan database Anda melalui REST API yang dibuat secara otomatis oleh DreamFactory. Server Node.js ini mengimplementasikan Model Context Protocol (MCP), memungkinkan interaksi database dengan bahasa alami sambil tetap menjaga keamanan tingkat perusahaan.
Unified MCP Suite
Serangkaian server Model Context Protocol (MCP) yang dirancang untuk meningkatkan kemampuan agen AI. Menyediakan alat untuk pencarian/pemahaman media (gambar, video), pengambilan informasi web, pembuatan PDF, dan pembuatan presentasi PowerPoint, memungkinkan agen untuk berinteraksi dengan beragam format data dan sumber daya eksternal.
math-mcp-server
ShippingTracker
한국 택배 배송 조회를 위한 MCP 서버 MCP Server for Korean Shipment Tracking
Discord Agent MCP
Provides comprehensive Discord bot automation with 71 tools for messaging, channel management, moderation, roles, members, emojis, stickers, scheduled events, auto-moderation, and application commands through AI assistants.
MCP Quickstart Weather Server
Here's a quickstart guide for setting up an MCP (Minecraft Coder Pack) server: **1. Download and Install the Necessary Tools:** * **Java Development Kit (JDK):** You need the JDK, not just the JRE (Java Runtime Environment). Make sure you download the correct version for your Minecraft version. For example, Minecraft 1.17+ requires Java 17. You can download it from Oracle or a distribution like Adoptium (Eclipse Temurin). * **Python:** MCP uses Python scripts. Download and install Python 3.x from python.org. Make sure to add Python to your system's PATH environment variable during installation. * **MCP (Minecraft Coder Pack):** Download the MCP version that corresponds to the Minecraft version you want to work with. You can usually find MCP downloads on various Minecraft modding forums or communities. (Note: MCP is less actively maintained these days, so finding the correct version might require some searching.) **2. Extract MCP:** * Extract the downloaded MCP archive (usually a `.zip` or `.tar.gz` file) to a directory on your computer. A common location is `C:\mcp` or `/opt/mcp`. **3. Configure MCP:** * **`conf/mcp.cfg`:** This is the main configuration file. Open it with a text editor. The most important settings are: * `MinecraftVersion`: Set this to the exact Minecraft version you're using (e.g., `1.16.5`). * `ClientJar`: This should point to the location of your `minecraft.jar` file. MCP will usually try to find it automatically, but you might need to specify it manually. The `minecraft.jar` is typically located in your Minecraft installation directory (e.g., `%appdata%\.minecraft\versions\1.16.5\1.16.5.jar` on Windows). * `ServerJar`: This should point to the location of your `minecraft_server.jar` file. You'll need to download this from Mojang. It's usually located in the same directory as the `minecraft.jar` file. * `Fernflower`: Set to `True` to use Fernflower decompiler. This is generally recommended. **4. Download Minecraft Server and Client Jars:** * If you haven't already, download the `minecraft_server.jar` file for the Minecraft version you're using from the official Minecraft website. Place it in the same directory as your `minecraft.jar` file (usually in the version folder). **5. Decompile and Deobfuscate:** * Open a command prompt or terminal and navigate to the MCP directory. * Run the following command: ```bash python decompile.py ``` This command will: * Download the necessary Minecraft assets. * Decompile the Minecraft client and server JAR files. * Deobfuscate the code, making it more readable. This is the core function of MCP. This process can take a significant amount of time (minutes to hours), depending on your computer's speed and the Minecraft version. Be patient. **6. (Optional) Patch and Recompile:** * After decompilation, you can make changes to the decompiled source code. The source code will be located in the `src/minecraft` directory. * To apply patches (if you have any), use the `patch.py` script. * To recompile the code after making changes, use the `recompile.py` script: ```bash python recompile.py ``` **7. Reobfuscate (If you recompiled):** * If you recompiled the code, you need to reobfuscate it before you can use it in Minecraft. Use the `reobfuscate.py` script: ```bash python reobfuscate.py ``` **8. Run the Server:** * After the process is complete, you can run the server using the reobfuscated server JAR file. This file will be located in the `jars` directory. **Important Considerations:** * **MCP is Outdated:** MCP is not actively maintained for the latest Minecraft versions. Modern modding tools like Forge MDK, Fabric, and Quilt are generally preferred for newer versions. * **Minecraft Version Compatibility:** Make absolutely sure that the MCP version, the Minecraft client JAR, and the Minecraft server JAR all match the same Minecraft version. * **Errors:** The decompilation and deobfuscation process can sometimes encounter errors. Carefully read the error messages in the console to diagnose the problem. Common issues include incorrect Java versions, missing JAR files, or corrupted downloads. * **Legal:** Be aware of Mojang's terms of service regarding modifying Minecraft. This quickstart provides a basic overview. You'll likely need to consult more detailed tutorials and documentation for your specific Minecraft version and modding goals. Good luck!
Google Trends MCP Server
Enables retrieval and analysis of Google Trends data for any search term over the last 12 months. Provides structured timeline data with relative interest scores that can be filtered by geography and category.
Remote MCP Server Authless
A serverless implementation that allows deploying a remote Model Context Protocol server on Cloudflare Workers without authentication requirements, enabling AI models to use custom tools.
Smart Warehouse MCP Agent
Claude-powered warehouse management system that coordinates inventory, AGVs, and order processing through specialized agents using Model Context Protocol patterns.
FluidSynth MCP Server
A MIDI composition system that enables AI assistants to create music through FluidSynth, with capabilities for playing notes, creating melodies, managing tracks, and exporting audio.
NCBI Gene MCP Server
MCP server that interfaces with the NCBI Entrez API to fetch detailed information about genes and proteins, enabling gene searches, gene/protein metadata retrieval, and symbol searching with organism filtering.
Promethean OS MCP
A unified MCP server with composable tools for GitHub operations, file management, shell execution, kanban boards, Discord messaging, and package management. Features role-based security, HTTP/stdio transports, and a web-based development UI.
163 Email MCP Server
Enables interaction with 163 email accounts through IMAP/SMTP protocols. Supports reading unread emails, sending text/HTML emails with attachments, and saving email attachments through natural language commands.
WordPress MCP
A WordPress plugin that implements the Model Context Protocol to enable AI models and applications to interact with WordPress sites in a structured and secure way.
MCP BaoStock Server