Discover Awesome MCP Servers
Extend your agent with 16,080 capabilities via MCP servers.
- All16,080
- 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
custom_mcp_server
Building custom MCP server
Gemini MCP
An AI-powered Model Context Protocol server for Claude Code that provides code intelligence tools including codebase analysis, task management, component generation, and deployment configuration.
Garak-MCP
Garak LLM脆弱性スキャナ用MCPサーバー https://github.com/EdenYavin/Garak-MCP/blob/main/README.md
SpiderFoot MCP Server
Enables interaction with SpiderFoot OSINT reconnaissance tools through MCP, allowing users to manage scans, retrieve modules and event types, access scan data, and export results. Supports both starting new scans and analyzing existing reconnaissance data through natural language.
MCP客户端应用
モバイルアプリをCloudflare MCPサーバーに接続する
MCP-OpenLLM
transformersライブラリの様々なオープンソース大規模言語モデルとMCPサーバーをシームレスに統合するためのLangChainラッパー。
MCP Agent Mail
A coordination layer for coding agents that provides memorable identities, inbox/outbox messaging, searchable message history, and file lease management to prevent conflicts. Uses Git for human-auditable artifacts and SQLite for fast queries, enabling multiple agents to collaborate across projects without stepping on each other.
Spire.XLS MCP Server
A robust solution that enables AI agents to create, read, modify, and convert Excel files through the Model Context Protocol without requiring Microsoft Office installation.
ddg--mcp5
A basic MCP server template with example tools including message echo and server information retrieval. Built with FastMCP framework and supports both stdio and HTTP transports.
PromptFuzzer-MCP
Garak LLM脆弱性スキャナを使用するためのMCPサーバー
MedGemma Vertex
MCP server that routes medical questions and images to MedGemma models hosted on Vertex AI, enabling interaction with text-only and multimodal medical AI systems.
WhatsApp Business API MCP Server
An MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the WhatsApp Business API, allowing agents to send messages, manage media, and perform other WhatsApp business operations through natural language.
SurveyMonkey MCP Server by CData
This read-only MCP Server allows you to connect to SurveyMonkey data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at https://www.cdata.com/solutions/mcp
Remote MCP Server on Cloudflare
A Model Context Protocol server implementation that runs on Cloudflare Workers, allowing AI assistants like Claude to access external tools via MCP with OAuth login support.
Apple MCP Tools
A collection of tools that enable AI assistants to interact with Apple applications and services including Contacts, Notes, Messages, Mail, Reminders, Calendar, Maps, and Web Search through the Model Context Protocol.
Sefaria Jewish Library
Sefariaライブラリのユダヤ教典へのアクセスを提供します。このサーバーは、大規模言語モデルが標準化されたインターフェースを通じてユダヤ教典を取得し、参照できるようにします。
MCP Infrastructure as Code Assistant
Terraform を使用して Infrastructure as Code を管理するための MCP サーバー
MCP Tools
A comprehensive MCP server providing tools for AI agents to interact with code, including reading symbols, importing modules, replacing text, and sending OS notifications.
MOIDVK
A comprehensive Model Context Protocol (MCP) server that provides 37+ intelligent development tools across JavaScript/TypeScript, Rust, and Python with security-first design and high-performance features.
Basic MCP Application
FastAPIとStreamlitを統合し、Model Context Protocol (MCP) の動作を実証するシンプルなアプリケーションです。ユーザーは、クリーンなインターフェースを通じてLLMとやり取りできます。
aws-mcp-cloud-dev
AI-powered cloud development with AWS MCP Servers
MCP Server Demo
FamilySearch MCP Server
ClaudeやCursorのようなAIツールが、FamilySearchの家族歴史データと直接やり取りできるようにする、モデルコンテキストプロトコルサーバー。人物記録の検索、詳細情報の閲覧、先祖や子孫の探索などが可能になります。
Bing Search
Microsoft Bing Search APIと統合されたモデルコンテキストプロトコルサーバー。AIアシスタントがウェブ、ニュース、画像検索を実行できるようになります。
Kie.ai MCP Server
Enables AI-powered image generation and editing with Nano Banana, plus professional video creation with Veo3, all through Kie.ai's APIs. Includes task tracking, status monitoring, and 1080p video upgrades.
MCPサーバの作り方 & 使い方
MCP (Mod Coder Pack) Server/Client refers to the server and client components of the Mod Coder Pack, a tool used for decompiling, deobfuscating, and re-compiling the Minecraft source code. It's essentially the backbone for creating Minecraft mods. Here's a breakdown: * **MCP (Mod Coder Pack):** This is the overall toolset. It's not just a server or client, but a collection of scripts and tools. * **MCP Server:** This isn't a separate, standalone server application in the way you might think of a Minecraft server. Instead, the "server" aspect within MCP refers to the *decompiled and deobfuscated* Minecraft server code. MCP allows you to work with the server-side code of Minecraft, making it readable and modifiable. When people talk about "MCP Server," they're usually referring to the *process* of using MCP to decompile and work with the Minecraft server code. * **MCP Client:** Similar to the server, the "client" aspect refers to the *decompiled and deobfuscated* Minecraft client code. MCP allows you to work with the client-side code of Minecraft, making it readable and modifiable. When people talk about "MCP Client," they're usually referring to the *process* of using MCP to decompile and work with the Minecraft client code. **In short, MCP Server/Client isn't about running a game server or a game client. It's about having access to the readable source code of both the server and client versions of Minecraft so you can create mods.** Here's a translation into Japanese: **MCP Server/Clientとは?** MCP (Mod Coder Pack) Server/Clientとは、Minecraftのソースコードを逆コンパイル、難読化解除、再コンパイルするために使用されるツールであるMod Coder Packのサーバーおよびクライアントコンポーネントを指します。これは基本的にMinecraftのModを作成するための基盤です。 内訳は以下の通りです。 * **MCP (Mod Coder Pack):** これはツールセット全体です。単なるサーバーやクライアントではなく、スクリプトとツールのコレクションです。 * **MCP Server:** これは、Minecraftサーバーのように独立したスタンドアロンのサーバーアプリケーションではありません。代わりに、MCP内の「サーバー」の側面は、*逆コンパイルおよび難読化解除された*Minecraftサーバーコードを指します。MCPを使用すると、Minecraftのサーバー側のコードを操作して、読みやすく変更可能にすることができます。「MCP Server」について話す場合、通常はMCPを使用してMinecraftサーバーコードを逆コンパイルして操作する*プロセス*を指します。 * **MCP Client:** サーバーと同様に、「クライアント」の側面は、*逆コンパイルおよび難読化解除された*Minecraftクライアントコードを指します。MCPを使用すると、Minecraftのクライアント側のコードを操作して、読みやすく変更可能にすることができます。「MCP Client」について話す場合、通常はMCPを使用してMinecraftクライアントコードを逆コンパイルして操作する*プロセス*を指します。 **要するに、MCP Server/Clientは、ゲームサーバーやゲームクライアントを実行することではありません。Minecraftのサーバー版とクライアント版の両方の読みやすいソースコードにアクセスして、Modを作成できるようにすることです。**
mcp-servers
MCP CSV Analysis With Gemini AI
mpc-test
MCPプロトコルの全機能を実行するMCPサーバー
SEC EDGAR MCP
SEC EDGAR 用のモデルコンテキストプロトコル (MCP) サーバー