Discover Awesome MCP Servers
Extend your agent with 58,381 capabilities via MCP servers.
- All58,381
- 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
reaper-mcp
An MCP server that gives Claude Code (or any MCP client) full control of Reaper.
UniMCPSim
A universal MCP simulator that dynamically simulates API interfaces for various products, facilitating development and testing.
OpenRouter Image MCP Server
Enables AI agents to analyze and understand images using OpenRouter's vision models. Supports screenshots, photos, diagrams, and web content with specialized tools for webpage and mobile app analysis.
memento-mcp
Memento is a local-first MCP server that gives AI coding agents durable project memory — facts, decisions, patterns, and architecture notes — so they stop re-learning the same context every session. Runs locally on Node.js 18+ with SQLite storage and optional cloud embeddings; works with Claude Code, Cursor, Windsurf, and any MCP client.
MGnify MCP Server
Enables interaction with MGnify metagenomics resources and tools through the Model Context Protocol. Provides access to MGnify's API for querying and analyzing metagenomic datasets and related biological information.
browse-ai
Evidence-backed web research for AI agents. Real-time search with cited claims, confidence scores, and compare mode showing raw LLM hallucination vs evidence-backed answers.
Huawei App Gallery
A Model Context Protocol (MCP) server for managing app publishing on Huawei AppGallery Connect. Integrates directly with Claude Desktop or any MCP-compatible client.
Pokemon MCP Server
Enables users to access comprehensive Pokemon data through the PokeAPI, including Pokemon stats, types, descriptions, move details, and complete evolution chains. Allows Claude to answer Pokemon-related questions with detailed information about any Pokemon, their abilities, and evolutionary relationships.
Enterprise MCP Server
A production-ready Model Context Protocol server that integrates with ServiceNow for enterprise workflows and provides comprehensive health monitoring capabilities.
BloodyAD MCP
Enables Active Directory enumeration and abuse operations through the bloodyAD tool. Supports LDAP queries, user/group management, DNS operations, and security testing directly from AI assistants.
Documentation MCP Server
A server that enables Claude to search and access documentation from popular libraries like LangChain, LlamaIndex, and OpenAI directly within conversations.
mcp-server-github
Enables interaction with GitHub repositories, issues, pull requests, code search, branches, and GitHub Actions workflows.
Matter Web Controller
Enables control of Matter smart-home devices via REST and MCP APIs, supporting lights, sensors, and AC units with federation capabilities.
GraphRAG MCP Server
Enables AI agents to access detailed research findings, implementation patterns, and best practices for building graph-enhanced retrieval-augmented generation systems.
Cloudways MCP Server
MCP server for Cloudways enabling server management, app deployment, backups, SSL, environment variables, and monitoring via Claude Code.
CS-Cart MCP Server
Integrates with CS-Cart REST API to fetch products and orders, enabling product search and order retrieval for e-commerce management.
Mcpserver
Berikut adalah contoh server MCP (Mod Coder Pack): Karena "MCP" (Mod Coder Pack) sendiri bukanlah server, melainkan sebuah alat untuk mendekompilasi dan mendekode kode Minecraft agar modder dapat membuat modifikasi, saya akan memberikan contoh **server Minecraft yang dimodifikasi menggunakan mod yang dibuat dengan bantuan MCP.** **Contoh: Server Minecraft dengan Mod Tekkit** Tekkit adalah kumpulan mod populer yang sering digunakan bersamaan. Untuk menjalankan server Tekkit, Anda memerlukan: 1. **Minecraft Server:** Unduh versi server Minecraft yang sesuai dengan versi Tekkit yang ingin Anda gunakan dari situs web resmi Minecraft. 2. **Forge:** Forge adalah loader mod yang memungkinkan Anda menjalankan mod di Minecraft. Unduh versi Forge yang sesuai dengan versi Minecraft dan Tekkit Anda. 3. **Tekkit Modpack:** Unduh paket mod Tekkit dari platform seperti Technic Launcher atau CurseForge. **Langkah-langkah Dasar (Ringkasan):** 1. **Instal Forge:** Jalankan installer Forge dan pilih opsi "Install Server". Arahkan ke direktori tempat Anda ingin menyimpan server Anda. 2. **Salin Mod:** Salin semua file mod dari paket Tekkit ke folder "mods" di direktori server Anda. 3. **Konfigurasi:** Edit file `server.properties` untuk mengkonfigurasi pengaturan server Anda (nama server, port, dll.). 4. **Jalankan Server:** Jalankan file `forge-xxx.jar` (atau file yang sesuai yang dibuat oleh installer Forge) untuk memulai server. **Catatan Penting:** * **Versi:** Pastikan semua versi (Minecraft, Forge, Tekkit) kompatibel satu sama lain. * **RAM:** Server modded seringkali membutuhkan lebih banyak RAM daripada server vanilla. Sesuaikan alokasi RAM di skrip peluncuran server Anda. * **Dokumentasi:** Baca dokumentasi Tekkit dan Forge untuk informasi lebih lanjut tentang konfigurasi dan pemecahan masalah. * **Technic Launcher/CurseForge:** Platform ini seringkali menyederhanakan proses instalasi modpack. **Contoh Skrip Peluncuran Server (Windows):** ```batch java -Xms2G -Xmx4G -jar forge-xxx.jar nogui pause ``` * `-Xms2G`: Mengalokasikan 2GB RAM awal. * `-Xmx4G`: Mengalokasikan maksimal 4GB RAM. * `forge-xxx.jar`: Ganti dengan nama file Forge yang benar. * `nogui`: Menjalankan server tanpa GUI (lebih efisien). **Contoh Skrip Peluncuran Server (Linux/macOS):** ```bash java -Xms2G -Xmx4G -jar forge-xxx.jar nogui ``` **Penjelasan:** Contoh ini menunjukkan cara menjalankan server Minecraft yang dimodifikasi dengan Tekkit. Prosesnya melibatkan menginstal Forge, menambahkan mod Tekkit, dan mengkonfigurasi server. Karena MCP digunakan untuk *membuat* mod, bukan *menjalankan* server, contoh ini berfokus pada hasil akhir dari penggunaan MCP: server yang dimodifikasi dengan mod yang dibuat dengan bantuan MCP. Ingatlah bahwa ini hanyalah contoh dasar. Proses instalasi dan konfigurasi yang tepat dapat bervariasi tergantung pada modpack dan versi Minecraft yang Anda gunakan. Selalu periksa dokumentasi resmi untuk instruksi yang lebih rinci.
Pokémon Battle Simulation MCP Server
Enables fetching Pokémon data from PokeAPI, searching for Pokémon and moves, and simulating battles between two Pokémon with type effectiveness and status effects.
odata-mcp-proxy
A config-driven MCP server that exposes OData and REST APIs as MCP tools, enabling AI assistants to query, manage, and monitor SAP backends through natural language.
mcp-pronotes
An MCP server for Pronote that enables users to access French school data like grades, timetables, and homework through AI assistants. It supports both parent and student accounts, including multi-child management and canteen menu retrieval.
supabase-schema-mcp
An MCP server that provides deep schema introspection for Supabase/Postgres, exposing tables, columns, views, enums, RLS policies, functions, and more.
MCP Agents SMS
MCP server that enables AI agents to autonomously buy virtual phone numbers and receive SMS verification codes. Supports multiple providers (5sim, SMS-Activate, OnlineSim) with automatic cheapest-provider selection.
Seaworthy Insurance
Disability insurance quote intake and coverage guidance for high-income professionals. Provides a quote_request action that files a lead with a licensed brokerage, plus read-only tools for specialty guidance, carrier comparison, benefit-cap math, and rider definitions.
aloha-fyi-hawaii
First dedicated Hawaii tourism MCP server. Search 2,583 tours, 579 events, Groupon deals across Oahu, Maui, Big Island, and Kauai. Every result includes affiliate booking links. Powered by aloha.fyi.
Ubuntu VM Control
Enables AI assistants to interact with Ubuntu VMs via SSH, including executing commands, simulating keyboard/mouse input, capturing screenshots, and controlling GUI applications remotely.
@kuramalab/mysupportdetails-mcp
An MCP server for QA and test automation that provides runtime switching between multiple browser profiles (Chromium, Firefox, WebKit) without restart, enabling cross-browser regression testing, multi-account testing, localization QA, and more.
UFC-MCP
A local file conversion server supporting audio, video, image, document, and specialized formats via Model Context Protocol. It enables batch and single-file conversions without cloud dependencies.
Record MCP Server
Enables storing and managing dynamic review records with custom schemas for any category (coffee, whisky, wine, etc.), supporting both local filesystem and Cloudflare R2 storage with flexible field definitions.
houjin-bangou-api-mcp
MCP server for the Japan National Tax Agency Corporate Number API, enabling corporate number lookup and search via local AI clients.
ticket-generator-mcp
Enables AI agents to generate ticket IDs with QR codes, send tickets via email/SMS/WhatsApp, and retrieve event details through the Ticket Generator API.