Discover Awesome MCP Servers
Extend your agent with 54,476 capabilities via MCP servers.
- All54,476
- 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
mcprune
MCP middleware that prunes Playwright accessibility snapshots for LLM agents, reducing tokens by 75-95% while preserving all references, enabling agents to interact with web pages efficiently.
triage-agent-mcp
MCP server that guides an AI agent through stack trace triage, from raw error to the commit and PR that introduced it.
GSS MCP Server
Exposes Grey Swan Signals market stress intelligence as callable tools for AI agents, providing composite stress index, vector scores, and alert events.
dify-mcp-server
MCP server for Dify Console API that enables managing apps, workflows, knowledge bases, models, plugins, and MCP servers programmatically from Claude Code or any MCP client.
Video Tools MCP
An MCP server enabling video processing via natural language: transcription with Whisper, segment cutting with FFmpeg, and file management.
MCP SQL Server
Enables interaction with Microsoft SQL Server databases using both SQL Server and Windows Authentication. It supports flexible connection configurations, including read-only modes and encrypted communication for secure data management.
Ransomware Live MCP Server
Servidor MCP en Vivo de Ransomware ✨🔐
reminder-mcp
Enables scheduling and triggering reminders delivered via Slack or Telegram through natural language, using an external cron service to ensure delivery even when the server is offline.
Twitter MCP
MCP server for Twitter/X enabling AI agents to search, post, reply, and engage with tweets.
MySQL MCP Server
Connects AI assistants like Claude Desktop directly to MySQL databases, enabling natural language interaction for schema inspection, data querying, CRUD operations, and database administration tasks.
ERPNext MCP Server
Enables interaction with ERPNext instances via its REST API to manage documents, inventory, and reports. It supports full CRUD operations, submittable document workflows, and schema inspection through natural language.
confluence-mcp
Enables reading, writing, searching, and managing attachments on Confluence pages via the Confluence REST API.
Autotask MCP Server
A Model Context Protocol server that enables natural language querying of Kaseya's Autotask PSA data through AI assistants, supporting contract analysis, ticket tracking, agent activities, and project status monitoring.
zapcap-mcp-server
An MCP (Model Context Protocol) server that provides tools for uploading videos, creating processing tasks, and monitoring their progress through the ZapCap API.
Delphi Compiler MCP Server
Enables AI assistants to compile Delphi projects and single units directly through the Model Context Protocol. It features automatic compiler detection via the Windows registry and supports MSBuild with full build event integration.
NowCapital.ca Retirement Planner MCP Server
Connects AI assistants to the NowCapital.ca retirement planning API for Canadian retirement simulations, enabling calculations of sustainable spending, tax-optimized projections, and Monte Carlo risk analysis.
Shippo
AI-powered shipping integrations with Shippo: shipping labels, rates, address validation, tracking and more for USPS, UPS, FedEx, DHL and other carriers.
Figma MCP Demo
A server that enables Cursor AI to generate code from Figma components by connecting to Figma's MCP Dev Server.
osrs-companion
Enables AI assistants to search the OSRS Wiki, lookup Grand Exchange prices, and access synced player data (bank, skills, quests, etc.) via local RuneLite plugin files.
MCP Server Boilerplate
A starter template for building custom MCP servers that can integrate with Claude, Cursor, or other MCP-compatible AI assistants. Provides a clean foundation with TypeScript support, example implementations, and easy installation scripts for quickly creating tools, resources, and prompt templates.
macOS App Launcher
A fast MCP server for opening, focusing, and quitting macOS apps, and opening URLs in the browser, usable by voice or from any MCP client.
Mode Manager MCP
MCP Memory Agent Server - A VS Code chatmode and instruction manager with library integration
Boomi MCP Server
Secure MCP server for Boomi Platform API integration with Claude Code. Enables natural language interaction with Boomi Platform APIs, including managing accounts, processes, components, deployments, schedules, and more.
Gmail MCP Server
Provides complete Gmail API integration for email management, including sending/receiving messages, managing labels and threads, creating drafts, and configuring settings through OAuth2 authentication.
MSI Metadata MCP Server
Enables reading MSI installer metadata, analyzing Windows software packages, and generating silent installation commands. Provides comprehensive MSI file analysis including features, components, and registry-based installed application management.
mcp_docs_server
Okay, I can help you with that! To give you the best advice on building an MCP (Minecraft Coder Pack) server, I need a little more information. MCP is primarily used for decompiling, deobfuscating, and modifying the Minecraft source code, not for running a server directly. Are you trying to do one of the following? 1. **Develop a Minecraft Mod:** You want to use MCP to understand and modify the Minecraft code to create a mod. 2. **Run a Standard Minecraft Server:** You want to set up a server to play Minecraft with friends or publicly. 3. **Something Else:** You have a different goal in mind related to MCP and servers. Please tell me which of these (or something else) you're trying to do. In the meantime, here's some general information that might be helpful, depending on your goal: **If you want to develop a Minecraft Mod (using MCP):** * **MCP (Minecraft Coder Pack):** MCP is a toolset that allows you to decompile, deobfuscate, and recompile the Minecraft source code. This makes it readable and modifiable. It's essential for understanding how Minecraft works internally. * **Forge or Fabric:** These are modding APIs (Application Programming Interfaces) that provide a framework for creating mods. They handle a lot of the low-level details and provide hooks into the Minecraft code. Forge is the older and more established API, while Fabric is newer and generally considered more lightweight. **You'll almost certainly want to use one of these.** * **IDE (Integrated Development Environment):** You'll need an IDE like IntelliJ IDEA or Eclipse to write your code. These IDEs have plugins that make mod development easier. * **Java Development Kit (JDK):** You need the correct version of the JDK to compile your mod. The version depends on the Minecraft version you're targeting. * **Gradle or Maven:** These are build automation tools that help you manage dependencies and build your mod. Forge and Fabric projects typically use Gradle. **General Steps for Mod Development (using MCP as a foundation):** 1. **Set up your development environment:** Install the JDK, IDE, and a build tool (Gradle). 2. **Download and set up Forge or Fabric:** Follow the instructions on the Forge or Fabric websites to set up a development environment. This usually involves downloading a starter project. 3. **Decompile Minecraft (if needed):** While Forge and Fabric provide pre-deobfuscated code, you might still need to decompile specific parts of Minecraft using MCP if you need to understand the original code very deeply. This is less common now. 4. **Write your mod code:** Use your IDE to write the Java code for your mod. Use the Forge or Fabric API to interact with the Minecraft world. 5. **Build your mod:** Use Gradle to build your mod into a `.jar` file. 6. **Test your mod:** Place the `.jar` file in the `mods` folder of your Minecraft installation. Run Minecraft with Forge or Fabric to test your mod. **If you want to run a Standard Minecraft Server:** * **Download the Minecraft Server Software:** Go to the official Minecraft website and download the server `.jar` file for the version of Minecraft you want to run. * **Create a Server Directory:** Create a new folder on your computer to hold the server files. * **Place the `.jar` file in the directory:** Move the downloaded `.jar` file into the server directory. * **Run the Server:** Open a command prompt or terminal, navigate to the server directory, and run the server using the command: `java -Xmx1024M -Xms1024M -jar server.jar nogui` (Adjust the `-Xmx` and `-Xms` values to allocate more or less memory to the server). * **Accept the EULA:** The first time you run the server, it will generate an `eula.txt` file. Open this file and change `eula=false` to `eula=true` to accept the Minecraft End User License Agreement. * **Configure the Server (server.properties):** The server will also generate a `server.properties` file. This file contains settings for the server, such as the game mode, difficulty, port, and maximum number of players. Edit this file to customize your server. * **Port Forwarding (if needed):** If you want people outside your local network to be able to connect to your server, you'll need to configure port forwarding on your router. The default Minecraft server port is 25565. * **Run the Server Again:** After configuring the server, run the server again using the same command as before. **Important Considerations:** * **Minecraft Version:** Make sure you're using the correct versions of MCP, Forge/Fabric, and the Minecraft server software. They all need to be compatible. * **Memory:** Allocate enough memory to the server. The `-Xmx` and `-Xms` parameters in the `java` command control the maximum and initial memory allocation, respectively. 1GB (1024M) is a good starting point, but you may need more if you have a lot of players or mods. * **Security:** Keep your server software up to date to protect against security vulnerabilities. Use a strong password for your server's RCON (Remote Console) if you enable it. * **Resources:** The Minecraft Forge and Fabric websites have excellent documentation and tutorials. There are also many helpful communities online. **Please tell me more about what you're trying to do so I can give you more specific instructions!**
Obsidian Diary MCP Server
Enables AI-powered journaling in Obsidian with dynamic reflection prompts generated from recent entries and automatic backlinks between related diary entries. Supports adaptive templates that learn from writing patterns and smart content similarity linking.
Getting Started with Create React App
React application for MCP server test
World Time By Api Ninjas
Enables querying current date and time information by city/state/country, geographic coordinates (latitude/longitude), or timezone using the API Ninjas World Time API.
caseware-ai-procurement-knowledge-platform
Enables AI assistants to retrieve, search, and compare procurement documents using hybrid retrieval and MCP integration.