Discover Awesome MCP Servers
Extend your agent with 41,694 capabilities via MCP servers.
- All41,694
- 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
KPI-Lens
An MCP server for supply chain intelligence that enables conversational querying of eight operational KPIs and anomaly detection data through Claude. It allows users to analyze performance metrics like OTIF and inventory turnover while providing LLM-generated root-cause explanations.
Excel MCP Server
Enables AI assistants to perform comprehensive Microsoft Excel operations including data analysis, cell editing, advanced formatting, and VBA execution on Windows systems. It provides a structured workflow for managing workbooks and worksheets through a dedicated Model Context Protocol interface.
Astra MCP Server
Enables interaction with DataStax Astra DB through the Model Context Protocol. Provides database connectivity and operations for Astra DB instances via secure token-based authentication.
jorkal-nft-mcp
MCP server for Solana NFT market data via Magic Eden. Paid with x402 USDC micropayments.
Uranium MCP Server
Enables creation and management of NFT collections and assets through the Uranium API. Supports uploading files as NFTs, managing ERC721 and ERC1155 collections, and bulk operations across multiple collections.
Mcp Server Again
Máy chủ MCP - Lại nữa
litvm-tcg-oracle
On-chain TCG price oracle for the LitecoinVM ecosystem. 6 tools: search 433K+ trading cards, 60-day price history, Merkle proof verification on LiteForge (Chain 4441), Monte Carlo simulation, and AI card grading via Qwen 2.5 VL.
Ansys MCP Server
Enables AI assistants to interact with Ansys simulation software (Fluent, MAPDL, Mechanical, Geometry) through the Model Context Protocol.
adops-mcp
Cross-platform ad management MCP server for Google Ads and Meta Ads. Campaign analytics, A/B testing with z-test, anomaly detection, and budget reallocation. 15 tools, 60 tests.
Simple Timer MCP Server
An MCP server that provides interval timing functionality using token-based time tracking, allowing users to start timers with unique identifiers and check elapsed time in milliseconds or human-readable format.
qdrant-mcp-local
Đây là một cấu hình Docker Compose đơn giản để dễ dàng khởi chạy Qdrant và MCP-server-qdrant trong môi trường cục bộ: ```yaml version: "3.9" services: qdrant: image: qdrant/qdrant:latest ports: - "6333:6333" # API port - "6334:6334" # gRPC port volumes: - qdrant_data:/qdrant/storage restart: unless-stopped mcp-server-qdrant: image: your-mcp-server-qdrant-image:latest # Thay thế bằng image của bạn ports: - "8000:8000" # Thay đổi nếu cần thiết environment: QDRANT_HOST: qdrant QDRANT_PORT: 6333 # Thêm các biến môi trường khác cần thiết cho MCP-server-qdrant của bạn depends_on: - qdrant restart: unless-stopped volumes: qdrant_data: ``` **Giải thích:** * **`version: "3.9"`**: Chỉ định phiên bản của Docker Compose. * **`services:`**: Định nghĩa các dịch vụ sẽ được chạy. * **`qdrant:`**: Định nghĩa dịch vụ Qdrant. * **`image: qdrant/qdrant:latest`**: Sử dụng image Qdrant mới nhất từ Docker Hub. * **`ports:`**: Ánh xạ các cổng. Cổng 6333 cho API và 6334 cho gRPC. * **`volumes:`**: Gắn một volume để lưu trữ dữ liệu Qdrant. Điều này đảm bảo dữ liệu không bị mất khi container bị xóa. * **`restart: unless-stopped`**: Khởi động lại container tự động trừ khi nó bị dừng thủ công. * **`mcp-server-qdrant:`**: Định nghĩa dịch vụ MCP-server-qdrant. * **`image: your-mcp-server-qdrant-image:latest`**: **Quan trọng:** Thay thế `your-mcp-server-qdrant-image:latest` bằng tên image Docker của MCP-server-qdrant của bạn. Ví dụ: `my-username/mcp-server-qdrant:1.0`. * **`ports:`**: Ánh xạ cổng. Ở đây, cổng 8000 được ánh xạ. Thay đổi nếu MCP-server-qdrant của bạn sử dụng một cổng khác. * **`environment:`**: Đặt các biến môi trường cần thiết cho MCP-server-qdrant. * **`QDRANT_HOST: qdrant`**: Chỉ định hostname của dịch vụ Qdrant. Docker Compose sẽ tự động giải quyết `qdrant` thành địa chỉ IP của container Qdrant. * **`QDRANT_PORT: 6333`**: Chỉ định cổng API của Qdrant. * **Thêm các biến môi trường khác:** Bạn cần thêm bất kỳ biến môi trường nào khác mà MCP-server-qdrant của bạn cần để hoạt động, chẳng hạn như khóa API, thông tin đăng nhập cơ sở dữ liệu, v.v. * **`depends_on:`**: Đảm bảo Qdrant được khởi động trước khi MCP-server-qdrant. * **`restart: unless-stopped`**: Khởi động lại container tự động trừ khi nó bị dừng thủ công. * **`volumes:`**: Định nghĩa các volume. * **`qdrant_data:`**: Định nghĩa một volume có tên `qdrant_data` để lưu trữ dữ liệu Qdrant. **Cách sử dụng:** 1. **Lưu cấu hình:** Lưu đoạn mã trên vào một tệp có tên `docker-compose.yml`. 2. **Thay thế image:** Thay thế `your-mcp-server-qdrant-image:latest` bằng tên image Docker thực tế của MCP-server-qdrant của bạn. 3. **Thêm biến môi trường:** Thêm bất kỳ biến môi trường cần thiết nào khác cho MCP-server-qdrant của bạn vào phần `environment`. 4. **Khởi chạy:** Mở terminal, điều hướng đến thư mục chứa `docker-compose.yml` và chạy lệnh: `docker-compose up -d` **Lưu ý:** * **Image MCP-server-qdrant:** Bạn cần phải có một image Docker cho MCP-server-qdrant của bạn. Nếu bạn chưa có, bạn cần tạo một Dockerfile và build image. * **Biến môi trường:** Đảm bảo bạn cung cấp tất cả các biến môi trường cần thiết cho MCP-server-qdrant của bạn. Kiểm tra tài liệu của MCP-server-qdrant để biết danh sách đầy đủ các biến môi trường cần thiết. * **Cổng:** Điều chỉnh các cổng nếu cần thiết. Đảm bảo không có xung đột cổng với các ứng dụng khác đang chạy trên máy của bạn. * **Dữ liệu Qdrant:** Dữ liệu Qdrant sẽ được lưu trữ trong volume `qdrant_data`. Khi bạn dừng và khởi động lại các container, dữ liệu sẽ được giữ lại. * **Tùy chỉnh:** Đây là một cấu hình cơ bản. Bạn có thể tùy chỉnh nó thêm nữa để phù hợp với nhu cầu cụ thể của bạn. Ví dụ: bạn có thể thêm các volume khác, cấu hình mạng, v.v. Chúc bạn thành công!
SandMail — Disposable Email API for AI Agents
Create disposable email inboxes, extract OTP codes in 15 languages, and receive webhooks — all from your AI agent. One call: create inbox → wait for email → get the verification code. Supports 7 domains, email forwarding, and HMAC-signed webhooks with OTP included in payload. Free tier available.
hk-law-mcp-server
MCP server providing access to Hong Kong law and security data, including Foreign Domestic Helpers statistics from the Immigration Department.
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.
Gov info api
an api wrapper for the us government info api
Rollbar MCP Server
Triển khai máy chủ MCP cho phép các LLM tương tác với dữ liệu theo dõi lỗi Rollbar, cho phép người dùng liệt kê và phân tích lỗi, xem các lần xuất hiện, theo dõi triển khai và truy cập thông tin dự án.
GSC Analyst Connector
Enables querying Google Search Console data via natural language, providing tools for site traffic analysis, page changes, and optimization opportunities.
iterm2-mcp
An MCP server that provides full control over iTerm2 terminal sessions on macOS. It enables users to manage windows, tabs, and panes, run commands, read screen content, and interact with terminal sessions through Claude.
FFmpeg-MCP Server
An MCP server providing video processing capabilities through FFmpeg, enabling dialog-based local video search, trimming, concatenation, and playback functionalities.
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.
Local File System MCP Server
Provides tools to check disk usage and search files by keyword on the local system.
monobank-mcp
A Model Context Protocol server that enables interaction with Monobank API, providing tools for currency exchange rates, client info, and account statements.
mcp-server-claude
MCP Memory Server for Claude Code that provides persistent context across sessions using semantic search (RAG).
MCP Server: RepairWorld
Please provide the MCP server code you want me to translate. I need the English code to translate it into Vietnamese. For example, you could provide something like this: ```python # Example MCP Server Code (Python) import socket HOST = '127.0.0.1' # Standard loopback interface address (localhost) PORT = 65432 # Port to listen on (non-privileged ports are > 1023) with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as s: s.bind((HOST, PORT)) s.listen() conn, addr = s.accept() with conn: print(f"Connected by {addr}") while True: data = conn.recv(1024) if not data: break conn.sendall(data) ``` Once you provide the code, I will translate it into Vietnamese and provide explanations where necessary.
Microsoft SQL Server MCP Server by CData
Microsoft SQL Server MCP Server by CData
Image Generation MCP Server
Provides multi-provider image generation with automatic fallback across services like Pollinations.ai, Cloudflare, and Hugging Face. It features specialized pixel art generation, cost tracking, and automatic saving of generated visual assets to disk.
Amadeus Agent
A proof-of-concept MCP server that allows LLM agents to query live flight booking information via Amadeus, including cheapest tickets, destinations, and airline routes.
nobulex-mcp-server
Proof-of-behavior enforcement for AI agents. Declare behavioral constraints, enforce at runtime, produce SHA-256 hash-chained audit trails. Supports covenants (permit/forbid/require), real-time verification, and cross-agent trust handshakes.