Discover Awesome MCP Servers
Extend your agent with 20,343 capabilities via MCP servers.
- All20,343
- 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
google-calendar-mcp-python
Python ベースの Google カレンダー用 MCP サーバー
Awesome Mcp Servers
テスト
Vectorize MCP Server
公式 Vectorize MCP サーバー (Koushiki Vectorize MCP Saabaa)
Ultra-MCP-Servers
私たちが作成し、テストしたウルトラ MCP サーバー
mcp-sonic-pi: MCP server for Sonic Pi
ソニックパイ用のMCPサーバー
Free Image Generation MCP Server
このMCPサーバーは、Together AIのFlux Schnellモデルを使用した無料の画像生成サービスを提供しています。必要に応じてモデルを変更し、他のTogether AIモデルを使用することも可能です。
Test Repository
MCPサーバー経由で作成されたテストリポジトリ
Ebay MCP server
鏡 (Kagami)
Indian Stock Analysis MCP Server
samcp
実装: Solana Agent Kit MCP サーバー (Jissou: Solana Agent Kit MCP Sābā) **Explanation of the translation:** * **Implementation:** 実装 (Jissou) - This is the most direct and common translation for "implementation" in a technical context. * **Solana Agent Kit:** Solana Agent Kit - This is kept as is, as it's a proper noun and a specific product name. It's common to use English names directly in Japanese technical discussions. * **MCP Server:** MCP サーバー (MCP Sābā) - "Server" is translated to サーバー (Sābā), which is the katakana transliteration of the English word. Therefore, the translation provides a concise and accurate representation of the original English phrase in Japanese, suitable for technical documentation or discussion.
Remote MCP Server on Cloudflare
mcp-get
coderider-mcp
JiHuLab MCP サーバー
Linktree Demo
GitHub MCPサーバーを使って作成されたデモリポジトリ
mcp-server-medRixv
GitHub Code Explorer using Model Context Protocol
MCP (Mod Coder Pack) は、Minecraft の Mod 開発を支援するツールです。MCP サーバーを構築して実行する方法を示す例を以下に示します。 **注意:** MCP はかなり古いツールであり、最新の Minecraft バージョンでは動作しない可能性があります。最新の Minecraft Mod 開発には、Forge や Fabric などの Mod ローダーを使用することをお勧めします。以下の手順は、古い Minecraft バージョン (例: 1.8.9) を対象としています。 **手順:** 1. **MCP のダウンロード:** * 適切なバージョンの MCP をダウンロードします。古い Minecraft バージョンに対応する MCP を探してください。例えば、Minecraft 1.8.9 用の MCP 1.8.9 などです。 * 公式サイトは存在しない可能性があるので、信頼できる Mod 開発コミュニティのフォーラムやリポジトリからダウンロードしてください。 2. **MCP の展開:** * ダウンロードした MCP のアーカイブ (zip ファイルなど) を、Mod 開発用のディレクトリに展開します。例: `C:\mcp` 3. **Minecraft クライアントのダウンロード:** * MCP が対応する Minecraft クライアント (例: 1.8.9) を Minecraft Launcher からダウンロードして実行します。少なくとも一度は起動して、必要なファイルが生成されるようにしてください。 4. **MCP の設定:** * MCP ディレクトリに移動します。 * `config` ディレクトリ内の `mcp.cfg` ファイルを編集します。 * `ClientVersion` と `ServerVersion` が、使用する Minecraft のバージョンと一致していることを確認します。例: ``` ClientVersion = 1.8.9 ServerVersion = 1.8.9 ``` 5. **MCP の実行:** * コマンドプロンプトまたはターミナルを開き、MCP ディレクトリに移動します。 * 以下のコマンドを実行して、Minecraft クライアントとサーバーのソースコードをデコンパイルします。 ``` decompile.bat (Windows) ./decompile.sh (Linux/macOS) ``` * デコンパイルには時間がかかる場合があります。 6. **サーバーの構築:** * デコンパイルが完了したら、以下のコマンドを実行してサーバーを構築します。 ``` recompile.bat (Windows) ./recompile.sh (Linux/macOS) ``` * 再コンパイルにも時間がかかる場合があります。 7. **サーバーの再難読化 (オプション):** * サーバーを再難読化するには、以下のコマンドを実行します。 ``` reobfuscate.bat (Windows) ./reobfuscate.sh (Linux/macOS) ``` * これは、Mod を配布する際に役立ちます。 8. **サーバーの実行:** * サーバーの実行ファイルは、`mcp/jars/` ディレクトリにあります。通常、`minecraft_server.1.8.9.jar` のような名前です。 * コマンドプロンプトまたはターミナルで、以下のコマンドを実行してサーバーを起動します。 ``` java -Xmx1024M -Xms1024M -jar minecraft_server.1.8.9.jar nogui ``` * `-Xmx1024M` と `-Xms1024M` は、サーバーに割り当てるメモリの量を指定します。必要に応じて調整してください。 * `nogui` は、グラフィカルインターフェースなしでサーバーを実行します。 **補足:** * 上記の手順は、基本的な例です。MCP の設定や使用方法は、Minecraft のバージョンや Mod の開発要件によって異なる場合があります。 * エラーが発生した場合は、MCP のログファイルや Mod 開発コミュニティのフォーラムなどを参照して、解決策を探してください。 * 最新の Minecraft Mod 開発には、Forge や Fabric などの Mod ローダーを使用することを強くお勧めします。これらのツールは、より使いやすく、最新の Minecraft バージョンに対応しています。 **日本語訳:** これは、MCPサーバーを構築して実行する方法を示す例です。 **注意:** MCPはかなり古いツールであり、最新のMinecraftバージョンでは動作しない可能性があります。最新のMinecraft Mod開発には、ForgeやFabricなどのModローダーを使用することをお勧めします。以下の手順は、古いMinecraftバージョン(例:1.8.9)を対象としています。 **手順:** 1. **MCPのダウンロード:** * 適切なバージョンのMCPをダウンロードします。古いMinecraftバージョンに対応するMCPを探してください。例えば、Minecraft 1.8.9用のMCP 1.8.9などです。 * 公式サイトは存在しない可能性があるので、信頼できるMod開発コミュニティのフォーラムやリポジトリからダウンロードしてください。 2. **MCPの展開:** * ダウンロードしたMCPのアーカイブ(zipファイルなど)を、Mod開発用のディレクトリに展開します。例:`C:\mcp` 3. **Minecraftクライアントのダウンロード:** * MCPが対応するMinecraftクライアント(例:1.8.9)をMinecraft Launcherからダウンロードして実行します。少なくとも一度は起動して、必要なファイルが生成されるようにしてください。 4. **MCPの設定:** * MCPディレクトリに移動します。 * `config`ディレクトリ内の`mcp.cfg`ファイルを編集します。 * `ClientVersion`と`ServerVersion`が、使用するMinecraftのバージョンと一致していることを確認します。例: ``` ClientVersion = 1.8.9 ServerVersion = 1.8.9 ``` 5. **MCPの実行:** * コマンドプロンプトまたはターミナルを開き、MCPディレクトリに移動します。 * 以下のコマンドを実行して、Minecraftクライアントとサーバーのソースコードをデコンパイルします。 ``` decompile.bat (Windows) ./decompile.sh (Linux/macOS) ``` * デコンパイルには時間がかかる場合があります。 6. **サーバーの構築:** * デコンパイルが完了したら、以下のコマンドを実行してサーバーを構築します。 ``` recompile.bat (Windows) ./recompile.sh (Linux/macOS) ``` * 再コンパイルにも時間がかかる場合があります。 7. **サーバーの再難読化(オプション):** * サーバーを再難読化するには、以下のコマンドを実行します。 ``` reobfuscate.bat (Windows) ./reobfuscate.sh (Linux/macOS) ``` * これは、Modを配布する際に役立ちます。 8. **サーバーの実行:** * サーバーの実行ファイルは、`mcp/jars/`ディレクトリにあります。通常、`minecraft_server.1.8.9.jar`のような名前です。 * コマンドプロンプトまたはターミナルで、以下のコマンドを実行してサーバーを起動します。 ``` java -Xmx1024M -Xms1024M -jar minecraft_server.1.8.9.jar nogui ``` * `-Xmx1024M`と`-Xms1024M`は、サーバーに割り当てるメモリの量を指定します。必要に応じて調整してください。 * `nogui`は、グラフィカルインターフェースなしでサーバーを実行します。 **補足:** * 上記の手順は、基本的な例です。MCPの設定や使用方法は、MinecraftのバージョンやModの開発要件によって異なる場合があります。 * エラーが発生した場合は、MCPのログファイルやMod開発コミュニティのフォーラムなどを参照して、解決策を探してください。 * 最新のMinecraft Mod開発には、ForgeやFabricなどのModローダーを使用することを強くお勧めします。これらのツールは、より使いやすく、最新のMinecraftバージョンに対応しています。
OpenAPI MCP Server
鏡 (Kagami)
@servicestack/mcp
ServiceStack API 用の MCP サーバー
Awesome MCP Servers - Concise List
Okay, to give you the best translation, I need a little more context. What kind of list are you referring to? For example, are you talking about: * **A list of Minecraft Protocol (MCP) servers?** (Servers that use a specific protocol for communication) * **A list of servers related to Minecraft modding/development using MCP (Minecraft Coder Pack)?** * **Something else entirely?** Assuming you mean a list of Minecraft servers that use the Minecraft Coder Pack (MCP) for modding, here are a few options for translating "A concise list for mcp servers" into Japanese, depending on the nuance you want to convey: **Option 1 (Most Direct):** * **MCPサーバーの簡潔なリスト** (MCP sābā no kanketsu na risuto) - This is a very straightforward translation. It literally means "A concise list of MCP servers." **Option 2 (More Natural, Implies Modding):** * **MCPを使ったサーバーの簡潔なリスト** (MCP o tsukatta sābā no kanketsu na risuto) - This translates to "A concise list of servers using MCP." It implies that the servers are using MCP for modding or development. **Option 3 (Focus on Modding/Development):** * **MCPを使ったMod開発サーバーの簡潔なリスト** (MCP o tsukatta Mod kaihatsu sābā no kanketsu na risuto) - This translates to "A concise list of Mod development servers using MCP." This is the most specific and clearly indicates servers used for modding. **Option 4 (If you want to emphasize a curated/selected list):** * **厳選されたMCPサーバーのリスト** (Gensen sareta MCP sābā no risuto) - This translates to "A list of carefully selected MCP servers." **Which one is best depends on the specific context of your request.** If you can provide more information, I can give you an even more accurate and helpful translation.
Layer2 MCP Server
YouTube Transcript MCP Server
Whimsical MCP Server
鏡 (Kagami)
PubMed MCP
PubMedデータのMCPサーバー
Fluent MCP
埋め込みLLM推論機能付きのMCPサーバーを作成するためのPythonパッケージ
Claude-LMStudio-Bridge
LM Studio を介してローカルで実行されている LLM モデルと Claude が通信できるようにするブリッジ MCP サーバー
Confluence Wiki MCP Server Extension
VSCode/Cursor を Confluence Wiki と統合し、AI モデルが Wiki のコンテンツにアクセスして処理できるようにします。具体的には、ページの取得と Markdown 形式への変換を可能にします。
Mcp Translate
Okay, I understand. Please provide the English text you would like me to translate into Japanese using the Model Context Protocol. I will do my best to provide an accurate and natural-sounding translation.
Safe MCP Server
鏡 (Kagami)
MCPGod
モデルコンテキストプロトコル(MCP)のクライアント、サーバー、およびツールに対するきめ細かい制御。コンテキストは神である。
Kubernetes MCP Server
自然言語を使ってKubernetesをデバッグおよび管理するためのMCPサーバー