Discover Awesome MCP Servers

Extend your agent with 23,553 capabilities via MCP servers.

All23,553
OXII Smart Home MCP Server

OXII Smart Home MCP Server

Enables control of OXII smart home devices through the Model Context Protocol, supporting device switching, air conditioner control, cronjobs, and room scenarios. Integrates with chatbots and MCP-compatible clients for natural language home automation.

MCP Telemetry

MCP Telemetry

オブザーバビリティ(可観測性)は役に立ちます。このMCPサーバーは、Claude(または適切なMCPクライアント)でのすべての会話にトレーシングを追加し、すべてのインタラクションを追跡、理解、デバッグ、および報告できるようにします。

Payments Developer Portal MCP Server

Payments Developer Portal MCP Server

決済会社の開発者ポータルに接続し、AIアシスタントに決済ドキュメント、API、およびガイドへのアクセスを提供するモデルコンテキストプロトコルサーバー。

Executor Comando Shell

Executor Comando Shell

Model Context Protocol (MCP) を実装し、承認されたシェルコマンドの、stdinサポート付きでの制御された実行を可能にするセキュアなサーバー。

MCP Email Server

MCP Email Server

A comprehensive MCP server for unified email management that supports both Gmail and IMAP accounts via a single interface. It enables users to search across multiple accounts, list, read, send, and archive emails with integrated health monitoring and secure authentication.

Youtube138 MCP Server

Youtube138 MCP Server

Provides access to the Youtube138 API for searching videos, retrieving channel information, viewing comments, getting video details, and exploring trending content on YouTube.

Chuck Norris MCP Server

Chuck Norris MCP Server

Enables access to the Chuck Norris API to retrieve Chuck Norris jokes and facts through a Model Context Protocol interface.

SQL MCP Server

SQL MCP Server

A Model Context Protocol server that provides a standardized interface for interacting with SQL databases through the MCP protocol.

Slack Lists MCP Server

Slack Lists MCP Server

Enables AI assistants to interact with Slack Lists through comprehensive tools for creating, retrieving, filtering, and managing list items. Supports bulk operations, data export, subtask creation, and all Slack List field types with robust error handling and production-ready implementation.

MCP Test Server

MCP Test Server

A simple server for testing Model Context Protocol (MCP) that serves CSV and image resources, allowing developers to test MCP implementations with sample data via SSE transport.

MCP-OPENAPI-DOCX

MCP-OPENAPI-DOCX

Enterprise-grade document editing and management server that enables AI-powered operations on Microsoft Word DOCX files, including creating, editing, formatting, and exporting documents through both MCP protocol and RESTful API.

Spec-Driven Development MCP Server

Spec-Driven Development MCP Server

Facilitates spec-driven development workflows by providing structured prompts for generating requirements in EARS format, design documents, and implementation code following a systematic approach.

weather-mcp-server

weather-mcp-server

weather-mcp-server

Certificate Authority API Server

Certificate Authority API Server

An MCP server for Google's Certificate Authority API that enables management of private certificate authorities through natural language interactions.

Beszel MCP Server

Beszel MCP Server

Enables interaction with Beszel system monitoring tool to query system and container statistics, manage alerts, and monitor infrastructure through its PocketBase backend.

Agora MCP Server

Agora MCP Server

Provides AI agents with tools to interact with the Agora prediction market, allowing them to register, trade shares, and create new markets. It enables agents to manage their portfolios and earn reputation through accurate predictions across various categories.

MCP Security Tools Suite

MCP Security Tools Suite

Enables ethical security testing and attack surface management through SSL certificate validation, CVE queries, subdomain enumeration, security header analysis, and comprehensive reconnaissance capabilities. Designed for authorized penetration testing workflows with responsible disclosure practices.

Journal MCP Server

Journal MCP Server

An MCP server that integrates with Claude Desktop for managing personal journal entries, providing both a web viewer for browsing journals and tools for adding, searching, and analyzing journal content.

MCP Starter Project

MCP Starter Project

承知いたしました。MCPサーバーとMCPクライアントのセットアップ方法について説明します。 **MCP (Mod Control Panel) とは** MCPは、MinecraftのMod開発を支援するツールです。Minecraftのソースコードを逆コンパイルし、Mod開発者が理解しやすい形に変換したり、ModをMinecraftに組み込んだりするのに役立ちます。 **セットアップの前提条件** * **Java Development Kit (JDK):** MCPはJavaで動作するため、JDKが必要です。最新の推奨バージョンをインストールしてください。 * **Minecraft:** 開発対象のMinecraftのバージョンに対応したMinecraftが必要です。 * **MCP:** 開発対象のMinecraftのバージョンに対応したMCPをダウンロードする必要があります。 **セットアップ手順 (一般的な例)** **1. MCPのダウンロードと展開** * [MCPの公式フォーラム](無効な URL を削除しました)などで、開発対象のMinecraftバージョンに対応したMCPをダウンロードします。 * ダウンロードしたZIPファイルを、任意の場所に展開します。 **2. MCPの設定** * 展開したMCPフォルダの中に、`mcp.cfg`という設定ファイルがあります。 * このファイルをテキストエディタで開き、必要な設定を行います。 * `MinecraftDir`: Minecraftのインストールディレクトリを指定します。 * `ClientJar`: MinecraftのクライアントJARファイルのパスを指定します。 * `ServerJar`: MinecraftのサーバーJARファイルのパスを指定します。 * `MCPDeobfDir`: MCPの逆コンパイルされたソースコードの出力先を指定します。 * `ReobfDir`: ModをMinecraftに組み込む際の中間ファイルの出力先を指定します。 * `Fernflower`: Fernflowerデコンパイラを使用するかどうかを指定します。 **3. Minecraftのダウンロード** * MCPフォルダ内の`mcp.bat` (Windowsの場合) または `mcp.sh` (Linux/macOSの場合) を実行します。 * コマンドプロンプトまたはターミナルが開き、MinecraftのクライアントJARファイルとサーバーJARファイルをダウンロードするかどうか尋ねられます。 * `y` (yes) を入力してダウンロードします。 **4. Minecraftの逆コンパイル** * MCPフォルダ内の`decompile.bat` (Windowsの場合) または `decompile.sh` (Linux/macOSの場合) を実行します。 * Minecraftのソースコードが逆コンパイルされ、`MCPDeobfDir`で指定したディレクトリに出力されます。 * この処理には時間がかかる場合があります。 **5. Mod開発環境の構築** * 逆コンパイルされたソースコードを、EclipseやIntelliJ IDEAなどのIDE (統合開発環境) にインポートします。 * IDEでModのソースコードを記述し、コンパイルします。 **6. ModのMinecraftへの組み込み** * MCPフォルダ内の`recompile.bat` (Windowsの場合) または `recompile.sh` (Linux/macOSの場合) を実行します。 * ModがMinecraftに組み込まれるように、中間ファイルが生成されます。 * MCPフォルダ内の`reobfuscate.bat` (Windowsの場合) または `reobfuscate.sh` (Linux/macOSの場合) を実行します。 * ModがMinecraftに組み込まれます。 **7. Minecraftの起動** * Minecraftを起動し、Modが正常に動作するか確認します。 **注意点** * MCPのバージョンとMinecraftのバージョンが一致していることを確認してください。 * MCPの設定ファイル (`mcp.cfg`) の設定を正しく行ってください。 * 逆コンパイル処理には時間がかかる場合があります。 * Mod開発には、Javaの知識が必要です。 * Minecraftのバージョンアップにより、MCPの動作が変わる場合があります。 **MCPクライアントとMCPサーバーについて** MCPは、クライアントとサーバーの両方のMod開発をサポートします。上記の手順は、クライアントとサーバーの両方に適用されます。 * **クライアントMod:** Minecraftのクライアント側で動作するModです。 * **サーバーMod:** Minecraftのサーバー側で動作するModです。 **より詳細な情報** * MCPの公式フォーラムやWikiを参照してください。 * MinecraftのMod開発に関するチュートリアルやドキュメントを参照してください。 上記は一般的な手順であり、環境やMCPのバージョンによって異なる場合があります。詳細な手順は、使用するMCPのドキュメントを参照してください。 ご不明な点があれば、お気軽にご質問ください。

Mureka MCP Server

Mureka MCP Server

Enables interaction with Mureka's AI music generation APIs to create lyrics, songs, and background music through MCP clients like Claude Desktop and OpenAI Agents.

calendar-mcp-server

calendar-mcp-server

MCP server to get google calendar

s-GitHubTestRepo-HJA2

s-GitHubTestRepo-HJA2

created from MCP server demo

OssHub

OssHub

Provides unified access to multiple cloud object storage services (Huawei OBS, Alibaba OSS, AWS S3, MinIO) enabling AI assistants to list, search, retrieve, and manage unstructured data across different storage providers.

HDU Academic System MCP Server

HDU Academic System MCP Server

Enables AI assistants to interact with Hangzhou Dianzi University's academic system through automatic login and course schedule retrieval. Supports secure authentication and structured academic data access for HDU students.

APRS.fi MCP Server

APRS.fi MCP Server

A Model Context Protocol server that provides access to APRS.fi API for ham radio position tracking and balloon chase operations, enabling AI-powered APRS data analysis through Claude Code.

e-Gov Law MCP Server

e-Gov Law MCP Server

Enables intelligent search and retrieval of Japanese legal statutes through the e-Gov API. Supports smart lookup of laws and articles with abbreviation recognition, batch processing, and multi-tier caching for high-performance legal research.

KURA Notes MCP Client

KURA Notes MCP Client

Enables Claude Desktop to interact with KURA Notes API for semantic search, note creation, retrieval, and management. Supports natural language queries to search, create, retrieve, list, and delete notes with metadata like titles, tags, and annotations.

ElevenLabs MCP Server

ElevenLabs MCP Server

Provides comprehensive access to ElevenLabs AI audio features including text-to-speech, voice cloning, sound generation, and audio isolation. Enables users to generate high-quality speech, manage voices, transform audio, and access ElevenLabs services through natural language interactions.

Slack MCP Server

Slack MCP Server

Enables AI agents to interact with Slack workspaces through OAuth authentication, supporting message reading, posting to channels and threads, and channel discovery with popularity sorting.

ForIT Microsoft Graph

ForIT Microsoft Graph

Provides direct access to Microsoft Graph API with multi-tenant account management, allowing users to interact with Microsoft 365 services across multiple tenants through a single flexible graph-request tool.