Discover Awesome MCP Servers
Extend your agent with 28,410 capabilities via MCP servers.
- All28,410
- 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
Kakao API MCP Server
Um servidor que permite que modelos de IA acessem funcionalidades do Kakao Map (busca de lugares, busca de endereços, cálculo de rotas) e serviços de busca do Daum (web, imagem, blog, café) através do Protocolo de Contexto de Modelo.
Planning System MCP Server
Enables AI agents to create, manage, and search hierarchical plans with phases, tasks, and milestones through a comprehensive planning API. Supports CRUD operations, batch updates, rich context retrieval, and artifact management for structured project planning.
API Manager
Enables secure management of API keys through an encrypted environment file with automatic categorization, search functionality, and backup operations. Provides comprehensive API key organization with value masking, audit trails, and export capabilities for safe credential management.
MCP-Servers
Repositório para servidores MCP
OCR MCP Service
Enables AI agents to recognize and extract text from images using PaddleOCR, supporting both file paths and base64 input with structured results including confidence scores and text positions.
Fabric MCP Server
An MCP server that exposes Fabric patterns as tools for Cline, enabling AI-driven pattern execution directly within Cline tasks.
MCP S3 File Uploader
Enables secure file uploads to Amazon S3 with progress tracking and presigned URL generation. Provides automatic UUID-based file naming and time-limited access URLs for uploaded files.
Watch the tutorial video on how to create an MCP server from
O Servidor MCP Torobjo é uma implementação poderosa do Protocolo de Contexto de Modelo (MCP) para pesquisa de produtos e análise do Instagram. Ele se integra com a API Torob para pesquisas de produtos e extrai legendas do Instagram, apresentando um design modular para fácil utilização e desempenho otimizado.
Crawl4Claude
A comprehensive, domain-agnostic documentation scraping and AI integration toolkit. Scrape any documentation website, create structured databases, and integrate with Claude Desktop via MCP (Model Context Protocol) for seamless AI-powered documentation assistance.
Zeek-MCP
A Model Context Protocol server that integrates Zeek network analysis capabilities with LLM chatbots, allowing them to analyze PCAP files and parse network logs through natural language interactions.
MCP Sequence Simulation Server
Enables the generation, mutation, and evolution of DNA and protein sequences using various evolutionary models and phylogenetic algorithms. It supports realistic next-generation sequencing read simulation and population-level evolutionary tracking for bioinformatics research and testing.
calculator
A fully functional calculator server based on Model Context Protocol (MCP), providing rich mathematical operation functions It includes 13 specialized mathematics modules such as basic arithmetic, radical operations, trigonometric functions, logarithmic operations, statistics, combinatorial mathemat
Meta Ads MCP
Servidor de Protocolo de Contexto de Modelo (MCP) para interagir com a API de Anúncios da Meta
Studio MCP Clarifying Questions Server
Generates AI-powered clarifying questions for user task requests using Claude, helping gather detailed requirements about tech stack, architecture, deployment, and project scope through categorized, contextually relevant questions.
1C Code Search MCP
Enables semantic search through 1C codebase exports using local CPU-based RAG with sentence transformers and FAISS indexing. Supports fast XML file indexing and retrieval of 1C code with metadata parsing.
spotify-mcp
An MCP server that enables users to control Spotify playback, search for music, and manage playlists through MCP-compatible clients. It supports features like track recommendations and playback management using secure OAuth authentication.
MemoDB MCP Server
Gerencia o contexto de conversas com IA e bases de conhecimento pessoais através do Protocolo de Contexto de Modelo (MCP), fornecendo ferramentas para dados do usuário, conteúdo da conversa e gerenciamento de conhecimento.
Oura MCP
Provides LLMs with access to Oura Ring health data including sleep metrics, activity tracking, heart rate, readiness scores, and other wellness insights through the Oura API v2.
ctx: The missing link between your codebase and your LLM. Context as Code (CaC) tool with MCP server inside.
ctx: O elo perdido entre sua base de código e seu LLM. Ferramenta de Contexto como Código (CaC) com servidor MCP interno.
knowledgelib-mcp
Search 1,500+ pre-verified, cited knowledge units across 16 domains. 6 tools: query, batch query, get unit, list domains, suggest topics, report issues. Free, no API key required.
Prompt Learning MCP Server
Provides stateful prompt optimization using research-backed techniques like APE and OPRO, learning from historical performance data via a vector database. It enables users to automatically refine prompts, retrieve high-performing examples, and track performance analytics through iterative feedback.
Mcp Server V2ex
LGTM Dog MCP
An MCP server that generates images of random dogs from the Dog CEO API with 'LGTM' text overlaid. It allows users to create and save these images to a specified local path through natural language commands.
Google Search MCP Server Streamable HTTP
A Model Context Protocol (MCP) server that provides Google Search functionality with StreamableHTTP transport support.
MCP Server
MCP Atlassian
Servidor MCP lidando com integrações Jira
mcp-server-example
Aqui está um exemplo simples de um servidor MCP (Minecraft Coder Pack) para ajudar a entender melhor: **Em Inglês (Original):** "Let's say you want to change how creepers explode. Without MCP, you'd have to look through obfuscated code like `a.b.c(d,e,f)`. With MCP, you can see something like `EntityCreeper.explode(damageMultiplier)`. Much easier to understand and modify!" **Em Português (Tradução):** "Digamos que você queira mudar como os creepers explodem. Sem o MCP, você teria que procurar em código ofuscado como `a.b.c(d,e,f)`. Com o MCP, você pode ver algo como `EntityCreeper.explode(damageMultiplier)`. Muito mais fácil de entender e modificar!" **Explicação:** * **Código Ofuscado:** O código original do Minecraft é "ofuscado", o que significa que os nomes das variáveis e funções são alterados para dificultar a leitura e a compreensão. Isso é feito para proteger a propriedade intelectual. * **MCP (Minecraft Coder Pack):** O MCP desofusca o código, substituindo os nomes obscuros por nomes mais legíveis e significativos. * **Exemplo:** O exemplo mostra como o MCP torna o código mais fácil de entender. Em vez de ter que lidar com nomes de variáveis e funções sem sentido, você pode ver nomes que descrevem o que o código realmente faz. Isso facilita muito a modificação do jogo. Em resumo, o MCP é uma ferramenta que torna o código do Minecraft mais legível e compreensível, facilitando a criação de mods.
MCP Splunk
A security-focused MCP server that enables automated log retrieval and threat analysis using LangGraph orchestration and RAG. It allows users to detect suspicious activity and generate structured security insights by integrating LLM reasoning with log data and runbook documentation.
MCP Server - HTTP with SSE
Servidor MCP - HTTP com SSE - Para servidores remotos, inicie um servidor web que inclua um endpoint Server-Sent Events (SSE) para enviar atualizações para os clientes, juntamente com um endpoint separado para receber mensagens enviadas pelo cliente.
BurpSuite MCP Server
Servidor MCP BurpSuite: Uma implementação poderosa do Protocolo de Contexto de Modelo (MCP) para BurpSuite, fornecendo acesso programático às funcionalidades principais do Burp.