Discover Awesome MCP Servers

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

All20,281
Bar Assistant MCP Server

Bar Assistant MCP Server

Enables intelligent cocktail discovery and recipe retrieval from Bar Assistant instances with natural language search, similarity matching, batch processing, and ingredient analysis capabilities.

Evernote MCP Server

Evernote MCP Server

Enables AI assistants to search and read your Evernote notes using natural language queries through secure OAuth authentication. Supports containerized deployment with production-ready security features.

StarRocks MCP Server

StarRocks MCP Server

Atua como uma ponte entre assistentes de IA e bancos de dados StarRocks, permitindo a execução direta de SQL e a exploração do banco de dados sem a necessidade de configuração complexa.

MCP News Scraper

MCP News Scraper

A Model Control Protocol server that provides news scraping capabilities for Khaleej Times, allowing users to fetch headlines and full article content programmatically.

China Weather MCP Server

China Weather MCP Server

Enables querying weather forecasts (1-7 days) and meteorological warnings for Chinese cities using the QWeather API. Supports detailed weather data including temperature, humidity, wind, precipitation, UV index, and real-time weather alerts.

ai-dev-mcp-server-test-1743930903451

ai-dev-mcp-server-test-1743930903451

AI 기반 개발 MCP 서버

mcp-server-appointment-management

mcp-server-appointment-management

Este projeto é um servidor MCP (Modelo-Contexto-Protocolo) baseado em Java, projetado para gerenciar dados de agendamentos do banco de dados. Ele fornece uma estrutura modular que expõe ferramentas internas para acesso e manipulação de dados, com suporte integrado para recursos orientados por IA.

Kontxt MCP Server

Kontxt MCP Server

Um servidor de Protocolo de Contexto de Modelo que conecta clientes de IA a repositórios de código locais, usando o Gemini 2.0 Flash para analisar bases de código e gerar contexto direcionado com base nas consultas do usuário.

Node Code Sandbox MCP

Node Code Sandbox MCP

A secure Node.js execution environment that allows coding agents and LLMs to run JavaScript dynamically, install NPM packages, and retrieve results while adhering to the Model Control Protocol.

Jekyll MCP Server

Jekyll MCP Server

Indexes and searches Jekyll blog content, enabling AI assistants to search posts by keyword/category/tags, retrieve full post content, compare drafts against published posts, and analyze blog categories and tags.

Prompt Ops MCP

Prompt Ops MCP

Optimizes prompts using meta-prompting techniques through a two-turn approach that first provides optimization guidelines and then refines the prompt for enhanced quality and effectiveness.

Kubernetes MCP Server

Kubernetes MCP Server

Enables interactive Kubernetes cluster monitoring and troubleshooting through natural language queries. Users can diagnose pod issues, check service status, and investigate cluster problems using conversational AI.

Spotify-Agent

Spotify-Agent

Create an MCP Server to interact with Spotify, LastFM and the internet to collate music data and make recommendations.

Twilio Frontline MCP Server

Twilio Frontline MCP Server

An MCP server that enables interaction with Twilio Frontline API for customer communication workflows, auto-generated using AG2's MCP builder.

MCP-NOSTR

MCP-NOSTR

A bridge that enables AI language models to publish content to the Nostr network by implementing the Model Context Protocol (MCP).

Meta MCP Proxy

Meta MCP Proxy

A flexible proxy that enables discovery and execution of tools across multiple Model Context Protocol (MCP) servers and JavaScript functions, reducing context size even when dealing with hundreds of tools.

Git Mob MCP Server

Git Mob MCP Server

Enables management of co-authors for pair and mob programming sessions by automatically appending Co-authored-by trailers to git commit messages. It allows users to add, list, and configure team members as active co-authors using the git-mob CLI.

AppSignal MCP Server

AppSignal MCP Server

A Model Context Protocol server that connects to AppSignal, allowing users to fetch, list, and analyze incident information from their AppSignal monitoring.

RateMySupervisor_MCP

RateMySupervisor_MCP

An MCP server that provides access to supervisor evaluations and ratings from urfire.com, allowing users to query academic advisors by name, university, or department. It features intelligent fuzzy matching for supervisor names in both Chinese and Pinyin to ensure accurate search results.

WCAG MCP Server

WCAG MCP Server

Provides comprehensive access to WCAG 2.2 accessibility guidelines, including all 87 success criteria with full Understanding documentation, 400+ techniques, glossary terms, and ACT test rules from official W3C data.

Bing Search

Bing Search

Um servidor de Protocolo de Contexto de Modelo que se integra com a API de Busca do Microsoft Bing, permitindo que assistentes de IA realizem buscas na web, notícias e imagens.

Kie.ai MCP Server

Kie.ai MCP Server

Enables AI-powered image generation and editing with Nano Banana, plus professional video creation with Veo3, all through Kie.ai's APIs. Includes task tracking, status monitoring, and 1080p video upgrades.

MCPサーバの作り方 & 使い方

MCPサーバの作り方 & 使い方

MCP Server/Client refers to the **Minecraft Coder Pack (MCP)** used in conjunction with a server and client setup for Minecraft mod development. Let's break it down: * **Minecraft Coder Pack (MCP):** This is a toolset that deobfuscates and decompiles the official Minecraft code. Minecraft's original code is intentionally difficult to read (obfuscated) to make it harder to copy. MCP reverses this process, making the code more understandable and modifiable. It provides human-readable names for classes, methods, and fields, which is essential for modders to understand how Minecraft works and to create their own modifications. MCP also includes tools for reobfuscating the code after you've made changes, so your mod can work with the official Minecraft game. * **Server:** In the context of mod development, the "server" refers to a Minecraft server instance that you use for testing your mods. You'll typically run a local server on your computer so you can quickly test changes without needing to connect to a public server. The MCP setup allows you to apply your modified code to the server, so you can see how your mod behaves in a multiplayer environment or with server-side features. * **Client:** The "client" refers to the Minecraft game itself, running on your computer. Your mods often need to modify both the server-side and client-side code to add new features, change the user interface, or alter how the game behaves. The MCP setup allows you to apply your modified code to the client, so you can test how your mod looks and functions from the player's perspective. **In summary, the MCP Server/Client setup is a development environment that allows you to:** 1. **Deobfuscate and understand the Minecraft code.** 2. **Modify the server-side code to add new server features or change existing ones.** 3. **Modify the client-side code to add new client features, change the user interface, or alter how the game behaves for the player.** 4. **Test your mods in a local Minecraft server environment.** 5. **Reobfuscate your code for distribution.** **Here's the translation to Portuguese:** MCP Server/Client refere-se ao **Minecraft Coder Pack (MCP)** usado em conjunto com uma configuração de servidor e cliente para o desenvolvimento de mods para Minecraft. Vamos detalhar: * **Minecraft Coder Pack (MCP):** Esta é um conjunto de ferramentas que desofusca e decompila o código oficial do Minecraft. O código original do Minecraft é intencionalmente difícil de ler (ofuscado) para dificultar a cópia. O MCP reverte esse processo, tornando o código mais compreensível e modificável. Ele fornece nomes legíveis para classes, métodos e campos, o que é essencial para que os modders entendam como o Minecraft funciona e criem suas próprias modificações. O MCP também inclui ferramentas para reofuscar o código depois que você faz alterações, para que seu mod possa funcionar com o jogo Minecraft oficial. * **Servidor:** No contexto do desenvolvimento de mods, o "servidor" refere-se a uma instância de servidor Minecraft que você usa para testar seus mods. Normalmente, você executará um servidor local em seu computador para poder testar rapidamente as alterações sem precisar se conectar a um servidor público. A configuração do MCP permite que você aplique seu código modificado ao servidor, para que você possa ver como seu mod se comporta em um ambiente multiplayer ou com recursos do lado do servidor. * **Cliente:** O "cliente" refere-se ao próprio jogo Minecraft, em execução no seu computador. Seus mods geralmente precisam modificar o código do lado do servidor e do lado do cliente para adicionar novos recursos, alterar a interface do usuário ou alterar o comportamento do jogo. A configuração do MCP permite que você aplique seu código modificado ao cliente, para que você possa testar como seu mod se parece e funciona da perspectiva do jogador. **Em resumo, a configuração MCP Server/Client é um ambiente de desenvolvimento que permite que você:** 1. **Desofusque e entenda o código do Minecraft.** 2. **Modifique o código do lado do servidor para adicionar novos recursos do servidor ou alterar os existentes.** 3. **Modifique o código do lado do cliente para adicionar novos recursos do cliente, alterar a interface do usuário ou alterar o comportamento do jogo para o jogador.** 4. **Teste seus mods em um ambiente de servidor Minecraft local.** 5. **Reofusque seu código para distribuição.**

mcp-servers

mcp-servers

MCP CSV Analysis With Gemini AI

MCP CSV Analysis With Gemini AI

xgmem

xgmem

A TypeScript-based MCP server that provides project-specific knowledge graph memory for LLM agents to store and retrieve entities, relations, and observations. It features disk-persistent storage and supports cross-project knowledge sharing to enhance agent long-term memory.

Phalcon MCP Server

Phalcon MCP Server

Servidor MCP que se integra com o BlockSec

Discogs MCP Server

Discogs MCP Server

Servidor MCP para Discogs

DBA MCP Server

DBA MCP Server

A multi-vendor database management tool that enables LLMs to query, migrate, and synchronize schemas across SQL engines like PostgreSQL, MySQL, and Oracle. It features persistent knowledge management for storing AI-generated context about database structures and business rules.

MCP Servers (OnePiece & Geolocalizar)

MCP Servers (OnePiece & Geolocalizar)

A collection of two MCP servers that enable querying One Piece anime characters and geolocating public IP addresses.