Discover Awesome MCP Servers

Extend your agent with 23,901 capabilities via MCP servers.

All23,901
ArchiveBox API

ArchiveBox API

Enables programmatic interaction with ArchiveBox web archiving functionality through a comprehensive API wrapper. Supports adding URLs to archives, managing snapshots, and executing CLI commands with multiple authentication methods and policy-based access control.

File System Explorer MCP Server

File System Explorer MCP Server

A beginner-friendly MCP server that enables AI to explore file systems through tools for listing directories, reading files, searching with wildcards, and getting file metadata. Perfect for learning MCP development while providing practical file system interaction capabilities.

MCP Template

MCP Template

A template repository for building Model Context Protocol (MCP) servers that enable LLM clients to interact with custom tools and services through standardized JSON-RPC communication.

MCP Documentation Server

MCP Documentation Server

Um servidor MCP personalizado que permite a integração entre aplicações LLM e fontes de documentação, fornecendo acesso assistido por IA à documentação do LangGraph e do Protocolo de Contexto de Modelo (MCP).

BCRP-MCP

BCRP-MCP

Model Context Protocol server that provides access to economic and financial time series data from Peru's Central Reserve Bank, enabling AI agents to search, explore, and analyze Peru's economic indicators through a standardized interface.

Superstore MCP Server

Superstore MCP Server

Enables interaction with Real Canadian Superstore to extract order history, browse products, and export purchase data. Supports authentication via bearer token and provides comprehensive order management and product discovery capabilities.

🔍 mcp-find

🔍 mcp-find

Para procurar servidores MCP (Minecraft Protocol) a partir da linha de comando, você pode usar algumas ferramentas e abordagens diferentes, dependendo do que você quer fazer exatamente: **1. Usando `nmap` (para verificar se uma porta está aberta):** Esta é a maneira mais básica de verificar se um servidor Minecraft (que usa o protocolo MCP) está rodando em um determinado endereço IP e porta. `nmap` é um scanner de rede poderoso. * **Instale `nmap`:** * **Linux (Debian/Ubuntu):** `sudo apt-get install nmap` * **Linux (Fedora/CentOS/RHEL):** `sudo yum install nmap` ou `sudo dnf install nmap` * **macOS:** `brew install nmap` (se você tiver o Homebrew instalado) * **Windows:** Baixe o instalador do site oficial: [https://nmap.org/download.html](https://nmap.org/download.html) * **Use `nmap` para verificar a porta padrão do Minecraft (25565):** ```bash nmap -p 25565 <endereço_ip> ``` Substitua `<endereço_ip>` pelo endereço IP do servidor que você quer verificar. Por exemplo: ```bash nmap -p 25565 192.168.1.100 ``` A saída mostrará se a porta 25565 está aberta (o que sugere que um servidor Minecraft está rodando) ou fechada. * **Verificando uma porta diferente:** Se o servidor estiver rodando em uma porta diferente, substitua `25565` pela porta correta. **Limitações do `nmap`:** * `nmap` apenas verifica se a porta está aberta. Ele não fornece informações sobre o servidor Minecraft (nome, jogadores online, versão, etc.). **2. Usando ferramentas específicas para Minecraft (mais avançado):** Para obter informações mais detalhadas sobre o servidor, você precisará de ferramentas que entendam o protocolo Minecraft. Existem algumas opções, mas muitas vezes exigem programação ou scripts. * **Python com a biblioteca `mcstatus`:** Esta é uma abordagem mais flexível e poderosa. Você pode usar a biblioteca `mcstatus` do Python para consultar o servidor e obter informações detalhadas. * **Instale o Python (se você ainda não tiver):** Certifique-se de ter o Python 3 instalado. * **Instale a biblioteca `mcstatus`:** ```bash pip install mcstatus ``` * **Crie um script Python (exemplo):** ```python from mcstatus import JavaServer server_address = "meu.servidor.minecraft.com" # Substitua pelo endereço do servidor try: server = JavaServer.lookup(server_address) status = server.status() print(f"Servidor: {server_address}") print(f"Versão: {status.version.name}") print(f"Jogadores online: {status.players.online} / {status.players.max}") print(f"Descrição: {status.description}") except Exception as e: print(f"Erro ao consultar o servidor: {e}") ``` Salve este código em um arquivo (por exemplo, `verificar_servidor.py`) e execute-o: ```bash python verificar_servidor.py ``` Este script irá consultar o servidor e exibir informações como a versão do Minecraft, o número de jogadores online e a descrição do servidor. * **Outras bibliotecas e ferramentas:** Existem outras bibliotecas e ferramentas em diferentes linguagens de programação que podem fazer o mesmo. Pesquise por "Minecraft server query library" na sua linguagem de programação preferida. **3. Usando ferramentas de linha de comando existentes (se disponíveis):** Algumas ferramentas de terceiros podem já existir para consultar servidores Minecraft a partir da linha de comando. A disponibilidade e a funcionalidade dessas ferramentas variam. Pesquise online por "Minecraft server query command line tool" para ver se encontra alguma que atenda às suas necessidades. **Resumo:** * Para uma verificação rápida da porta, use `nmap`. * Para obter informações detalhadas sobre o servidor, use a biblioteca `mcstatus` do Python (ou uma biblioteca similar em outra linguagem). * Pesquise por ferramentas de linha de comando específicas para Minecraft, mas esteja ciente de que a disponibilidade pode ser limitada. Lembre-se de substituir os exemplos de endereços IP e nomes de servidor pelos valores corretos para o servidor que você deseja consultar. Além disso, certifique-se de ter as permissões necessárias para acessar o servidor.

mcp-server-taiwan-aqi

mcp-server-taiwan-aqi

Memory Bank MCP

Memory Bank MCP

Um servidor MCP que ajuda equipes a criar, gerenciar e acessar documentação de projeto estruturada através de seis tipos de documentos principais, utilizando IA para gerar um gerenciamento abrangente do conhecimento do projeto.

Web Browser

Web Browser

Habilita capacidades de navegação na web usando BeautifulSoup4.

MCP-YNU FastMCP Server

MCP-YNU FastMCP Server

Uma implementação de servidor MCP dinâmica que carrega automaticamente ferramentas, recursos e prompts de seus respectivos diretórios, permitindo fácil extensão e configuração.

Kairos Codex MCP Server

Kairos Codex MCP Server

A Model Context Protocol server providing standardized access to Bible data resources, allowing LLMs to query various Bible translations, verses, and chapters.

Parcel Tracking MCP Server

Parcel Tracking MCP Server

Allows tracking of parcel deliveries across various carriers using the 17track.net API, with automatic or manual carrier detection.

Epic Healthcare MCP Server

Epic Healthcare MCP Server

Enables AI assistants to securely access Epic Healthcare Systems patient data through FHIR R4 API integration. Provides tools for searching patients, retrieving clinical summaries, vital signs, medications, and generating healthcare reports with HIPAA-compliant OAuth 2.0 authentication.

FastMCP Beginner MCP Servers

FastMCP Beginner MCP Servers

A beginner-friendly collection of MCP server implementations demonstrating calculator tools, web APIs with SSE transport, and RSS feed integration for AI agents. Includes examples using stdio and HTTP transports with validation via MCP Inspector.

Canadian Building Code MCP Server

Canadian Building Code MCP Server

Enables users to search and navigate over 22,500 indexed sections across 16 Canadian building codes and user guides. It supports keyword searches, hierarchy navigation, and optional full-text extraction from user-provided PDF documents.

Ilograph

Ilograph

Provides access to up-to-date Ilograph documentation and syntax validation capabilities.

ESA MCP Server

ESA MCP Server

Geocode BAN MCP

Geocode BAN MCP

This MCP server enables geocoding of French addresses using the official Base Adresse Nationale (BAN) API. It allows users to retrieve standardized addresses, GPS coordinates, and map visualization links directly within Claude.

メモMCPサーバー

メモMCPサーバー

Bucketeer MCP Server

Bucketeer MCP Server

A Model Context Protocol server that enables management of feature flags in Bucketeer through CRUD operations including listing, creating, retrieving, updating, and archiving feature flags.

Rippling MCP Server

Rippling MCP Server

Connects AI agents to the Rippling HR/IT/Finance platform to query employees, manage leave requests, and view organizational structures. It provides eighteen tools for accessing company data, employee details, and administrative activities through the Rippling API.

remote-mcp-server

remote-mcp-server

Excel Finance MCP

Excel Finance MCP

Enables comprehensive Excel operations and financial calculations including investment analysis, rental property management, expense tracking, and automated financial reporting. Supports creating Excel workbooks with advanced financial formulas, cash flow projections, and tax calculations for accounting and finance workflows.

Multi Cluster Kubernetes MCP Server

Multi Cluster Kubernetes MCP Server

An MCP server that enables interaction with multiple Kubernetes clusters simultaneously, providing comprehensive tools for cluster management, resource operations, and diagnostics across different environments.

Remote MCP Server for Cloudflare

Remote MCP Server for Cloudflare

A deployable server that implements the Model Context Protocol (MCP) on Cloudflare Workers, enabling integration of custom tools with AI assistants like Claude without requiring authentication.

MCP Workshop Starter

MCP Workshop Starter

A starter kit for building Model Context Protocol servers that enables AI tools to access external data and functionalities like checking holidays, disk space, timezones, RSS feeds, code diffs, and web performance metrics.

MCP Memory Keeper

MCP Memory Keeper

Provides persistent context management for Claude AI coding assistants, allowing you to save and restore conversation context, create checkpoints, and organize information across sessions to prevent losing important work history and decisions during long coding sessions.

Playwright MCP Server for Security

Playwright MCP Server for Security

Enables LLMs to perform browser automation tasks including web scraping, taking screenshots, and executing JavaScript using Playwright. It facilitates real-time interaction with web pages and the generation of automated test code.

ElevenLabs MCP Server

ElevenLabs MCP Server

Um servidor oficial do Protocolo de Contexto de Modelo (MCP) que permite que clientes de IA interajam com as APIs de Text-to-Speech e processamento de áudio da ElevenLabs, possibilitando a geração de fala, clonagem de voz, transcrição de áudio e outras tarefas relacionadas a áudio.