Discover Awesome MCP Servers
Extend your agent with 23,683 capabilities via MCP servers.
- All23,683
- Advanced AI Reasoning59
- AI Content Generation127
- AI Integration Systems229
- AI Memory Systems62
- Art & Culture4
- Browser Automation147
- Calendar Management26
- Cloud Platforms219
- Cloud Storage51
- Communication137
- Content Fetching108
- Customer Data Platforms16
- Customer Support10
- Data & App Analysis181
- Database Interaction177
- Databases145
- Developer Tools3,867
- Digital Note Management66
- Ecommerce & Retail18
- Education & Learning Tools13
- Entertainment & Media43
- File Systems96
- Finance91
- Games & Gamification8
- Git Management Tools58
- Google Cloud Integrations7
- Health & Wellness10
- Home Automation & IoT13
- Image & Video Processing69
- Knowledge & Memory90
- Language Translation3
- Legal & Compliance2
- Location Services35
- Marketing9
- Media Content Processing32
- Monitoring79
- Note Taking97
- OS Automation120
- Programming Docs Access109
- Remote Shell Execution165
- Research & Data1,557
- Search1,714
- Security71
- Speech Processing18
- Travel & Transportation14
- Version Control93
- Virtualization42
- Web Automation & Stealth32
- Web Search Integration12
Skeleton MCP Server
A template project for building Model Context Protocol servers with FastMCP framework, providing example CRUD API implementations, Docker support, and development best practices.
Spotify MCP Server
Connects Claude with Spotify, allowing users to control playback, search for content, get music information, and manage the Spotify queue.
Slander MCP
An MCP server that retrieves and ranks humorous roasts, jokes, and memes about real or fictional characters from Twitter/X. It leverages LLMs for intelligent query generation and uses social engagement metrics to identify and rank high-quality content.
Raindrop.io MCP Server
MCP Server for accessing Raindrop.io bookmark manager.
Orgo MCP Server
Enables AI agents to control virtual computers through Orgo, supporting computer management, screen actions, shell commands, file operations, streaming, and AI completions.
Beehiiv Analytics MCP Server
Provides read-only access to Beehiiv newsletter analytics data including publications, posts, and audience segments. Enables users to retrieve detailed analytics and statistics for their Beehiiv newsletters through natural language queries.
Agent Communication MCP Server
Enables Claude to coordinate multiple specialized AI agents by creating tasks, tracking their complete thought process and execution in real-time, and monitoring progress across parallel workflows with full transparency.
Rover MCP Server
A ModelContextProvider server that enables secure querying of Red Hat internal groups API using client certificate authentication.
Database Mcp
# Database MCP Service A MCP (Metoro Control Protocol) service with database capabilities, supporting multiple database types through GORM. ## Features - Support for multiple database types: - MySQL - PostgreSQL - SQLite - SQL Server - ClickHouse - Configuration through: - Configuration file (YAML) - Command line arguments - Environment variables - MCP protocol integration - GORM ORM support ## Installation 1. Clone the repository 2. Install dependencies: ```bash go mod tidy ``` ## Configuration ### Configuration File (config.yaml) Create a `config.yaml` file with the following structure: ```yaml database: type: "mysql" # mysql, postgres, sqlite, sqlserver, clickhouse host: "localhost" port: 3306 username: "root" password: "password" database: "mydb" ssl_mode: "disable" # for postgres file: "database.db" # for sqlite ``` ### Command Line Arguments You can override configuration file settings using command line arguments: ```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 ``` Available command line arguments: - `--config`: Path to config file (default: "config.yaml") - `--db-type`: Database type (mysql, postgres, sqlite, sqlserver, clickhouse) - `--db-host`: Database host - `--db-port`: Database port - `--db-user`: Database username - `--db-pass`: Database password - `--db-name`: Database name - `--db-ssl-mode`: SSL mode (for PostgreSQL) - `--db-file`: Database file (for SQLite) ## Usage 1. Start the service: ```bash ./database-mcp ``` 2. The service will: - Load configuration from file and/or command line - Initialize database connection - Start MCP server - Register available tools and resources ## MCP Configuration To use the MCP service, configure the MCP endpoint in your MCP client: ``` http://127.0.0.1:8080/sse ``` This will connect your MCP client to the local service running on port 8080. ## MCP Tools The service provides the following MCP tools: 1. `get_tables`: Get all tables in the database - Returns a list of tables with their names and comments 2. `get_table_detail`: Get detailed information about a specific table - Arguments: - `table_name`: The name of the table to get details for - Returns table information including: - Table name and comment - Column information (name, type, comment, nullable, default value) 3. `execute_sql`: Execute a SQL query - Arguments: - `query`: The SQL query to execute - Returns: - For SELECT queries: An array of results - For other queries: The number of rows affected ## License MIT License
Memento
AI Agent Template MCP Server
An MCP server that enhances AI agents' coding capabilities by providing zero hallucinations, improved code quality, security-first approach, high test coverage, and efficient context management.
WeChat Article MCP Server
Enables saving articles to WeChat Official Account drafts with support for rich text, automatic image upload, and Markdown rendering including Mermaid diagrams.
Find BGM MCP Server
Helps YouTube content creators find perfect background music for their shorts by analyzing script content for mood, theme, and pacing, then recommending suitable tracks from YouTube Music with confidence scoring and duration filtering.
BMAD Agent FastMCP Service
A professional AI agent system that provides 10+ specialized agents and 25+ MCP tools to support development workflows in Cursor IDE, with dual LLM mode support (built-in and DeepSeek API).
Unitree Go2 MCP Server
A server built on the Model Context Protocol that enables controlling the Unitree Go2 robot using natural language commands, which are translated into ROS2 instructions for the robot to perform corresponding actions.
Honeycomb MCP Server
Mirror of
Awesome-MCP-Server 🚀
Stape MCP Server
Enables interaction with the Stape platform through the Model Context Protocol. Provides access to Stape's server-side tagging and data management capabilities with support for both US and EU endpoints.
OpenStreetMap MCP Server
A comprehensive MCP server providing 30 tools for geocoding, routing, and OpenStreetMap data analysis. It enables AI assistants to search for locations, calculate travel routes, and perform quality assurance checks on map data.
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.
MCP Employee API Server
Enables AI assistants to manage employee data through a REST API with full CRUD operations. Provides tools to create, read, update, and delete employee records via the Model Context Protocol.
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.
UniCloudDB-MCP
A database operation tool for uniCloud based on MCP protocol that allows AI assistants to perform database CRUD operations through standardized interfaces.
Playwright MCP Server
A Model Context Protocol server that enables LLMs to interact with web pages, take screenshots, generate test code, scrape web pages, and execute JavaScript in a real browser environment.
Remote MCP with Azure Functions (Python)
This project enables running a custom remote MCP server on Azure Functions with Python, allowing developers to build cloud-based Model Context Protocol tools that are secured by design using keys and HTTPS.
SaaSus Docs MCP Server
Enables searching and retrieving documentation content from SaaSus Platform through MCP-compatible clients like Claude Desktop and Cursor. Provides tools to search for relevant articles, get full content from specific URLs, and access the complete sitemap of SaaSus documentation.
YOURLS-MCP
A Model Control Protocol server that enables Claude Desktop to interact with your self-hosted YOURLS URL shortener, allowing Claude to automatically shorten URLs, expand short URLs, and retrieve click statistics.
VNStock MCP Server
Provides access to Vietnam stock market data including real-time quotes, historical prices, company financials, trading statistics, mutual fund information, and exchange rates through the vnstock library.
Jeneen's MCP Agent
A multi-functional AI agent with an Arabic legal chatbot, Google search capability, and a VAE model that generates handwritten digit images.