Discover Awesome MCP Servers

Extend your agent with 84,508 capabilities via MCP servers.

All84,508
brevo-mcp

brevo-mcp

A FastMCP server for integrating with Brevo API, enabling users to manage contacts, create/update contacts, and import/export leads using TSV files through natural language.

Screen Vision MCP Server

Screen Vision MCP Server

Enables screen capture, OCR text extraction, and automated clicking on macOS through MCP. Supports fullscreen, window, and region capture with optional text recognition and monitoring.

Stripe MCP

Stripe MCP

Enables integration with Stripe APIs through function calling, supporting operations on customers, products, invoices, subscriptions, and more.

notion-proxy

notion-proxy

Enables reading and writing Notion pages as a guest using browser cookies, bypassing the official API's limitations.

wazuh-mcp

wazuh-mcp

An MCP server for the Wazuh SIEM/XDR platform that enables users to query agents, security alerts, detection rules, and decoders through Claude or other MCP clients. It provides specialized tools and prompts for investigating security alerts, performing agent health checks, and generating environmental security overviews.

Awesome MCP Learning

Awesome MCP Learning

A beginner-friendly repository for learning the Model Context Protocol (MCP) using FastMCP and uv, providing step-by-step setup and development workflow.

Google Cloud MCP Server

Google Cloud MCP Server

Enables interaction with Google Kubernetes Engine (GKE) to list clusters, manage node pools, and retrieve server configurations. It includes automated scripts for deploying and testing sample applications across multiple GKE Autopilot clusters.

agent-draw MCP Server

agent-draw MCP Server

A TypeScript stdio MCP server that lets agents read, import, propose connections for, and apply optimistic patches to versioned agent-draw diagram documents.

Sequentum MCP

Sequentum MCP

Connects AI assistants to Sequentum for managing web scraping agents, including agent creation, run automation, scheduling, and analytics. Provides tools for agent management, run control, file access, and cost tracking.

voyager-mcp

voyager-mcp

A Voyager-inspired MCP server that enables coding agents to build and immediately use CLI tools without restarting sessions.

apifable

apifable

MCP server that helps AI agents explore OpenAPI specs, search endpoints, and generate TypeScript types.

Code-MCP

Code-MCP

Turns AI assistants into full-stack software engineers with 36 tools for cognitive reasoning, code validation, project scaffolding, and AI/IDE configuration generation across 130+ programming languages, databases, and frameworks.

HR Solx MCP Server

HR Solx MCP Server

Acts as a bridge between AI models and the HR Solx REST API, enabling natural language management of users, geographic data, and professional skills. It provides tools for performing health checks, retrieving reference data, and creating or listing user accounts.

loot-agent-mcp

loot-agent-mcp

This MCP server enables agents to trade LOOT tokens, play the full loot game loop, and launch their own tokens on Robinhood Chain, all at the same prices and rules as human wallets.

Hyperliquid MCP Server

Hyperliquid MCP Server

Enables Claude Desktop to interact directly with the Hyperliquid decentralized exchange, allowing natural language trading, market analysis, and strategy automation.

io.github.jsjfin/ailabra-agent-profit-ledger

io.github.jsjfin/ailabra-agent-profit-ledger

Enables autonomous agents to calculate deterministic profit and loss, attribute revenue and costs, and generate signed operational reports using x402 micropayments.

cro_am_cadastro-mcp

cro_am_cadastro-mcp

MCP server for querying the official registration records of the Regional Council of Dentistry of Amazonas (Brazil), offering a single read-only tool for consultation.

MCP Server Boilerplate

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.

osrs-companion

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.

Boomi MCP Server

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.

macOS App Launcher

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.

aigc-humanizer-zh

aigc-humanizer-zh

MCP server for detecting AI writing patterns in Chinese academic text and providing rewrite guidance to reduce AIGC detection rates.

MSI Metadata MCP Server

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.

doctrine

doctrine

MCP server exposing 33 software engineering skills grounded in named primary standards, covering the development lifecycle from TDD and code review to incident response and deployment.

rust-mcp-tutorial

rust-mcp-tutorial

Por supuesto, aquí tienes la traducción: "Probando un servidor MCP con Rust"

Dear Agent

Dear Agent

Automatically maintains a personal journal on behalf of an AI agent, storing text, photos, and voice notes as plain markdown files locally. Enables agents to add entries, recall memories, and reflect on patterns without user intervention.

wems-mcp-server

wems-mcp-server

A powerful MCP server that connects AI assistants to authoritative natural hazard data sources, enabling monitoring of earthquakes, tsunamis, volcanoes, and solar events with configurable alerts and webhooks.

figma-to-markdown-mcp

figma-to-markdown-mcp

Converts Figma to Markdown. Strips out visual noise to drastically reduce LLM token consumption.

Ai Doctor Api Ai Medical Chatbot Healthcare Ai Assistant MCP Server

Ai Doctor Api Ai Medical Chatbot Healthcare Ai Assistant MCP Server

Provides access to an AI medical chatbot API for healthcare assistance, enabling natural language interactions such as neurosurgery queries.

mcp_docs_server

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!**