Discover Awesome MCP Servers

Extend your agent with 53,434 capabilities via MCP servers.

All53,434
GitHub MCP Server

GitHub MCP Server

Enables interaction with GitHub repositories through the GitHub API using fastMCP. Supports repository information retrieval and management with secure token-based authentication.

n8n MCP Server

n8n MCP Server

Enables AI models to manage n8n workflow automation through a standardized interface. Supports creating, reading, updating, and deleting workflows with comprehensive access to workflow nodes, connections, and configurations.

Maestro MCP Server

Maestro MCP Server

Servidor Maestro MCP para Bitcoin

libvirt-mcp-server

libvirt-mcp-server

Enables AI models to securely query and manage virtual machines and virtualized resources via the libvirt API through the Model Context Protocol.

QC Database MCP Server

QC Database MCP Server

Enables AI assistants to perform QC Database tasks such as uploading records, managing project turnover packages, and signing off on inspections via natural language.

MCP Remote with Adobe and Okta Authentication

MCP Remote with Adobe and Okta Authentication

A wrapper for mcp-remote that provides secure authentication for protected MCP servers using Adobe IMS or Okta OAuth flows. It features automated token management, validation, and background refreshing for seamless access to remote resources.

GoSQLX

GoSQLX

7 SQL tools (validate, format, parse, lint, security scan, metadata extraction, full analysis) over Streamable HTTP. Supports 6 SQL dialects with 1.25M+ ops/sec.

Congress.gov MCP Server

Congress.gov MCP Server

A proxy server that standardizes access to the Congress.gov API by automatically injecting API keys and exposing all endpoints through a unified interface with FastAPI documentation.

Fusion MCP Server

Fusion MCP Server

Enables AI to analyze and transform data using fusion algorithms with statistical, machine learning, or hybrid methods. Provides seamless data format conversion and enhanced analytical capabilities through the Model Context Protocol.

Shotter

Shotter

Enables AI assistants to automate iOS Simulator interactions including device management, UI element interaction (tap, swipe, type), screenshot capture, and execution of YAML-defined navigation workflows.

Omega

Omega

Persistent memory for AI coding agents

mcpbin

mcpbin

A testing server for MCP client implementations that provides tools for echoing data, error handling, timing operations, data generation, LLM sampling, and user elicitations.

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.

Medical GraphRAG Assistant

Medical GraphRAG Assistant

Enables AI-powered medical information retrieval through FHIR clinical document search and GraphRAG-based exploration of medical entities and relationships. Combines vector search with knowledge graph queries for comprehensive healthcare data analysis.

MCP-Mealprep

MCP-Mealprep

Este projeto pega vários servidores MCP de locais do GitHub, empacota-os junto com o contêiner GHCR deste repositório e os inicia com docker-compose para serem executados como uma pilha de recursos de ML/IA.

Brale API MCP Server

Brale API MCP Server

A Model Context Protocol server that provides a secure wrapper around the Brale API, enabling AI assistants to perform stablecoin issuance, transfers, account management, and other financial operations.

mcp-airq-cloud

mcp-airq-cloud

MCP server for the air-Q Cloud API, enabling remote retrieval of air quality sensor data and historical analysis through read-only tools like listing devices, fetching readings, and exporting charts or data.

MySQL MCP Server (Optimized)

MySQL MCP Server (Optimized)

An MCP server for MySQL that enables users to execute SQL queries, inspect table structures, and explore database schemas through a clean, SOLID-based architecture. It includes built-in security validations to protect against dangerous operations and ensure safe interaction with database resources.

spherical-memory-mcp

spherical-memory-mcp

Enables AI agents to store and recall memories in a spherical coordinate space with gravitational associations, supporting spatial storage, semantic linking, and human-like forgetting.

bult-mcp-server

bult-mcp-server

Deploy and manage Bult.ai cloud hosting projects from MCP clients like Cursor, Claude Desktop, and Claude Code. Create projects and services, deploy GitHub repositories or Docker images, manage routes and volumes, inspect logs, and troubleshoot deployments from your AI assistant.

intelligence-api

intelligence-api

MCP server that wraps Shopify, Amazon, and Google Maps intelligence tools. AI agents pay autonomously in USDC on Base via x402 — no API keys or accounts needed.

Nmap MCP Server

Nmap MCP Server

Exposes Nmap network scanning capabilities through a Model Context Protocol (MCP) server, allowing users to perform various types of network scans including vulnerability assessment, service detection, and OS fingerprinting.

MCP Discord

MCP Discord

The most complete open-source MCP server for Discord — 80+ tools, dual-mode: integrated (plugin) or standalone

News MCP Server

News MCP Server

A server that provides tools to search news articles and fetch top headlines using the GNews API.

Sidvy MCP Server

Sidvy MCP Server

Provides AI tools with full access to the Sidvy note-taking API, enabling management of notes, todos, groups, and workspaces with search, filtering, and real-time synchronization capabilities.

SmartBrowserMCP

SmartBrowserMCP

A Model Context Protocol server for web automation that enables browser control, element interaction, content extraction, and monitoring using Playwright.

Bug Bounty MCP Server

Bug Bounty MCP Server

Enables AI agents to generate and manage specialized bug bounty hunting workflows including reconnaissance, vulnerability testing, OSINT gathering, and file upload testing. Provides REST API endpoints for comprehensive security assessments with intelligence-driven vulnerability prioritization.

research-mcp-lab

research-mcp-lab

MCP server that acts as a research intelligence agent, converting natural language queries into SQL or full-text search against Hacker News and arXiv data, and returning answers with supporting evidence.

mcp-server-springaidemo

mcp-server-springaidemo

Uma demonstração do mcp-server do Spring AI.

disasm.dev MCP server

disasm.dev MCP server

Enables AI assistants to generate DataDome and Incapsula clearance tokens without a headless browser, for development and prototyping.