Discover Awesome MCP Servers
Extend your agent with 47,656 capabilities via MCP servers.
- All47,656
- 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
Cloudflare Remote MCP Server Template
Enables the deployment of remote Model Context Protocol servers on Cloudflare Workers without authentication. It allows users to host custom tools and connect them to AI clients using Server-Sent Events (SSE).
Figma MCP Server
Um servidor TypeScript que implementa o Protocolo de Contexto do Modelo, permitindo a criação de designs com tecnologia de IA no Figma usando prompts em linguagem natural através do Cursor Agent.
mcp-agent-opt
Provides code-aware context compression by stripping comments, docstrings, and whitespace while maintaining full logic fidelity for AI agents. It features tools for architectural mapping, symbol searching, and token-budgeted multi-file reading.
ascript-mcp
Enables AI programming tools to query AScript API documentation and control real Android/iOS devices for automation scripting, including device interaction, development deployment, and file management.
quanttogo-mcp-servers
MCP servers for quantitative trading: live trading signals, market data, NAV history, portfolio management with dual-track (AUTO/MANUAL) performance comparison. Supports both stdio and Streamable HTTP transport.
Viraly MCP Server
A thin MCP proxy that connects LLM clients like Claude and ChatGPT to Viraly's platform API, enabling AI agents to perform actions via natural language.
ORKL MCP Server
Servidor MCP para a Biblioteca de Inteligência de Ameaças ORKL
solscan-mcp-server: A Solscan Pro API MCP Server
agentline-mcp
Gives AI agents phone numbers, email, SMS, and voice calls as MCP tools, enabling them to provision numbers, capture 2FA codes, send messages, and make calls.
KiteMCP
A command-based MCP server that enables programmatic stock trading on Zerodha through natural language interfaces like Claude, allowing users to buy and sell stocks via API calls.
PDF Knowledgebase MCP Server
A Model Context Protocol server that enables intelligent document search and retrieval from PDF collections, providing semantic search capabilities powered by OpenAI embeddings and ChromaDB vector storage.
Commerce-MCP
Enables natural-language control of e-commerce operations including product management, order processing, inventory tracking, customer service, content generation, and advertising analytics through 15 integrated MCP tools. Provides a local-first commerce automation solution with SQLite storage and extensible channel adapters for end-to-end online store workflows.
Composer Trade MCP
Enables AI assistants to create, backtest, and manage automated investment strategies (symphonies) on Composer, including searching through 1000+ existing strategies, monitoring portfolio performance, and executing trades with live market data.
OpenAPI Korea MCP Server
Enables access to Korean public data services through OpenAPI integration. Supports querying government datasets like parking information in Sejong City through natural language interactions.
SmartMoneyOracle
Whale & Institutional Flow MCP Server — 8 tools for protocol TVL flows, alpha signals, stablecoin supply tracking. Part of ToolOracle (tooloracle.io).
Windows Forensics MCP Server
Enables AI-assisted Windows digital forensics analysis including parsing Windows Event Logs (EVTX), analyzing registry hives (SAM, SYSTEM, SOFTWARE), and remotely collecting artifacts via WinRM with built-in security queries and forensic reference data.
Claude MCP File Server
A file management system powered by Claude AI that provides document access and manipulation through MCP protocol and Telegram bot integration, enabling users to interact with files via natural language commands.
MCP Express Server Example
A basic example demonstrating how to develop and run a serverless Model Context Protocol (MCP) implementation using Netlify Functions and Express.
HowToCook-MCP Server
Enables AI assistants to recommend recipes, plan weekly meals, and solve the "what to eat today" problem by providing access to a comprehensive Chinese recipe database with smart filtering by categories, allergies, and dietary restrictions.
asterpay-mcp-server
MCP Server for AsterPay x402 Data API — market data, AI tools, crypto analytics, and utilities accessible to AI agents via Model Context Protocol. 13 pay-per-call endpoints on Base network, $0.001 USDC each. EUR settlement for AI agent commerce.
WhatsApp Business MCP Server
Connects AI agents to the WhatsApp Business Cloud API, allowing them to send messages, manage templates, and retrieve account analytics. It facilitates automated customer interaction and marketing campaign management through the Model Context Protocol.
Strava MCP Server
Integrates with the Strava API to allow AI assistants to access fitness data including athlete profiles, activity history, and segment statistics. It enables users to query detailed performance metrics and explore geographic segment data through natural language commands.
MCP Demo
A demonstration Model Context Protocol server that includes a web-based interface for managing persistent configurations. It provides foundational tools for greeting, echoing input, and retrieving or updating server settings through MCP.
mcp-weather
Aqui está um exemplo de um Servidor MCP (Message Communication Protocol) para um Agente de IA, usado para obter previsões meteorológicas e informações de alerta para estados nos EUA: **Título: Servidor MCP de Previsão do Tempo e Alertas dos EUA** **Descrição:** Este servidor MCP fornece uma interface para um Agente de IA acessar informações meteorológicas atuais e alertas para estados nos EUA. Ele permite que o agente solicite previsões do tempo e alertas específicos para um determinado estado, retornando os dados relevantes em um formato estruturado. **Protocolo de Mensagens:** * **Solicitações (Agente de IA -> Servidor MCP):** * `GET_WEATHER`: Solicita a previsão do tempo atual para um estado. * `state`: (String) Código de duas letras do estado (ex: "CA", "NY", "TX"). * `GET_ALERTS`: Solicita alertas meteorológicos ativos para um estado. * `state`: (String) Código de duas letras do estado (ex: "CA", "NY", "TX"). * **Respostas (Servidor MCP -> Agente de IA):** * `WEATHER_RESPONSE`: Resposta à solicitação `GET_WEATHER`. * `state`: (String) Código de duas letras do estado. * `temperature`: (Float) Temperatura atual em graus Fahrenheit. * `condition`: (String) Descrição da condição climática (ex: "Ensolarado", "Chuvoso", "Nublado"). * `humidity`: (Integer) Umidade relativa em porcentagem. * `wind_speed`: (Float) Velocidade do vento em milhas por hora. * `ALERTS_RESPONSE`: Resposta à solicitação `GET_ALERTS`. * `state`: (String) Código de duas letras do estado. * `alerts`: (Array de Strings) Lista de alertas meteorológicos ativos (ex: ["Aviso de Tempestade Severa", "Alerta de Inundação"]). Se não houver alertas, a lista estará vazia. * `ERROR`: Resposta de erro. * `message`: (String) Descrição do erro (ex: "Estado inválido", "Serviço indisponível"). **Exemplos de Mensagens:** * **Solicitação de Previsão do Tempo para a Califórnia:** ```json { "type": "GET_WEATHER", "state": "CA" } ``` * **Resposta de Previsão do Tempo para a Califórnia:** ```json { "type": "WEATHER_RESPONSE", "state": "CA", "temperature": 75.2, "condition": "Ensolarado", "humidity": 60, "wind_speed": 5.5 } ``` * **Solicitação de Alertas para Nova York:** ```json { "type": "GET_ALERTS", "state": "NY" } ``` * **Resposta de Alertas para Nova York (com alertas):** ```json { "type": "ALERTS_RESPONSE", "state": "NY", "alerts": ["Aviso de Tempestade de Inverno", "Alerta de Gelo Negro"] } ``` * **Resposta de Alertas para Nova York (sem alertas):** ```json { "type": "ALERTS_RESPONSE", "state": "NY", "alerts": [] } ``` * **Resposta de Erro (Estado Inválido):** ```json { "type": "ERROR", "message": "Estado inválido" } ``` **Implementação (Conceitual):** O servidor MCP pode ser implementado usando várias tecnologias, como: * **API REST:** O agente de IA faz solicitações HTTP para endpoints específicos (ex: `/weather/{state}`, `/alerts/{state}`). * **WebSockets:** Permite comunicação bidirecional em tempo real entre o agente e o servidor. * **Filas de Mensagens (ex: RabbitMQ, Kafka):** Permite comunicação assíncrona e escalável. O servidor MCP, por sua vez, obteria os dados meteorológicos e de alerta de fontes externas, como: * **APIs Meteorológicas:** APIs como OpenWeatherMap, AccuWeather, WeatherAPI.com, ou a API do National Weather Service (NWS) dos EUA. * **Raspagem de Dados (Web Scraping):** Extrair informações de sites meteorológicos. (Menos confiável e mais frágil). **Considerações:** * **Tratamento de Erros:** Implementar um tratamento de erros robusto para lidar com estados inválidos, falhas de API e outros problemas. * **Limites de Taxa:** Respeitar os limites de taxa das APIs meteorológicas para evitar ser bloqueado. * **Cache:** Implementar um mecanismo de cache para reduzir a carga nas APIs meteorológicas e melhorar o desempenho. * **Segurança:** Proteger o servidor MCP contra acesso não autorizado. * **Escalabilidade:** Projetar o servidor para lidar com um grande número de solicitações de agentes de IA. * **Formato de Dados:** Usar um formato de dados consistente (como JSON) para facilitar a análise dos dados pelo agente de IA. * **Unidades:** Ser consistente com as unidades de medida (ex: Fahrenheit para temperatura, milhas por hora para velocidade do vento). Este exemplo fornece uma base para construir um servidor MCP para um agente de IA que precisa de informações meteorológicas dos EUA. A implementação específica dependerá dos requisitos do agente e das tecnologias disponíveis.
Roblox MCP
MCP server and plugin for Roblox Studio — control scripts, terrain, assets, and lighting with Claude Code, Cursor, Codex, and Gemini.
Notion MCP Server
Enables AI assistants to search, create, and manage Notion workspace content including pages and databases. It supports advanced database querying, page updates, and content organization through natural language conversations.
CodeWeaver MCP Server
Converts entire codebases into a single, AI-readable Markdown document with structured directory trees and syntax highlighting. It enables AI assistants to analyze complete project contexts for tasks like code reviews, documentation, and refactoring.
pharo-nc-mcp-server
A local MCP server that enables users to evaluate Pharo Smalltalk expressions and retrieve system information via NeoConsole. It provides comprehensive tools for inspecting class definitions, method sources, and system metrics within a Pharo environment.
UniFi MCP Server
Enables comprehensive management of UniFi Network infrastructure through 24 tools for monitoring and controlling devices, clients, wireless networks, security, and guest access. Supports network administration tasks like device restarts, client blocking, WLAN configuration, and backup creation.
mcp-await
Non-blocking awaiter for bash commands. Get your agent rid of timeouts, sleeps, while. Also supports files, ports, etc.