Discover Awesome MCP Servers

Extend your agent with 16,080 capabilities via MCP servers.

All16,080
custom_mcp_server

custom_mcp_server

Building custom MCP server

Gemini MCP

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-MCP

Garak LLM脆弱性スキャナ用MCPサーバー https://github.com/EdenYavin/Garak-MCP/blob/main/README.md

SpiderFoot MCP Server

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客户端应用

MCP客户端应用

モバイルアプリをCloudflare MCPサーバーに接続する

MCP-OpenLLM

MCP-OpenLLM

transformersライブラリの様々なオープンソース大規模言語モデルとMCPサーバーをシームレスに統合するためのLangChainラッパー。

MCP Agent Mail

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

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

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

PromptFuzzer-MCP

Garak LLM脆弱性スキャナを使用するためのMCPサーバー

MedGemma Vertex

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

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

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

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

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 Jewish Library

Sefariaライブラリのユダヤ教典へのアクセスを提供します。このサーバーは、大規模言語モデルが標準化されたインターフェースを通じてユダヤ教典を取得し、参照できるようにします。

MCP Infrastructure as Code Assistant

MCP Infrastructure as Code Assistant

Terraform を使用して Infrastructure as Code を管理するための MCP サーバー

MCP Tools

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

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

Basic MCP Application

FastAPIとStreamlitを統合し、Model Context Protocol (MCP) の動作を実証するシンプルなアプリケーションです。ユーザーは、クリーンなインターフェースを通じてLLMとやり取りできます。

aws-mcp-cloud-dev

aws-mcp-cloud-dev

AI-powered cloud development with AWS MCP Servers

MCP Server Demo

MCP Server Demo

FamilySearch MCP Server

FamilySearch MCP Server

ClaudeやCursorのようなAIツールが、FamilySearchの家族歴史データと直接やり取りできるようにする、モデルコンテキストプロトコルサーバー。人物記録の検索、詳細情報の閲覧、先祖や子孫の探索などが可能になります。

Bing Search

Bing Search

Microsoft Bing Search APIと統合されたモデルコンテキストプロトコルサーバー。AIアシスタントがウェブ、ニュース、画像検索を実行できるようになります。

Kie.ai MCP Server

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サーバの作り方 & 使い方

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-servers

MCP CSV Analysis With Gemini AI

MCP CSV Analysis With Gemini AI

mpc-test

mpc-test

MCPプロトコルの全機能を実行するMCPサーバー

SEC EDGAR MCP

SEC EDGAR MCP

SEC EDGAR 用のモデルコンテキストプロトコル (MCP) サーバー