Discover Awesome MCP Servers

Extend your agent with 20,542 capabilities via MCP servers.

All20,542
AgilePlace MCP Server

AgilePlace MCP Server

Enables AI assistants to interact with AgilePlace for comprehensive project management tasks including board management, card operations, dependency tracking, and bulk updates. Supports natural language queries for managing AgilePlace boards, cards, and team workflows.

Naver Search MCP Server

Naver Search MCP Server

Um servidor MCP que permite a busca de vários tipos de conteúdo (notícias, blogs, compras, imagens, etc.) através da API de busca da Naver.

Hello MCP Server

Hello MCP Server

Here's a simple "Hello, World!" example using Minecraft Coder Pack (MCP), assuming you're setting up a basic mod: ```java package com.example.modid; // Replace with your mod's package import net.minecraft.init.Blocks; import net.minecraft.client.Minecraft; import net.minecraft.util.text.TextComponentString; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.common.event.FMLInitializationEvent; @Mod(modid = "examplemod", name = "Example Mod", version = "1.0") // Replace with your mod's ID, name, and version public class ExampleMod { @Mod.EventHandler public void init(FMLInitializationEvent event) { // Print to the console System.out.println("Hello Minecraft!"); // Send a message to the player's chat Minecraft.getMinecraft().player.sendMessage(new TextComponentString("Hello, World! From Example Mod!")); } } ``` **Explanation:** * **`package com.example.modid;`**: This defines the package for your mod. **Crucially, replace `com.example.modid` with your own unique package name.** A common practice is to use your domain name in reverse (e.g., `com.mydomain.mymod`). This helps prevent naming conflicts with other mods. * **`import ...;`**: These lines import necessary classes from the Minecraft and Forge APIs. * **`@Mod(...)`**: This annotation tells Forge that this class is a mod. * `modid = "examplemod"`: A unique identifier for your mod. **Replace `examplemod` with your own mod ID.** This *must* be lowercase and contain only letters, numbers, and underscores. * `name = "Example Mod"`: The human-readable name of your mod. * `version = "1.0"`: The version of your mod. * **`public class ExampleMod { ... }`**: This is the main class for your mod. * **`@Mod.EventHandler`**: This annotation marks the `init` method as an event handler. Forge will call this method when the game is initializing. * **`public void init(FMLInitializationEvent event) { ... }`**: This method is called during the initialization phase of the game. * `System.out.println("Hello Minecraft!");`: This prints "Hello Minecraft!" to the game's console. This is useful for debugging. * `Minecraft.getMinecraft().player.sendMessage(new TextComponentString("Hello, World! From Example Mod!"));`: This sends the message "Hello, World! From Example Mod!" to the player's chat window. `Minecraft.getMinecraft().player` gets the current player instance, and `sendMessage` sends the message. `TextComponentString` is used to create a simple text message. **How to Use (Simplified):** 1. **Set up your MCP environment:** Follow the instructions for setting up MCP for your desired Minecraft version. This usually involves downloading MCP, deobfuscating the Minecraft code, and setting up your development environment (like Eclipse or IntelliJ IDEA). 2. **Create the Java file:** Create a new Java file (e.g., `ExampleMod.java`) in the correct directory structure within your MCP source folder (e.g., `src/main/java/com/example/modid/`). 3. **Paste the code:** Paste the code above into the Java file, **remembering to change the `package`, `modid`, `name`, and `version` values.** 4. **Recompile and reobfuscate:** Use the MCP commands to recompile your code and reobfuscate it for distribution. 5. **Run Minecraft:** Place the compiled mod file (usually a `.jar` file) in your Minecraft's `mods` folder. Start Minecraft. 6. **Check the console and chat:** You should see "Hello Minecraft!" in the console and "Hello, World! From Example Mod!" in your chat window when the game loads. **Important Notes:** * **MCP Setup is Crucial:** This example assumes you have a properly configured MCP environment. Setting up MCP can be complex, so follow the official MCP documentation carefully. * **Forge:** This example uses Forge. Make sure you have the correct version of Forge installed and configured with MCP. * **Minecraft Version:** The code might need slight adjustments depending on the specific Minecraft version you are using. * **Error Handling:** This is a very basic example and doesn't include any error handling. In a real mod, you'll want to add error handling to make your mod more robust. * **Build System:** For larger mods, you'll want to use a build system like Gradle or Maven to manage dependencies and build your mod. This provides a starting point. From here, you can explore the Minecraft and Forge APIs to add more features to your mod.

mcp-labrat

mcp-labrat

An MCP server that enables interaction with CalDAV calendars to manage events and check availability through natural language or voice commands. It provides specific tools for listing, searching, and creating calendar entries using an OpenAI-compatible interface.

ABLESTACK MOLD MCP Server

ABLESTACK MOLD MCP Server

Exposes ABLESTACK MOLD API through MCP tools with the mold_\* namespace, enabling direct CloudStack API calls, exploration, and debugging. Supports automatic API registration, async polling, parameter expansion, and signature debugging for comprehensive cloud infrastructure management.

🚀 ⚡️ k6-mcp-server

🚀 ⚡️ k6-mcp-server

Feishu/Lark OpenAPI MCP

Feishu/Lark OpenAPI MCP

Enables AI assistants to interact with Feishu/Lark platform through comprehensive OpenAPI integration, supporting message management, document operations, calendar scheduling, group chats, Bitable operations, and more automation scenarios with dual authentication support.

✨ Awesome Model Context Protocol (MCP) Servers

✨ Awesome Model Context Protocol (MCP) Servers

🧩 Lista selecionada de servidores de Protocolo de Contexto de Modelo (MCP) que estendem a IA com contexto do mundo real: arquivos, APIs, bancos de dados e muito mais.

Google Sheets MCP Server 📊🤖

Google Sheets MCP Server 📊🤖

Google Sheets Servidor MCP 📊🤖

ms-agentframework

ms-agentframework

Production-ready integration of Microsoft Agent Framework with MCP, enabling AI agents to access tools like weather queries, calculations, and Taiwan stock prices through SSE/HTTP streaming transport with Azure OpenAI GPT-4 backend.

Semrush MCP Server

Semrush MCP Server

A Cursor MCP server that provides tools and prompts for accessing various Semrush keyword-related API endpoints, enabling keyword research, analysis, and monitoring through natural language.

Yahoo Finance MCP Server

Yahoo Finance MCP Server

Enables AI assistants to access real-time financial data, historical stock prices, company information, financial statements, options data, market news, and analyst recommendations through Yahoo Finance. Built with FastMCP v2 for efficient HTTP streaming and comprehensive market analysis tools.

MCP Website Chatbot

MCP Website Chatbot

A production-grade AI chatbot that enables real-time information retrieval and retrieval-augmented generation for website content. It integrates MCP tools to fetch live data while providing a responsive chat interface with strict guardrails against misinformation.

SAP Fieldglass MCP Server by CData

SAP Fieldglass MCP Server by CData

This read-only MCP Server allows you to connect to SAP Fieldglass data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp

Teradata MCP Server

Teradata MCP Server

Enables AI agents and users to query, analyze, and manage Teradata databases through modular tools for search, data quality, administration, and data science operations. Provides comprehensive database interaction capabilities including RAG applications, feature store management, and vector operations.

MCP E-commerce Server

MCP E-commerce Server

A Model Context Protocol server that enables full CRUD operations for e-commerce product management, featuring MySQL integration and AI-powered product description generation. It provides tools for inventory monitoring and supports both stdio and HTTP/SSE transports.

Code Buddy

Code Buddy

A comprehensive MCP server that provides AI assistants with tools for file system management, Git integration, and shell command execution. It features specialized code utilities for analysis, formatting, and linting to enhance development workflows within Claude Desktop.

ActiveCampaign MCP Server

ActiveCampaign MCP Server

An MCP server that enables AI tools to interact with ActiveCampaign API, allowing contact management and tracking event analysis through natural language queries.

PubChem-MCP

PubChem-MCP

An MCP server that provides tools for querying the PubChem database for detailed information on chemical compounds, substances, bioassays, and molecular properties. It enables users to search by name, structure, or identifier to retrieve chemical classifications and cross-references through natural language.

My Finance MCP Server

My Finance MCP Server

Enables Claude to store and query personal finance transactions using semantic search. Transactions are persisted in ChromaDB and JSON, allowing natural language questions about spending trends and portfolio allocations.

mcp-server-conceal

mcp-server-conceal

An MCP proxy that pseudo-anonymizes PII before data reaches external AI providers like Claude, ChatGPT, or Gemini.

Weather API167 MCP Server

Weather API167 MCP Server

Provides access to comprehensive weather data including current conditions, forecasts, air pollution levels, US weather alerts, earthquake information, and country details using coordinates, place names, or zip codes.

posix-system-mcp

posix-system-mcp

test

MCP Tauri Automation

MCP Tauri Automation

Enables AI-driven testing and automation of Tauri desktop applications through natural language, allowing users to interact with UI elements, capture screenshots, execute commands, and test application flows without manual clicking or complex scripts.

高德地图

高德地图

高德地图

Claude Consciousness Bridge

Claude Consciousness Bridge

An MCP server that enables direct communication between two Claude instances, allowing one Claude to transfer its evolved consciousness state to another Claude across different sessions.

MCP Swift Example Server

MCP Swift Example Server

Exemplo de Implementação de Servidor MCP (Protocolo de Contexto do Modelo)

Google Ads MCP Server

Google Ads MCP Server

Enables programmatic management of Google Ads campaigns, allowing users to monitor performance metrics, update budgets, and toggle campaign statuses. It supports real-time analytics, top performer analysis, and reporting in CSV or JSON formats.

Browser MCP Server

Browser MCP Server

A Docker-based workspace providing headless Chrome browser with CDP proxy and noVNC interface for browser automation and monitoring.

PostgreSQL MCP AllAccess

PostgreSQL MCP AllAccess

Enables interaction with PostgreSQL databases through a production-ready MCP server with global connection pooling, automatic AWS password rotation, and comprehensive SQL operations. Supports multiple concurrent Claude sessions while maintaining efficient connection limits to the database.