Discover Awesome MCP Servers

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

All20,299
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.

LeanIX MTM MCP Server

LeanIX MTM MCP Server

Enables read-only access to LeanIX Multi-Tenant Management (MTM) API data through 29 tools. Supports querying accounts, workspaces, users, permissions, contracts, instances, events, technical users, domains, identity providers, custom features, and labels with filtering and pagination.

TOS MCP Server

TOS MCP Server

Typecast API MCP Server

Typecast API MCP Server

Permite a integração perfeita com a API Typecast através do Protocolo de Contexto do Modelo, permitindo que os clientes gerenciem vozes, convertam texto em fala e reproduzam áudio de forma padronizada.

GitLab Code Review MCP Server

GitLab Code Review MCP Server

Enables AI assistants to interact with GitLab merge requests, review code changes, search projects, and create draft comments for code review workflows.

Parliament MCP Server

Parliament MCP Server

An MCP server that provides tools for parliamentary research by allowing users to search constituencies, elections, members, government posts, debates, and Hansard records, with additional semantic search capabilities over parliamentary data.

Attendance Management MCP Server

Attendance Management MCP Server

Um servidor de Protocolo de Contexto de Modelo que permite consultar informações de frequência e gerenciar solicitações de licença de funcionários, solicitações de horas extras e horários.

Telegram MCP Server

Telegram MCP Server

Weather MCP Server

Weather MCP Server

A simple MCP server that provides a tool to fetch current weather information for cities using the Open-Meteo API, communicating through stdin/stdout.

Rework MCP Server

Rework MCP Server

Enables AI agents to manage Rework projects, tasks, and workflows through a standardized protocol. It supports task creation, job tracking, user management, and custom field configuration using natural language.

mcp-for-azure-devops-boards

mcp-for-azure-devops-boards

MCP for Azure DevOps Boards is a MCP server that lets your favourite AI browse, query and update Azure DevOps work items as if it were a project manager. Written in Rust and optimized for tokens usagem, It runs via stdio or HTTP mode and uses standard Azure authentication with az login.

Excel Reader Server

Excel Reader Server

Espelho de

Xray MCP Server

Xray MCP Server

Enables generation and validation of Xray-core proxy configurations using natural language. Supports VLESS, VMess, Trojan, and Shadowsocks protocols with automatic key generation and multiple transport/security options including REALITY.

AI Prediction MCP Server

AI Prediction MCP Server

A Model Context Protocol server that provides Claude with access to AI-powered trading predictions and analysis from the aiprediction.us API, handling authentication, date formatting, and data retrieval.

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.

Renpho MCP Server

Renpho MCP Server

Provides access to body composition data from Renpho smart scales, enabling users to query weight, BMI, body fat percentage, muscle mass, and other health metrics with trend analysis over customizable time periods.

Claude-NWS Protocol Bridge

Claude-NWS Protocol Bridge

Integrates the US National Weather Service API with Claude Desktop to provide real-time weather conditions, forecasts, and detailed weather metrics for any US location through natural language queries.

MOIDVK

MOIDVK

A comprehensive Model Context Protocol (MCP) server that provides 37+ intelligent development tools across JavaScript/TypeScript, Rust, and Python with security-first design and high-performance features.

mpc-test

mpc-test

Um servidor MCP que exercita todas as funcionalidades do protocolo MCP.

FL Studio MCP Server

FL Studio MCP Server

Enables AI assistants to control FL Studio through MIDI communication, providing transport control, mixer adjustments, channel rack manipulation, plugin parameter automation, and piano roll note editing capabilities.

Red Team MCP

Red Team MCP

A multi-agent collaboration platform that provides access to over 1,500 models from 68 providers via the Model Context Protocol. It enables users to assemble and coordinate specialized AI teams using advanced orchestration modes like swarm, debate, and hierarchical workflows.

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.