Discover Awesome MCP Servers
Extend your agent with 50,638 capabilities via MCP servers.
- All50,638
- Developer Tools3,867
- Search1,714
- Research & Data1,557
- AI Integration Systems229
- Cloud Platforms219
- Data & App Analysis181
- Database Interaction177
- Remote Shell Execution165
- Browser Automation147
- Databases145
- Communication137
- AI Content Generation127
- OS Automation120
- Programming Docs Access109
- Content Fetching108
- Note Taking97
- File Systems96
- Version Control93
- Finance91
- Knowledge & Memory90
- Monitoring79
- Security71
- Image & Video Processing69
- Digital Note Management66
- AI Memory Systems62
- Advanced AI Reasoning59
- Git Management Tools58
- Cloud Storage51
- Entertainment & Media43
- Virtualization42
- Location Services35
- Web Automation & Stealth32
- Media Content Processing32
- Calendar Management26
- Ecommerce & Retail18
- Speech Processing18
- Customer Data Platforms16
- Travel & Transportation14
- Education & Learning Tools13
- Home Automation & IoT13
- Web Search Integration12
- Health & Wellness10
- Customer Support10
- Marketing9
- Games & Gamification8
- Google Cloud Integrations7
- Art & Culture4
- Language Translation3
- Legal & Compliance2
Linear MCP Server
Enables comprehensive issue tracking and project management through Linear's GraphQL API. Supports creating and managing issues, organizing projects and sprints, team collaboration, and roadmap planning for modern development workflows.
Discogs MCP Server
Servidor MCP para Discogs
Boilerplate MCP Server
A foundation for developing custom Model Context Protocol servers in TypeScript that connects AI assistants with external APIs and data sources using a complete layered architecture pattern.
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)
A collection of two MCP servers that enable querying One Piece anime characters and geolocating public IP addresses.
ifly-spark-agent-mcp
Este é um exemplo simples de como usar o MCP Server para invocar a cadeia de tarefas da Plataforma SparkAgent da iFlytek.
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.
Remote MCP Server (Authless)
Enables deployment of MCP servers without authentication on Cloudflare Workers, allowing tools to be accessed remotely from clients like Claude Desktop or Cloudflare AI Playground via Server-Sent Events.
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
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.
Lore Agent
A self-improving knowledge agent that provides local retrieval, web research, and structured answer synthesis for Claude Code and VS Code Copilot via MCP. It enables AI tools to manage a project-specific knowledge lifecycle through automated research and indexing.
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.
Godot MCP Bridge
Enables AI assistants to control Godot game engine projects through a WebSocket bridge. Supports scene editing, node manipulation, script management, and project introspection via 163 registered tools.
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.
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
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.
Notion Direct MCP Server
Enables direct interaction with Notion through the Notion API for searching, creating, reading, and updating pages and databases. Supports core operations like page management, database queries, and block operations without middleware dependencies.
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
Um servidor MCP que exercita todas as funcionalidades do protocolo MCP.
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 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 CSV Analysis With Gemini AI
Saroday MCP Server
Enables Korean Saju (Four Pillars of Destiny) calculation and myeongni-hak glossary lookup via MCP, allowing AI clients to compute accurate saju analysis and look up fortune-telling terms.
FreelanceOS
AI-powered freelance business manager for Claude Code. Proposals, invoices, time tracking, scope management, and follow-ups - 37 tools, 5 coaching skills.
whatsapp-mcp-server
The most complete MCP Server for WhatsApp Business Cloud API. 43 tools across 10 modules including messaging, templates, media, webhooks, analytics, AI auto-reply, and anti-spam protection.
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.
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.
Outlook MCP Server
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.