Discover Awesome MCP Servers
Extend your agent with 16,317 capabilities via MCP servers.
- All16,317
- 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
Todo App
Este aplicativo foi construído completamente com o Cursor, usando o servidor Box MCP para encontrar um PRD e as diretrizes de codificação.
Chronos MCP Server
Aqui está um servidor MCP simples baseado em .NET Core para recuperar a hora atual: ```csharp using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Http; using Microsoft.Extensions.Hosting; using System; namespace TimeServer { public class Program { public static void Main(string[] args) { CreateHostBuilder(args).Build().Run(); } public static IHostBuilder CreateHostBuilder(string[] args) => Host.CreateDefaultBuilder(args) .ConfigureWebHostDefaults(webBuilder => { webBuilder.Configure(app => { app.UseRouting(); app.UseEndpoints(endpoints => { endpoints.MapGet("/", async context => { await context.Response.WriteAsync($"Current time: {DateTime.Now}"); }); }); }); }); } } ``` **Explicação:** * **`using` statements:** Importam os namespaces necessários para o ASP.NET Core e para trabalhar com datas e horas. * **`namespace TimeServer`:** Define o namespace para o projeto. * **`Program` class:** Contém o ponto de entrada da aplicação (`Main` method). * **`CreateHostBuilder` method:** Configura o host da aplicação ASP.NET Core. * **`Host.CreateDefaultBuilder(args)`:** Cria um host padrão com configurações padrão. * **`.ConfigureWebHostDefaults(webBuilder => ...)`:** Configura o web host. * **`webBuilder.Configure(app => ...)`:** Configura o pipeline de requisição HTTP. * **`app.UseRouting()`:** Adiciona o middleware de roteamento ao pipeline. * **`app.UseEndpoints(endpoints => ...)`:** Define os endpoints da aplicação. * **`endpoints.MapGet("/", async context => ...)`:** Mapeia requisições GET para a rota raiz ("/") para um manipulador assíncrono. * **`await context.Response.WriteAsync($"Current time: {DateTime.Now}");`:** Escreve a hora atual no corpo da resposta HTTP. **Como executar:** 1. **Crie um novo projeto .NET Core:** ```bash dotnet new webapi -n TimeServer cd TimeServer ``` 2. **Substitua o conteúdo do `Program.cs` pelo código acima.** 3. **Execute o projeto:** ```bash dotnet run ``` Isso iniciará um servidor web na porta padrão (geralmente 5000 ou 5001). Você pode acessar a hora atual abrindo um navegador e navegando para `http://localhost:5000` (ou a porta que o `dotnet run` indicar). **Considerações:** * **MCP:** A descrição original menciona "MCP server". Se "MCP" se refere a um protocolo específico, este código precisaria ser adaptado para implementar esse protocolo. Este exemplo fornece um servidor HTTP simples. * **Formato da hora:** O formato da hora retornado é o padrão de `DateTime.Now.ToString()`. Você pode formatar a hora de forma diferente usando `DateTime.Now.ToString("yyyy-MM-dd HH:mm:ss")` ou outros formatos. * **Tratamento de erros:** Este exemplo é muito básico e não inclui tratamento de erros. Em um ambiente de produção, você deve adicionar tratamento de erros para lidar com exceções e retornar respostas apropriadas. * **Configuração:** Você pode configurar a porta e outros aspectos do servidor usando arquivos de configuração (como `appsettings.json`) e variáveis de ambiente. Este exemplo fornece um ponto de partida simples. Dependendo dos requisitos específicos do seu "MCP server", você pode precisar adicionar mais funcionalidades e personalizações.
JR East Delay Information MCP Server
An MCP server that provides real-time delay information for JR East train lines, accessible via MCP clients like Claude Desktop through the 'getDelays' tool.
Gemini Agent MCP Server
Provides a Model Context Protocol interface to the Gemini CLI, enabling AI agents to call the Gemini model and interact with development tools like code linting, GitHub operations, and documentation generation. Includes security measures to prevent unauthorized file access through path validation.
MCP Server with SSE
Enables real-time data streaming through Server-Sent Events with timestamp broadcasting and server monitoring capabilities. Optimized for deployment on Render.com with health checks and status endpoints.
MCP n8n API Server
Servidor MCP para integração da API n8n - Conecte a IA Claude aos fluxos de trabalho n8n
App Market Intelligence
An MCP server that provides comprehensive market intelligence by analyzing data from both the Apple App Store and Google Play Store, enabling users to research apps, track market trends, study competitors, and understand user feedback across mobile marketplaces.
SSH MCP Server
An advanced SSH session manager that allows Claude to establish and manage multiple SSH connections, execute remote commands, and monitor connection health through the Model Context Protocol.
PayPal Account Updater Subscription Connector
Fornece integração com o serviço Account Updater do PayPal, permitindo que os comerciantes mantenham informações atualizadas de cartões de pagamento em seus sistemas de e-commerce por meio do gerenciamento de assinaturas e notificações de webhook.
3D Printing MCP By OctoEverywhere
3D Printing MCP By OctoEverywhere
MCP QR Code Server
A server that connects large language models to QR code generation capabilities via Model Context Protocol, supporting multiple content types (URLs, WiFi credentials, contacts, text), output formats, and customization options.
Volcengine Knowledge Base MCP
Um servidor Claude Desktop MCP que oferece funcionalidade de busca em base de conhecimento e chat para bases de conhecimento Volcengine, permitindo que os usuários pesquisem e conversem com seus repositórios de conhecimento externos.
Amazon Leadership Principles MCP Server
Serves as a Model Context Protocol server that provides tools to look up Amazon Leadership Principles and access video transcripts for integration with Amazon Q CLI.
Port MCP Server
Um servidor MCP que permite que o Claude interaja com o agente de IA do Port.io, permitindo que os usuários acionem o agente com prompts e recebam respostas estruturadas, incluindo status, saída e itens de ação.
MCP TypeScript Template
A TypeScript template for building remote Model Context Protocol servers with modern tooling including Vite, Express, ESLint, Prettier, and Docker support. Includes an example echo tool to demonstrate MCP tool implementation.
mcpMulti.py
Um loop de chat simples que inclui múltiplos servidores MCP.
IcebergMCP
An MCP server that enables natural language interaction with Apache Iceberg data lakehouses, allowing users to query table metadata, schemas, and properties through Claude, Cursor, or other MCP clients.
MCP Filesystem Python
A secure MCP server enabling read-only access and file search capabilities within a specified directory, while respecting .gitignore patterns.
bilibili MCP Server
A Model Context Protocol server that allows AI assistants to retrieve user information, search videos by ID, and find content by keywords on bilibili.com.
Jokes MCP Server
A Model Context Protocol server that provides Chuck Norris and Dad jokes, demonstrating how to integrate MCP servers with Microsoft Copilot Studio and GitHub Copilot.
Weather MCP Server
Provides real-time weather data and forecasts for any location using the OpenWeatherMap API. Supports current weather conditions, 5-day forecasts, and weather alerts with optional demo data when no API key is configured.
MCP Bridge Server
A macOS-native bridge server that enables communication between different AI clients like Claude and Cline, allowing them to interact with each other through the Model Context Protocol.
Notion Integration
Um servidor simples de Protocolo de Contexto de Modelo (MCP) que se integra com a API do Notion para gerenciar minha lista de tarefas pessoal através do Claude.
APISIX-MCP
The APISIX Model Context Protocol (MCP) server bridges large language models (LLMs) with the APISIX Admin API.
Neolibrarian MCP
Enables read-only access to local Calibre libraries for searching metadata, inspecting book formats, and extracting content samples. Supports full-text search, batch operations, and detailed book analysis through natural language queries.
mcp-servers
Configurações do servidor MCP
AWS‑IReveal‑MCP
AWS‑IReveal‑MCP
MCP Server Basic Example
A sample implementation of Model Context Protocol server demonstrating core functionality with simple arithmetic tools and greeting resources.
mcprouter MCP Server
Espelho de
Universal MCP Tool
A versatile tool that converts Web API interfaces into MCP tools for AI assistants, allowing them to access various web services through simple configuration and API key management.