Discover Awesome MCP Servers

Extend your agent with 28,665 capabilities via MCP servers.

All28,665
burn-mcp-server

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

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

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

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

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

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

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)

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

Rover MCP Server

A ModelContextProvider server that enables secure querying of Red Hat internal groups API using client certificate authentication.

Database Mcp

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

stockmarketscan/mcp-server

stockmarketscan/mcp-server

18 tools for US stock screeners, chart patterns, options flow signals and equities research. Hosted SSE transport mcp.stockmarketscan.com with BYOK authentication.

MacOS Clipboard MCP Server

MacOS Clipboard MCP Server

Provides AI assistants access to the macOS clipboard content, supporting text, images, and binary data via OSAScript.

Port MCP Server

Port MCP Server

Espelho de

Full-Stack MCP Server

Full-Stack MCP Server

Provides 8 specialized AI agents (Frontend, Backend, Database, API, DevOps, Testing, Security, Performance) for full-stack web development, powered by high-speed Cerebras inference and integrated with OpenCode CLI.

Readwise MCP Enhanced

Readwise MCP Enhanced

A comprehensive MCP server that unifies Readwise Reader document management with full Readwise highlights functionality, featuring AI-powered text processing and 94% reduction in token usage. Enables saving, searching, and managing documents and highlights through natural language with advanced content controls and spaced repetition learning.

SQL-Transpiler MCP Tool

SQL-Transpiler MCP Tool

Converts SQL queries between different database dialects using the sqlglot library to ensure cross-system compatibility. It allows users to list supported dialects and transpile SQL code from one syntax to another through the Model Context Protocol.

MCP Server Template

MCP Server Template

A scaffold project for building FastAPI-based Model Context Protocol servers with automatic tool discovery and router capabilities.

Uber MCP Server

Uber MCP Server

Enables AI assistants to interact with the Uber API for ride management, including requesting rides, obtaining price and time estimates, and tracking active trip status. It supports comprehensive journey features such as viewing ride history, cancelling requests, and rating drivers through a secure OAuth 2.0 integration.

Netmex MCP

Netmex MCP

A lightweight and extendable MCP server toolkit that allows developers to build and integrate custom tools with AI assistants through automatic tool discovery from local directories or npm packages.

SideButton

SideButton

Open source AI agent platform with MCP server, browser automation, knowledge packs, and workflow engine. Works with Claude Code, ChatGPT, Cursor, and any MCP client.

TypeScript MCP Server Boilerplate

TypeScript MCP Server Boilerplate

A boilerplate project for quickly developing Model Context Protocol servers using TypeScript SDK, with example tools (calculator, greetings) and resources pre-implemented.

Sefaria Jewish Library

Sefaria Jewish Library

Permite que modelos de linguagem grandes recuperem textos e comentários judaicos da biblioteca Sefaria através de uma interface padronizada.

Share A Bot MCP A2A (agent2agent) Protocol

Share A Bot MCP A2A (agent2agent) Protocol

Discover and connect your agents with other agents via A2A protocol. Share resources for free or fee.

Perplexity MCP Server

Perplexity MCP Server

Integrates with Perplexity's API to provide web search and AI-powered answers with citations. Offers a three-tier research workflow: search for sources, ask for grounded AI answers, and ask_more for deeper analysis using advanced models.

lighthouse-mcp

lighthouse-mcp

Permite que assistentes de IA como Cursor/Cline/GitHub Copilot usem a ferramenta Lighthouse do Google para medir as métricas de desempenho da sua página web. Em seguida, você pode executar um loop agentic e fazer com que os assistentes otimizem essas métricas!

PayNow Component MCP Server

PayNow Component MCP Server

Enables LLMs to search and retrieve PayNow Component documentation directly, accelerating system integration through natural language queries.

MCP Kakao Local

MCP Kakao Local

Connects to Kakao Local API and Kakao Maps, enabling access to location-based services and map functionality in Korea.

Zhihu MCP Server

Zhihu MCP Server

A Model Context Protocol server that enables users to automatically generate articles using large language models and publish them directly to Zhihu (a Chinese Q\&A platform).

Pentagonal

Pentagonal

AI-powered smart contract forge with an 8-agent adversarial security audit system. Generate, audit, fix, and compile Solidity and Anchor/Rust contracts across 8 chains.

ArtifactHub MCP Server

ArtifactHub MCP Server

A Model Context Protocol server that enables interaction with Helm charts on Artifacthub, providing tools for retrieving chart information, default values, and templates through natural language queries.