Discover Awesome MCP Servers
Extend your agent with 28,614 capabilities via MCP servers.
- All28,614
- 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
SecureCode
Secrets vault for Claude Code. Encrypt API keys, tokens and passwords with AES-256. Full audit logs, MCP access rules, and zero-knowledge mode. Secrets never appear in chat.
SqlAugur
SQL Server MCP server with AST-based query validation, read-only safety, schema exploration, ER diagram generation, and DBA toolkit integration (First Responder Kit, DarlingData, sp_WhoIsActive).
YantrikDB MCP
Cognitive memory for AI agents. Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client.
ui-ticket-mcp
Human-to-AI code review bridge. Annotate UI elements in the browser with review comments, and AI agents read the feedback via MCP to fix code automatically — with full element context (CSS selector, styles, DOM path, accessibility info). 10 MCP tools, framework-agnostic Web Component, zero-config install via uvx.
claude-senator-mcp
An MCP server that enables inter-Claude communication and context sharing for seamless collaboration and conversation forking between multiple AI instances. It uses a smart pointer architecture to efficiently share project data and conversation history without interrupting ongoing tasks.
mcp-opnsense
Slim OPNsense MCP Server — 62 tools for managing firewall infrastructure via the OPNsense REST API. Covers DNS/Unbound, Firewall rules, Diagnostics, Interfaces, DHCP (ISC + Kea), System/Backups, ACME/Let's Encrypt, and Firmware. No SSH, no shell, API-only with 3 runtime dependencies. AGPL-3.0 + Commercial dual-licensed.
Structured-Argumentation
A group of model context protocol servers provide cognitive enhancement tools for large language models.
MCP Code Reviewer
An AI-powered server for code analysis, requirements validation, and automated fix proposals with human-in-the-loop confirmation. It supports multiple LLM providers and ensures safe file modifications through automatic backups and path validation.
Salesforce MCP Server
Enables natural language interactions with Salesforce data and metadata, supporting queries, data manipulation, custom object/field management, Apex code operations, and debug logging across multiple authentication methods.
burn-mcp-server
AI-powered reading triage MCP. 26 tools with a 24h burn timer — search, triage, burn, vault, and analyze your saved articles. Works with Claude, Cursor, Windsurf. Stdio + HTTPS transports.
Oura Ring MCP Server
A Python-based Model Context Protocol server that provides AI assistants with access to Oura Ring health and fitness data across 15+ endpoints. It enables querying metrics like sleep, activity, readiness, and cardiovascular health through simple authentication and date-range filtering.
Chargebee MCP Server
A server that integrates with AI-powered code editors to provide immediate answers about Chargebee products and API services, offering context-aware code snippets and access to Chargebee's knowledge base.
xmcp Demo Application
A demonstration MCP server showcasing the xmcp framework's structured approach to defining tools, prompts, and resources with automatic discovery from their respective directories.
Notion MCP Server
Enables interaction with Notion workspaces through the Notion API, allowing users to search, read, comment on, and create pages and databases using natural language commands.
Transcripts MCP Server
A remote Model Context Protocol server that retrieves and cleans Microsoft Teams meeting transcripts via the Microsoft Graph API using delegated OAuth 2.0 authentication. It enables AI agents to discover meetings, extract speaker-attributed text, and save transcripts to SharePoint for analysis and automation.
Binance MCP Server
Enables AI agents to interact with Binance cryptocurrency exchange for trading operations, real-time market data access, portfolio management, and account monitoring through secure API integration.
MinerU Open MCP (Official)
Official MinerU MCP server for parsing PDF, DOCX, PPTX, images, and HTML into Markdown. Supports 109-language OCR, Flash mode (no token), and Precision mode (token)
Rover MCP Server
A ModelContextProvider server that enables secure querying of Red Hat internal groups API using client certificate authentication.
Database Mcp
# Serviço MCP de Banco de Dados Um serviço MCP (Metoro Control Protocol - Protocolo de Controle Metoro) com capacidades de banco de dados, suportando múltiplos tipos de banco de dados através do GORM. ## Funcionalidades - Suporte para múltiplos tipos de banco de dados: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - Configuração através de: - Arquivo de configuração (YAML) - Argumentos de linha de comando - Variáveis de ambiente - Integração com o protocolo MCP - Suporte ao ORM GORM ## Instalação 1. Clone o repositório 2. Instale as dependências: ```bash go mod tidy ``` ## Configuração ### Arquivo de Configuração (config.yaml) Crie um arquivo `config.yaml` com a seguinte estrutura: ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # para postgres file: "database.db" # para sqlite ``` ### Argumentos de Linha de Comando Você pode sobrescrever as configurações do arquivo de configuração usando argumentos de linha de comando: ```bash ./database-mcp --config=config.yaml \ --db-type=mysql \ --db-host=localhost \ --db-port=3306 \ --db-user=root \ --db-pass=password \ --db-name=mydb \ --db-ssl-mode=disable \ --db-file=database.db ``` Argumentos de linha de comando disponíveis: - `--config`: Caminho para o arquivo de configuração (padrão: "config.yaml") - `--db-type`: Tipo de banco de dados (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: Host do banco de dados - `--db-port`: Porta do banco de dados - `--db-user`: Nome de usuário do banco de dados - `--db-pass`: Senha do banco de dados - `--db-name`: Nome do banco de dados - `--db-ssl-mode`: Modo SSL (para PostgreSQL) - `--db-file`: Arquivo do banco de dados (para SQLite) ## Uso 1. Inicie o serviço: ```bash ./database-mcp ``` 2. O serviço irá: - Carregar a configuração do arquivo e/ou linha de comando - Inicializar a conexão com o banco de dados - Iniciar o servidor MCP - Registrar as ferramentas e recursos disponíveis ## Configuração MCP Para usar o serviço MCP, configure o endpoint MCP no seu cliente MCP: ``` http://127.0.0.1:8080/sse ``` Isto irá conectar seu cliente MCP ao serviço local rodando na porta 8080. ## Ferramentas MCP O serviço fornece as seguintes ferramentas MCP: 1. `get_tables`: Obter todas as tabelas no banco de dados - Retorna uma lista de tabelas com seus nomes e comentários 2. `get_table_detail`: Obter informações detalhadas sobre uma tabela específica - Argumentos: - `table_name`: O nome da tabela para obter detalhes - Retorna informações da tabela incluindo: - Nome e comentário da tabela - Informações da coluna (nome, tipo, comentário, anulável, valor padrão) 3. `execute_sql`: Executar uma consulta SQL - Argumentos: - `query`: A consulta SQL para executar - Retorna: - Para consultas SELECT: Um array de resultados - Para outras consultas: O número de linhas afetadas ## Licença Licença MIT
Markdownify MCP Server
Converts various file types (PDF, images, audio, DOCX, XLSX, PPTX) and web content (YouTube videos, web pages, Bing search results) into Markdown format for easy reading and sharing.
MCP Hardware Access Library
A Python framework that enables secure hardware control through the Model Context Protocol, allowing AI agents and automation systems to interact with physical devices across multiple platforms.
TimeCard MCP
An MCP server that automates TimeCard timesheet management using Playwright browser automation. It enables users to manage projects, activities, and daily hours entries through natural language interactions.
Gemini Chat MCP
Enables chatting with Google Gemini AI models and custom Gems, supporting text and image generation with automatic cookie synchronization via Chrome extension.
Awesome-MCP-Server 🚀
SSI Stock Data MCP Server
A Model Context Protocol server that enables AI assistants to query Vietnam stock intraday data from SSI FastConnect API, providing access to stock codes, detailed information, index data, and OHLC information through natural language queries.
coros-workout-mcp
Enables Claude to design strength workouts and push them directly to COROS watches via the Training Hub API. It supports searching an exercise catalog, creating workout routines, and listing existing workouts.
Basecamp MCP Server
Enables AI assistants to interact with Basecamp projects through natural language commands. Supports managing projects, to-do lists, messages, and creating tasks with full content rendering capabilities.
LearnMCP Server
Extracts and summarizes learning content from YouTube videos, PDFs, and web articles to provide context for project-based learning. It features automated background processing and integrates with Forest's HTA builder for informed task generation.
Green Helix
AI agent commerce platform — 141 tools for payments, escrow, identity, marketplace, and Z3 formal verification
Godette
An MCP server for Godot game development that provides 45 tools for reading, analyzing, and editing projects. It enables users to manage scene trees, navigate GDScript symbols, and interact with the Godot runtime for debugging and state capture.