```
├── CONTRIBUTING.md
├── LICENSE
├── README-ja.md
├── README-ko.md
├── README-pt_BR.md
├── README-th.md
├── README-zh.md
```
## /CONTRIBUTING.md
# Contributing to Awesome MCP Servers
Contributions are welcome and encouraged! Whether you're fixing a typo, adding a new server, or suggesting improvements, your help is appreciated.
## How to Contribute
1. **Fork the repository:** Click the "Fork" button in the top right corner of the GitHub page.
2. **Create a new branch:** Create a new branch for your changes. This keeps your changes separate from the main project until they're ready to be merged. A good branch name describes the changes you're making, e.g., `add-new-server` or `fix-typo`.
```bash
git checkout -b add-new-server
```
3. **Make your changes:** Edit the `README.md` file with your additions or corrections. Please follow the existing format and style. When adding a new server, make sure to include:
* The server name, linked to its repository.
* A brief description of the server's functionality.
* Categorize the server appropriately under the relevant section. If a new category is needed, please create one and maintain alphabetical order.
4. **Commit your changes:** Commit your changes with a clear and concise message explaining what you've done.
```bash
git commit -m "Add new XYZ server"
```
5. **Push your branch:** Push your branch to your forked repository.
```bash
git push origin add-new-server
```
6. **Create a pull request:** Go to the original repository and click the "New pull request" button. Select your forked repository and branch. Provide a clear title and description of your changes in the pull request.
7. **Review and merge:** Your pull request will be reviewed by the maintainers. They may suggest changes or ask for clarification. Once the review is complete, your changes will be merged into the main project.
## Guidelines
* **Keep it consistent:** Follow the existing format and style of the `README.md` file. This includes formatting, capitalization, and punctuation.
* **Alphabetical order:** Maintain alphabetical order within each category of servers. This makes it easier to find specific servers.
* **Accurate information:** Ensure that all information is accurate and up-to-date. Double-check links and descriptions before submitting your changes.
* **One server per line:** List each server on a separate line for better readability.
* **Clear descriptions:** Write concise and informative descriptions for each server. Explain what the server does and what its key features are.
Thank you for contributing!
## /LICENSE
``` path="/LICENSE"
The MIT License (MIT)
=====================
Copyright © 2024 Frank Fiegel (frank@glama.ai)
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the “Software”), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
```
## /README-ja.md
# 素晴らしいMCPサーバー [](https://awesome.re)
[](README.md)
[](README-zh_TW.md)
[](README-zh.md)
[](README-ja.md)
[](README-ko.md)
[](README-pt_BR.md)
[](https://glama.ai/mcp/discord)
[](https://www.reddit.com/r/mcp/)
素晴らしいモデルコンテキストプロトコル(MCP)サーバーの厳選リスト。
* [MCPとは何ですか?](#MCPとは何ですか?)
* [チュートリアル](#チュートリアル)
* [コミュニティ](#コミュニティ)
* [凡例](#凡例)
* [サーバー実装](#サーバー実装)
* [フレームワーク](#フレームワーク)
* [ヒントとコツ](#ヒントとコツ)
## MCPとは何ですか?
[MCP](https://modelcontextprotocol.io/) は、標準化されたサーバー実装を通じて、AIモデルがローカルおよびリモートリソースと安全に対話できるようにするオープンプロトコルです。このリストは、ファイルアクセス、データベース接続、API統合、その他のコンテキストサービスを通じてAIの機能を拡張する、実運用および実験的なMCPサーバーに焦点を当てています。
## クライアント
[awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/)と[glama.ai/mcp/clients](https://glama.ai/mcp/clients)をチェックしてください。
MCPをサポートするクライアントのリストです。
> [!TIP]
> [Glama Chat](https://glama.ai/chat)はMCPサポートと[AI gateway](https://glama.ai/gateway)を備えたマルチモーダルAIクライアントです。
## チュートリアル
* [モデルコンテキストプロトコル (MCP) クイックスタート](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart)
* [SQLiteデータベースを使用するためのClaudeデスクトップアプリのセットアップ](https://youtu.be/wxCCzo9dGj0)
## コミュニティ
* [r/mcp Reddit](https://www.reddit.com/r/mcp)
* [Discordサーバー](https://glama.ai/mcp/discord)
## 凡例
* 🎖️ – 公式実装
* プログラミング言語
* 🐍 – Pythonコードベース
* 📇 – TypeScriptコードベース
* 🏎️ – Goコードベース
* 🦀 – Rustコードベース
* #️⃣ – C#コードベース
* ☕ – Javaコードベース
* スコープ
* ☁️ – クラウドサービス
* 🏠 – ローカルサービス
* 📟 – 組み込みシステム
* 対応OS
* 🍎 – macOS用
* 🪟 – Windows用
* 🐧 – Linux用
> [!NOTE]
> ローカル 🏠 とクラウド ☁️ の違いに迷っていますか?
> * MCPサーバーがローカルにインストールされたソフトウェアと通信する場合(例:Chromeブラウザの制御)には「ローカル 🏠」を使用してください。
> * MCPサーバーがリモートAPIと通信する場合(例:天気API)には「とクラウド ☁️」を使用してください。
## サーバー実装
> [!NOTE]
> 現在、リポジトリと同期されている[ウェブのディレクトリ](https://glama.ai/mcp/servers)があります。
* 🔗 - [Aggregators](#aggregators)
* 📂 - [ブラウザ自動化](#browser-automation)
* 🎨 - [芸術と文化](#art-and-culture)
* ☁️ - [クラウドプラットフォーム](#cloud-platforms)
* 💬 - [コミュニケーション](#communication)
* 👤 - [顧客データプラットフォーム](#customer-data-platforms)
* 🗄️ - [データベース](#databases)
* 📊 - [データプラットフォーム](#data-platforms)
* 🛠️ - [開発者ツール](#developer-tools)
* 📂 - [ファイルシステム](#file-systems)
* 🎮 - [ ゲーミング](#gaming)
* 🧠 - [知識と記憶](#knowledge--memory)
* 🗺️ - [位置情報サービス](#location-services)
* 📊 - [監視](#monitoring)
* 🔎 - [検索](#search)
* 🌎 - [翻訳サービス](#translation-services)
* 🔄 - [旅行と交通](#travel-and-transportation)
* 🔄 - [バージョン管理](#version-control)
* 🛠️ - [その他のツールと統合](#other-tools-and-integrations)
### 🔗 アグリゲーター
単一のMCPサーバーを通じて多くのアプリやツールにアクセスするためのサーバー。
- [OpenMCP](https://github.com/wegotdocs/open-mcp) 📇 🏠 🍎 🪟 🐧 - Web APIを10秒でMCPサーバーに変換し、オープンソースレジストリに追加する: https://open-mcp.org
- [tigranbs/mcgravity](https://github.com/tigranbs/mcgravity) 📇 🏠 - 複数のMCPサーバーを1つの統一エンドポイントに構成するためのプロキシツール。Nginxがウェブサーバーのために機能するのと同様に、複数のMCPサーバー間でリクエストの負荷分散を行うことで、AIツールをスケーリングします。
- [MetaMCP](https://github.com/metatool-ai/metatool-app) 📇 ☁️ 🏠 🍎 🪟 🐧 - MetaMCPは、GUIでMCP接続を管理する統合ミドルウェアMCPサーバーです。
- [MCP Access Point](https://github.com/sxhxliang/mcp-access-point) 📇 ☁️ 🏠 🍎 🪟 🐧 - サーバー側のコードに変更を加えることなく、Web API を 1 回のクリックで MCP サーバーに変換します。。
- [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) 📇 🏠 🪟 🍎 🐧 - MCPを通じてGoogleのImagen 3.0 APIを使用する強力な画像生成ツール。高度な写真、芸術的、写実的なコントロールでテキストプロンプトから高品質な画像を生成します。
### 📂 ブラウザ自動化
Webコンテンツのアクセスと自動化機能。AIに優しい形式でWebコンテンツを検索、スクレイピング、処理することができます。
- [@executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) 🌐⚡️ - Playwrightを使用したブラウザ自動化とWebスクレイピングのためのMCPサーバー
- [@automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🌐🖱️ - Playwrightを使用したブラウザ自動化のためのMCPサーバー
- [@modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) 📇 🏠 - Webスクレイピングとインタラクションのためのブラウザ自動化
- [@kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript) 📇 ☁️ - AI分析のためのYouTube字幕とトランスクリプトの取得
- [@kimtth/mcp-aoai-web-browsing](https://github.com/kimtth/mcp-aoai-web-browsing) 🐍 🏠 - Azure OpenAIとPlaywrightを使用した「最小限の」サーバー/クライアントMCP実装。
- [@fradser/mcp-server-apple-reminders](https://github.com/FradSer/mcp-server-apple-reminders) 📇 🏠 🍎 - macOS 用の Apple Reminders と統合された MCP サーバーです。
- [@34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) 📇 🏠 - Bilibiliコンテンツの検索をサポートするMCPサーバー。LangChain連携のサンプルとテストスクリプトを提供。
- [aircodelabs/grasp](https://github.com/aircodelabs/grasp) 📇 🏠 - MCPとA2Aをネイティブにサポートする、エージェント駆動のセルフホスト型ブラウザ。
### 🎨 芸術と文化
美術コレクション、文化遺産、博物館データベースにアクセスして探索できます。AIモデルは、芸術的および文化的なコンテンツを検索および分析できます。
- [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) 📇 ☁️ - アニメとマンガの情報をAniList APIと連携するMCPサーバー
### ☁️ クラウドプラットフォーム
クラウドプラットフォームサービスの統合。クラウドインフラストラクチャとサービスの管理と対話を可能にします。
- [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Workers、KV、R2、D1を含むCloudflareサービスとの統合
- [Kubernetes MCP Server](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️ MCPを通じたKubernetesクラスター操作
- [alexbakers/mcp-ipfs](https://github.com/alexbakers/mcp-ipfs) 📇 ☁️ - IPFSストレージのアップロードと操作
- [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - MCPサーバーは、AIアシスタントがAlibaba Cloud上のリソースを運用・管理できるようにし、ECS、クラウドモニタリング、OOS、およびその他の広く使用されているクラウド製品をサポートします。
- [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 Kubernetes クラスターのリソース管理と、クラスターとアプリケーションの健全性ステータスの詳細な分析を提供します。
- [weibaohui/k8m](https://github.com/weibaohui/k8m) - 🏎️ ☁️/🏠 MCPマルチクラスターKubernetesの管理と運用を提供し、管理インターフェース、ログ機能を備え、一般的な運用・開発シナリオをカバーする約50種類のツールを内蔵。標準リソースおよびCRDリソースをサポート。
- [weibaohui/kom](https://github.com/weibaohui/kom) - 🏎️ ☁️/🏠 MCPマルチクラスターKubernetesの管理と運用を提供。SDKとして自身のプロジェクトに統合可能で、一般的な運用・開発シナリオをカバーする約50種類のツールを内蔵。標準リソースおよびCRDリソースをサポート。
- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8Sは、AI駆動のKubernetesリソース管理ツールで、自然言語インタラクションを通じて、ユーザーがKubernetesクラスター内の任意のリソース(ネイティブリソース(DeploymentやServiceなど)やカスタムリソース(CRD)を含む)を操作できるようにします。複雑なコマンドを覚える必要はなく、要件を説明するだけで、AIが対応するクラスター操作を正確に実行し、Kubernetesの使いやすさを大幅に向上させます。
- [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) - 🏎️ ☁️/🏠 強力なMCPサーバーで、AIアシスタントがPortainerインスタンスとシームレスに連携し、コンテナ管理、デプロイメント操作、インフラストラクチャ監視機能に自然言語でアクセスできるようにします。
### 💬 コミュニケーション
メッセージ管理とチャネル操作のためのコミュニケーションプラットフォームとの統合。AIモデルがチームコミュニケーションツールと対話できるようにします。
- [@modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack) 📇 ☁️ - チャネル管理とメッセージングのためのSlackワークスペース統合
- [@keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) 📇 ☁️ - クエリとインタラクションのためのBlueskyインスタンス統合
- [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) - 🐍 ☁️ - GmailとGoogleカレンダーとの統合。
- [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - 🚀 ☁️ - MCPサーバーアプリケーションは、WeComグループロボットにさまざまなタイプのメッセージを送信します。
- [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) 🎖 📇 ☁️ - Messaging APIを利用したLINE公式アカウントとの統合
- [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - 📇 🏠 VRChat APIと対話するためのMCPサーバーです。VRChatのフレンドやワールド、アバターなどの情報を取得することができます。
- [takumi0706/google-calendar-mcp](https://github.com/takumi0706/google-calendar-mcp) 📇 ☁️ - GoogleカレンダーAPIと連携するためのMCPサーバーです。GoogleCalendar APIの作成、更新、取得、削除ができます。また、TypeScriptベースです。
- [teddyzxcv/ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp) ntfy を使用してスマートフォンに通知を送信し、情報を確実に伝達する MCP サーバーです。
- [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - YCloudプラットフォーム経由でWhatsAppビジネスメッセージを送信するためのMCPサーバー。
- [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - Product Huntのための MCP サーバー。トレンド投稿、コメント、コレクション、ユーザーなどと対話できます。
### 👤 顧客データプラットフォーム
顧客データプラットフォーム内の顧客プロファイルへのアクセスを提供します。
- [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - Apache Unomi CDPサーバー上のプロファイルにアクセスし、更新するためのMCPサーバー。
- [@antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 🎖️ 📇 ☁️ - [AntV](https://github.com/antvis) をベースにしたデータ可視化チャートを生成する MCP Server プラグイン。
### 🗄️ データベース
スキーマ検査機能を備えた安全なデータベースアクセス。読み取り専用アクセスを含む構成可能なセキュリティ制御を使用してデータをクエリおよび分析することができます。
- [qiniu/qiniu-mcp-server](https://github.com/qiniu/qiniu-mcp-server) 🐍 ☁️ - 七牛クラウド製品に基づいて構築されたMCP、七牛クラウドストレージやインテリジェントマルチメディアサービスなどへのアクセスをサポートします。
- [aliyun/alibabacloud-tablestore-mcp-server](https://github.com/aliyun/alibabacloud-tablestore-mcp-server) ☕ 🐍 ☁️ - テーブル ストア用の MC P サービスには、ドキュメントの追加、ドキュメント ベースのセマンティック検索、ドン ベクトル サンド スカラーがラグ フレンドリーでサーバー レスなどの機能があります。
aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存储(Tablestore)的 MCP 服务器实现,特性包括添加文档、基于向量和标量进行语义搜索、RAG友好。
- [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) 🐍 🏠 - MCPサーバーの実装で、Elasticsearchとのインタラクションを提供します
- [crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp) 🐍 🏠 - パフォーマンス分析、チューニング、ヘルスチェックのためのツールを備えた、Postgres開発と運用のためのオールインワンMCPサーバー
- [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) 📇 🏠 - スキーマ検査、読み取り/書き込み機能を備えた Airtable データベース統合
- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - スキーマ検査とクエリ機能を備えたBigQueryデータベース統合
- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) 🐍 ☁️ - TiDB データベースの統合、テーブル構造の作成(DDL)および SQL の実行
- [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - Google BigQuery統合のためのサーバー実装で、直接的なBigQueryデータベースアクセスとクエリ機能を提供
- [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - 構成可能なアクセス制御、スキーマ検査、包括的なセキュリティガイドラインを備えたMySQLデータベース統合
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - スキーマ検査とクエリ機能を備えたPostgreSQLデータベース統合
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - 組み込みの分析機能を備えたSQLiteデータベース操作
- [@joshuarileydev/supabase-mcp-server](https://github.com/joshuarileydev/supabase) - Supabaseでプロジェクトと組織を管理および作成するためのSupabase MCPサーバー
- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - スキーマ検査とクエリ機能を備えたDuckDBデータベース統合
- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - LLMがデータベースと直接対話できるようにするMongoDB統合。
- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - クエリとAPI機能を備えたTinybird統合
- [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - MongoDBのためのモデルコンテキストプロトコルサーバー
- [tuannvm/mcp-trino](https://github.com/tuannvm/mcp-trino) 🏎️ ☁️ - Trino用のModel Context Protocol (MCP)サーバーのGo実装。
- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - コレクションとインデックスの紹介、ベクトルストアと検索機能を備えたVikingDB統合。
- [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - PostgreSQL、MySQL、MariaDB、SQLite、Oracle、MS SQL Serverなど多数のデータベースをサポートするSQLAlchemyベースの汎用データベース統合。スキーマと関係の検査、大規模データセット分析機能を備えています。
- [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) 🐍 🏠 - GreptimeDBのMCPサービスにクエリを実行する。
- [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - Google Sheetsと対話するためのモデルコンテキストプロトコルサーバー。このサーバーはGoogle Sheets APIを通じてスプレッドシートの作成、読み取り、更新、管理のためのツールを提供します。
### 📊 データプラットフォーム
データ統合、変換、パイプライン オーケストレーションのためのデータ プラットフォーム。
- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - Flowcore と対話してアクションを実行し、データを取り込み、データ コア内またはパブリック データ コア内のあらゆるデータを分析、相互参照、活用します。これらはすべて人間の言語で実行できます。
### 💻 開発者ツール
開発ワークフローと環境管理を強化するツールと統合。
- [Hypersequent/qasphere-mcp](https://github.com/Hypersequent/qasphere-mcp) 🎖️ 📇 ☁️ - [QA Sphere](https://qasphere.com/)テスト管理システムとの統合。LLMがテストケースを発見、要約、操作できるようにし、AI搭載IDEから直接アクセス可能
- [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - MCPを通じたDockerコンテナの管理と操作
- [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) 📇 🏠 - JSON、テキスト、HTMLデータを柔軟に取得するためのMCPサーバー
- [zcaceres/gtasks-mcp](https://github.com/zcaceres/gtasks-mcp) - 📇 ☁️ - Google タスクを管理するための MCP サーバー
- [snaggle-ai/openapi-mcp-server](https://github.com/snaggle-ai/openapi-mcp-server) 🏎️ 🏠 - Open API spec (v3) を使用して任意のHTTP/REST APIサーバーに接続
- [@joshuarileydev/terminal-mcp-server](https://www.npmjs.com/package/@joshuarileydev/terminal-mcp-server) 📇 🏠 - 任意のシェルターミナルコマンドを実行するためのMCPサーバー
- [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) - ラインエディタ 行単位の取得と編集ができるので、特に大きなファイルの一部書き換えを効率的に行う
- [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - iTermへのアクセスを提供するモデルコンテキストプロトコルサーバー。コマンドを実行し、iTermターミナルで見た内容について質問することができます。
- [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️🐍☁️🍎 - インシデント管理プラットフォーム[Rootly](https://rootly.com/)向けのMCPサーバー
- [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - きれいなインタラクティブなマインドマップを生成するためのモデルコンテキストプロトコル(MCP)サーバ。
- [InhiblabCore/mcp-image-compression](https://github.com/InhiblabCore/mcp-image-compression) 🐍 🏠 - 様々な画像フォーマットのローカル圧縮のためのMCPサーバー。
- [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - MCPを使用したClaude Code機能の実装で、AIによるコード理解、修正、プロジェクト分析を包括的なツールサポートで実現します。
- [api7/apisix-mcp](https://github.com/api7/apisix-mcp) 🎖️ 📇 🏠 [Apache APISIX](https://github.com/apache/apisix) のすべてのリソースの照会と管理をサポートするMCPサービス。
- [ios-simulator-mcp](https://github.com/joshuayoes/ios-simulator-mcp) 📇 🏠 🍎 - iOS シミュレータと対話するためのモデル コンテキスト プロトコル (MCP) サーバー。このサーバーを使用すると、iOS シミュレータに関する情報を取得したり、UI の対話を制御したり、UI 要素を検査したりして、iOS シミュレータと対話できます。
- [higress-group/higress-ops-mcp-server](https://github.com/higress-group/higress-ops-mcp-server) 🐍 🏠 - MCP サーバーが [Higress](https://github.com/alibaba/higress/blob/main/README_JP.md) ゲートウェイの構成と操作を管理するための全面的なツールを提供します。
- [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) 📇 🏠 - LLMがOpenAPI仕様のすべてを理解し、コードの発見、説明、生成、モックデータの作成を可能にするMCPサーバー
- [automation-ai-labs/mcp-link](https://github.com/automation-ai-labs/mcp-link) 🏎️ 🏠 - OpenAPIスキーマを使用してAIエージェントと任意のAPIをシームレスに統合
- [cjo4m06/mcp-shrimp-task-manager](https://github.com/cjo4m06/mcp-shrimp-task-manager) 📇 ☁️ 🏠 – Cursor AI のようなコーディングエージェントを強化するために設計された、プログラミング特化型のタスク管理システム。高度なタスク記憶、自省、依存関係の管理機能を備えています。[ShrimpTaskManager](https://cjo4m06.github.io/mcp-shrimp-task-manager)
- [axliupore/mcp-code-runner](https://github.com/axliupore/mcp-code-runner) 📇 🏠 - Docker 経由でローカルにコードを実行し、複数のプログラミング言語をサポートする MCP サーバー
- [TencentEdgeOne/edgeone-pages-mcp](https://github.com/TencentEdgeOne/edgeone-pages-mcp) 📇 ☁️ - EdgeOne Pagesに HTMLコンテンツをデプロイし、公開アクセス可能なURLを取得するためのMCPサービスです。
### 📂 ファイルシステム
構成可能な権限を備えたローカルファイルシステムへの直接アクセスを提供します。指定されたディレクトリ内のファイルを読み取り、書き込み、管理することができます。
- [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) 📇 🏠 - ローカルファイルシステムへの直接アクセス。
- [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) 📇 ☁️ - ファイルのリスト、読み取り、検索のためのGoogle Drive統合
- [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - ローカルファイルシステムアクセスのためのGolang実装。
- [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Apache OpenDAL™ でどのストレージにもアクセスできます
- [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 📇 🏠 - AI Chatの長さ制限に適応するファイルマージツール
### 🎮 ゲーミング
ゲーミングに関連するデータとサービスとの統合
- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - 実際のFantasy Premier Leagueデータと分析ツールのためのMCPサーバー
- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - Unity3dゲームエンジン統合によるゲーム開発用MCPサーバー
- [opgginc/opgg-mcp](https://github.com/opgginc/opgg-mcp) 📇 ☁️ - League of Legends、TFT、Valorantなどの人気ゲームのリアルタイムゲームデータにアクセスし、チャンピオン分析、eスポーツスケジュール、メタ構成、キャラクター統計を提供します。
### 🧠 知識と記憶
知識グラフ構造を使用した永続的なメモリストレージ。セッション間で構造化情報を維持およびクエリすることができます。
- [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) 📇 🏠 - コンテキストを維持するための知識グラフベースの長期記憶システム
- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - AIロールプレイとストーリー生成に焦点を当てた強化されたグラフベースのメモリ
- [@mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) 🐍 🏠 - CursorやWindsurfなどのIDEでコーディングの好みやパターンを管理するためのMem0用モデルコンテキストプロトコルサーバー。コード実装、ベストプラクティス、技術文書の保存、取得、意味的な処理のためのツールを提供します
- [@ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) 📇 ☁️ - あなたの [Ragie](https://www.ragie.ai) (RAG) ナレッジベースから、Google Drive、Notion、JIRAなどの連携サービスに接続されたコンテキストを取得します。
### 🗺️ 位置情報サービス
地理および位置ベースのサービス統合。地図データ、方向、および場所情報へのアクセスを提供します。
- [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) 📇 ☁️ - 位置情報サービス、ルート計画、および場所の詳細のためのGoogle Maps統合
### 📊 監視
アプリケーション監視データへのアクセスと分析。エラーレポートとパフォーマンスメトリクスをレビューすることができます。
- [tumf/grafana-loki-mcp](https://github.com/tumf/grafana-loki-mcp) 🐍 🏠 - Grafana API を通じて Loki ログをクエリできる MCP サーバー。
- [@modelcontextprotocol/server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry) 🐍 ☁️ - エラートラッキングとパフォーマンス監視のためのSentry.io統合
- [@MindscapeHQ/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - クラッシュレポートとリアルユーザーモニタリングのためのRaygun API V3統合
### 🔎 検索
- [scrapeless-ai/scrapeless-mcp-server](https://github.com/scrapeless-ai/scrapeless-mcp-server) 🐍 ☁️ - Scrapeless Model Context Protocolサービスは、MCPエコシステム内で離れることなくWeb検索を可能にするGoogle SERP APIへのMCPサーバコネクタとして機能します。
- [@modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) 📇 ☁️ - Braveの検索APIを使用したWeb検索機能
- [Dumpling-AI/mcp-server-dumplingai](https://github.com/Dumpling-AI/mcp-server-dumplingai) 🎖️ 📇 ☁️ - [Dumpling AI](https://www.dumplingai.com/) によるデータ取得、Webスクレイピング、ドキュメント変換API
- [@angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - NYTimes APIを使用して記事を検索
- [@modelcontextprotocol/server-fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) 🐍 🏠 ☁️ - AI消費のための効率的なWebコンテンツの取得と処理
- [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) 📇 ☁️ - Kagi検索API統合
- [theishangoswami/exa-mcp-server](https://github.com/theishangoswami/exa-mcp-server) 📇 ☁️ - Exa AI検索API
- [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – モデルコンテキストプロトコル(MCP)サーバーは、ClaudeなどのAIアシスタントがExa AI検索APIを使用してWeb検索を行うことを可能にします。この設定により、AIモデルは安全かつ制御された方法でリアルタイムのWeb情報を取得できます。
- [fatwang2/search1api-mcp](https://github.com/fatwang2/search1api-mcp) 📇 ☁️ - search1apiを介した検索(有料APIキーが必要)
- [Tomatio13/mcp-server-tavily](https://github.com/Tomatio13/mcp-server-tavily) ☁️ 🐍 – Tavily AI検索API
- [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - ArXiv研究論文を検索
- [mzxrai/mcp-webresearch](https://github.com/mzxrai/mcp-webresearch) 🔍📚 - Googleを検索し、任意のトピックに関する深いWebリサーチを行う
- [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ MCPを使用してLLMがArXivの論文を検索および読む
- [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - Apify の RAG Web Browser Actor 用の MCP サーバーで、ウェブ検索を実行し、URL をスクレイピングし、Markdown 形式でコンテンツを返します。
- [Ihor-Sokoliuk/MCP-SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng) 📇 🏠/☁️ - [SearXNG](https://docs.searxng.org)のモデルコンテキストプロトコルサーバー
- [erithwik/mcp-hn](https://github.com/erithwik/mcp-hn) 🐍 ☁️ - Hacker Newsの検索、トップストーリーの取得などを行うMCPサーバー。
- [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) 📇 ☁️ - 自動トピック分類、多言語サポート、[SerpAPI](https://serpapi.com/)を通じたヘッドライン、ストーリー、関連トピックの包括的な検索機能を備えたGoogle News統合。
- [hellokaton/unsplash-mcp-server](https://github.com/hellokaton/unsplash-mcp-server)) 🐍 ☁️ - Unsplash 画像検索機能の統合用
- [ConechoAI/openai-websearch-mcp](https://github.com/ConechoAI/openai-websearch-mcp/) 🐍 🏠 ☁️ - OpenAI の組み込み `web_search` ツールを MCP サーバーに変換して使用します。
- [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - Web Platform APIを使ってBaselineの状態を検索してくれるMCPサーバー
- [Wuye-AI/mcp-server-wuye-ai](https://github.com/wuye-ai/mcp-server-wuye-ai) 🎖️ 📇 ☁️ - CRICプロパティAIプラットフォームに接続するMCPサーバーです。CRICプロパティAIは、克而瑞がプロパティ業界向けに開発したインテリジェントAIアシスタントです。
### 🔒 セキュリティ
- [fosdickio/binary_ninja_mcp](https://github.com/Vector35/binaryninja-mcp) 🐍 🏠 🍎 🪟 🐧 - Binary NinjaのためのMCPサーバーとブリッジ。バイナリ分析とリバースエンジニアリングのためのツールを提供します。
- [Security Audit MCP Server](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ 強力なモデルコンテキストプロトコル(MCP)サーバーで、npmパッケージ依存関係のセキュリティ脆弱性を監査します。リモートnpmレジストリ統合を備えたリアルタイムセキュリティチェックを使用して構築されています。
- [GhidraMCP](https://github.com/13bm/GhidraMCP) 🐍 ☕ 🏠 - GhidraをAIアシスタントと統合するためのMCPサーバー。このプラグインはバイナリ分析を可能にし、モデルコンテキストプロトコルを通じて関数検査、逆コンパイル、メモリ探索、インポート/エクスポート分析などのツールを提供します。
### 🌎 翻訳サービス
AIアシスタントが異なる言語間でコンテンツを翻訳できるようにする翻訳ツールとサービス。
- [translated/lara-mcp](https://github.com/translated/lara-mcp) 🎖️ 📇 ☁️ - Lara Translate APIのためのMCPサーバー。言語検出とコンテキスト対応の翻訳機能を備えた強力な翻訳機能を提供します。
### 🚆 旅行と交通
旅行および交通情報へのアクセス。スケジュール、ルート、およびリアルタイムの旅行データをクエリすることができます。
- [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - オランダ鉄道(NS)の旅行情報、スケジュール、およびリアルタイムの更新にアクセス
- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - 米国国立公園局APIの統合で、米国国立公園の詳細情報、警報、ビジターセンター、キャンプ場、イベントの最新情報を提供
### 🔄 バージョン管理
Gitリポジトリおよびバージョン管理プラットフォームとの対話。標準化されたAPIを通じて、リポジトリ管理、コード分析、プルリクエスト処理、問題追跡、およびその他のバージョン管理操作を実行できます。
- [@modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) 📇 ☁️ - リポジトリ管理、PR、問題などのためのGitHub API統合
- [@modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) 📇 ☁️ 🏠 - プロジェクト管理およびCI/CD操作のためのGitLabプラットフォーム統合
- [@modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) 🐍 🏠 - ローカルリポジトリの読み取り、検索、および分析を含む直接的なGitリポジトリ操作
- [Tiberriver256/mcp-server-azure-devops](https://github.com/Tiberriver256/mcp-server-azure-devops) 📇 ☁️ - リポジトリ管理、作業項目、パイプラインのためのAzure DevOps統合
- [kopfrechner/gitlab-mr-mcp](https://github.com/kopfrechner/gitlab-mr-mcp) 📇 ☁️ - GitLabプロジェクトの課題やマージリクエストとシームレスにやり取りできます。
### 🛠️ その他のツールと統合
- [apify/actors-mcp-server](https://github.com/apify/actors-mcp-server) 📇 ☁️ - 3,000以上の事前構築されたクラウドツール(Actors として知られる)を使用して、ウェブサイト、eコマース、ソーシャルメディア、検索エンジン、地図などからデータを抽出できます。
- [githejie/mcp-server-calculator](https://github.com/githejie/mcp-server-calculator) 🐍 🏠 - このサーバーは、LLMが計算機を使用して正確な数値計算を行えるようにします
- [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - ほぼすべてのファイルやウェブコンテンツをMarkdownに変換するMCPサーバー
- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇 ☁️ - OpenAIの最も賢いモデルとチャット
- [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - Goドキュメントサーバーで、AIアシスタントがパッケージドキュメントとタイプにスマートにアクセスできるようにします。
- [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - 通常の GraphQL クエリ/ミューテーション定義ツールを使用すると、gqai によって MCP サーバーが自動的に生成されます。
- [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - MCPプロトコルを使用してClaudeから直接OpenAIモデルにクエリを送信
- [@modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) 📇 🏠 - MCPプロトコルのすべての機能を実行するMCPサーバー
- [baba786/phabricator-mcp-server](https://github.com/baba786/phabricator-mcp-server) 🐍 ☁️ - Phabricator APIとの対話
- [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) 🐍 ☁️ 🏠 - REST APIを介してObsidianと対話
- [calclavia/mcp-obsidian](https://github.com/calclavia/mcp-obsidian) 📇 🏠 - これは、Claude Desktop(または任意のMCPクライアント)がMarkdownノートを含むディレクトリ(Obsidianボールトなど)を読み取り、検索できるようにするコネクタです。
- [anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube) 📇 ☁️ - YouTube字幕の取得
- [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) 🐍 ☁️ - NotionのAPIと統合して個人のToDoリストを管理
- [rusiaaman/wcgw](https://github.com/rusiaaman/wcgw/blob/main/src/wcgw/client/mcp_server/Readme.md) 🐍 🏠 - 自律的なシェル実行、コンピュータ制御、およびコーディングエージェント。(Mac)
- [reeeeemo/ancestry-mcp](https://github.com/reeeeemo/ancestry-mcp) 🐍 🏠 - AIが.gedファイルと遺伝データを読み取ることができるようにします。
- [sirmews/apple-notes-mcp](https://github.com/sirmews/apple-notes-mcp) 🐍 🏠 - AIがローカルのApple Notesデータベースから読み取ることができるようにします(macOSのみ)
- [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 🏠 - 暗号通貨のリストと見積もりを取得するためのCoinmarket API統合
- [suekou/mcp-notion-server](https://github.com/suekou/mcp-notion-server) 📇 🏠 - Notion APIとの対話
- [amidabuddha/unichat-mcp-server](https://github.com/amidabuddha/unichat-mcp-server) 🐍/📇 ☁️ - MCPプロトコルを使用してOpenAI、MistralAI、Anthropic、xAI、またはGoogle AIにリクエストを送信するためのツールまたは事前定義されたプロンプト。ベンダーAPIキーが必要
- [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - コマンドを実行し、その出力を含める。ツールとプロンプト。
- [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) 📇 ☁️ - MIROホワイトボードにアクセスし、アイテムを一括作成および読み取り。REST APIのOAUTHキーが必要。
- [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) 🐍 ☁️ - Confluenceワークスペースの自然言語検索とコンテンツアクセス
- [pyroprompts/any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp) - Perplexity、Groq、xAIなどの他のOpenAI SDK互換のチャット完了APIとチャット
- [anaisbetts/mcp-installer](https://github.com/anaisbetts/mcp-installer) 🐍 🏠 - 他のMCPサーバーをインストールするMCPサーバー。
- [tanigami/mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity) 🐍 ☁️ - Perplexity APIとの対話。
- [future-audiences/wikimedia-enterprise-model-context-protocol](https://gitlab.wikimedia.org/repos/future-audiences/wikimedia-enterprise-model-context-protocol) 🐍 ☁️ - Wikipedia記事検索API
- [andybrandt/mcp-simple-timeserver](https://github.com/andybrandt/mcp-simple-timeserver) 🐍 🏠☁️ - クライアントマシンのローカル時間またはNTPサーバーからの現在のUTC時間を確認するためのMCPサーバー
- [andybrandt/mcp-simple-openai-assistant](https://github.com/andybrandt/mcp-simple-openai-assistant) - 🐍 ☁️ MCPを使用してOpenAIアシスタントと対話(Claudeは任意のGPTモデルをアシスタントとして使用できます)
- [@joshuarileydev/simulator-mcp-server](https://www.npmjs.com/package/@joshuarileydev/simulator-mcp-server) - 📇 🏠 iOSシミュレータを制御し、シミュレータを起動し、アプリをインストール/起動するためのMCPサーバー。
- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) シェルからホワイトリストにあるコマンドを実行して結果を返すMCPサーバ
- [apinetwork/piapi-mcp-server](https://github.com/apinetwork/piapi-mcp-server) 📇 ☁️ PiAPI MCPサーバーは、ユーザーがClaudeや他のMCP互換アプリから直接Midjourney/Flux/Kling/Hunyuan/Udio/Trellisでメディアコンテンツを生成することを可能にします。
- [gotoolkits/DifyWorkflow](https://github.com/gotoolkits/mcp-difyworkflow-server) - 🚀 ☁️ MCP サーバーの Tools を使用して、Dify AI プラットフォーム上でカスタムされたワークフローを検索および実行する
- [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) サンプルサーバーとMCPクライアントを備えたMCP stdioからHTTP SSEへのトランスポートゲートウェイ。
- [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) MCP SSEサーバーのゲートウェイデモ。
- [sparfenyuk/mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) 🐍 MCP stdioからSSEへのトランスポートゲートウェイ。
- [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) 🐍 - 画面上のGUIの自動操作
- [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ [Kibela](https://kibe.la/)との連携
- [kiwamizamurai/mcp-kibela-server](https://github.com/kiwamizamurai/mcp-kibela-server) - 📇 ☁️ より強力な[Kibela](https://kibe.la/)との連携
- [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Replicate APIを通じて画像を生成する機能を提供します。
- [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍏 - キーボード入力やマウス移動などのコマンドが実行できるMCPサーバー
- [IlyaGulya/gradle-mcp-server](https://github.com/IlyaGulya/gradle-mcp-server) 🏠 - Gradle Tooling API を使用してプロジェクトを検査し、タスクを実行し、テスト結果をテストごとに報告するGradle連携
- [kelvin6365/plane-mcp-server](https://github.com/kelvin6365/plane-mcp-server) - 🏎️ 🏠 この MCP サーバーは、[Plane](https://plane.so) API を通じてプロジェクトや課題を管理するのに役立ちます
- [yuna0x0/hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp) 📇 ☁️ - AIモデルが [HackMD](https://hackmd.io) と連携できるようにします。
- [HenryHaoson/Yuque-MCP-Server](https://github.com/HenryHaoson/Yuque-MCP-Server) - 📇 ☁️ 語雀APIと統合するためのModel-Context-Protocol (MCP)サーバー。AIモデルがドキュメントを管理し、ナレッジベースと対話し、コンテンツを検索し、語雀プラットフォームの分析データにアクセスできるようにします。
- [tumf/web3-mcp](https://github.com/tumf/web3-mcp) 🐍 ☁️ - Ankr Advanced APIをラップするMCPサーバー実装。イーサリアム、BSC、ポリゴン、アバランチなど複数のブロックチェーンにわたるNFT、トークン、ブロックチェーンデータにアクセスできます。
## フレームワーク
- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) 📇 – [Genkit](https://github.com/firebase/genkit/tree/main) とモデルコンテキストプロトコル(MCP)との統合を提供します。
- [@modelcontextprotocol/server-langchain](https://github.com/rectalogic/langchain-mcp) 🐍 - LangChainでのMCPツール呼び出しサポートを提供し、LangChainワークフローにMCPツールを統合できるようにします。
- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - MCPサーバーとクライアントを構築するためのGolang SDK。
- [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - PythonでMCPサーバーを構築するための高レベルフレームワーク
- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - RustのためのMCP CLIサーバーテンプレート
- [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - 機能テストを含む宣言的にMCPサーバーを記述するためのGolangライブラリ
- [salty-flower/ModelContextProtocol.NET](https://github.com/salty-flower/ModelContextProtocol.NET) #️⃣🏠 - .NET 9上でNativeAOT対応のMCPサーバーを構築するためのC# SDK ⚡ 🔌
- [@marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - リソースメンションとプロンプトコマンドのためのModel Context Protocol (MCP)を実装するCodeMirror拡張
## クライアント
- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 既存のOpenAI互換クライアントでMCPを使用するためのOpenAIミドルウェアプロキシ
- [3choff/MCP-Chatbot](https://github.com/3choff/mcp-chatbot) シンプルでありながら強力な⭐CLIチャットボットで、ツールサーバーを任意のOpenAI互換のLLM APIと統合します。
- [zed-industries/zed](https://github.com/zed-industries/zed) Atomの作成者によるマルチプレイヤーコードエディタ
- [firebase/genkit](https://github.com/firebase/genkit) エージェントおよびデータ変換フレームワーク
- [continuedev/continue](https://github.com/continuedev/continue) VSCodeの自動補完およびチャットツール(フル機能サポート)
- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) クラウドベースのAIサービスがローカルのStdioベースのMCPサーバーにHTTP/HTTPSリクエストでアクセスできるようにするツール
- [TBXark/mcp-proxy](https://github.com/TBXark/mcp-proxy) 🏎️ - 複数のMCPリソースサーバーを、単一のHTTPサーバーを通して集約し、提供するMCPプロキシサーバー。
## ヒントとコツ
### LLMがMCPを使用する方法を通知するための公式プロンプト
モデルコンテキストプロトコルについてClaudeに質問したいですか?
プロジェクトを作成し、このファイルを追加します:
https://modelcontextprotocol.io/llms-full.txt
これで、ClaudeはMCPサーバーの作成方法やその動作について質問に答えることができます。
- https://www.reddit.com/r/ClaudeAI/comments/1h3g01r/want_to_ask_claude_about_model_context_protocol/
## スター履歴
## /README-ko.md
# Awesome MCP Servers [](https://awesome.re)
[](README.md)
[](README-zh_TW.md)
[](README-zh.md)
[](README-ja.md)
[](README-ko.md)
[](README-pt_BR.md)
[](https://glama.ai/mcp/discord)
[](https://www.reddit.com/r/mcp/)
# 모델 컨텍스트 프로토콜 (MCP) 서버 엄선 목록
* [MCP란 무엇인가?](#mcp란-무엇인가)
* [클라이언트](#클라이언트)
* [튜토리얼](#튜토리얼)
* [서버 구현](#서버-구현)
* [프레임워크](#프레임워크)
* [유틸리티](#유틸리티)
* [팁과 요령](#팁과-요령)
* [스타 히스토리](#스타-히스토리)
## MCP란 무엇인가?
[MCP](https://modelcontextprotocol.io/)는 AI 모델이 표준화된 서버 구현을 통해 로컬 및 원격 리소스와 안전하게 상호 작용할 수 있도록 하는 개방형 프로토콜입니다. 이 목록은 파일 접근, 데이터베이스 연결, API 통합 및 기타 컨텍스트 서비스를 통해 AI 기능을 확장하는 프로덕션 준비 및 실험적 MCP 서버에 중점을 둡니다.
## 클라이언트
[awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) 및 [glama.ai/mcp/clients](https://glama.ai/mcp/clients)를 확인하세요.
> [!팁]
> [Glama Chat](https://glama.ai/chat)은 MCP 지원 및 [AI 게이트웨이](https://glama.ai/gateway)를 갖춘 멀티모달 AI 클라이언트입니다.
## 튜토리얼
* [모델 컨텍스트 프로토콜 (MCP) 빠른 시작](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart)
* [SQLite 데이터베이스를 사용하도록 Claude 데스크톱 앱 설정하기](https://youtu.be/wxCCzo9dGj0)
## 커뮤니티
* [r/mcp 레딧](https://www.reddit.com/r/mcp)
* [디스코드 서버](https://glama.ai/mcp/discord)
## 범례
* 🎖️ – 공식 구현
* 프로그래밍 언어
* 🐍 – 파이썬 코드베이스
* 📇 – 타입스크립트 코드베이스
* 🏎️ – Go 코드베이스
* 🦀 – Rust 코드베이스
* #️⃣ - C# 코드베이스
* ☕ - Java 코드베이스
* 범위
* ☁️ - 클라우드 서비스
* 🏠 - 로컬 서비스
* 운영체제
* 🍎 – macOS용
* 🪟 – Windows용
* 🐧 - Linux용
> [!참고]
> 로컬 🏠 vs 클라우드 ☁️ 가 헷갈리시나요?
> * MCP 서버가 로컬에 설치된 소프트웨어와 통신할 때 로컬을 사용하세요 (예: Chrome 브라우저 제어).
> * MCP 서버가 원격 API와 통신할 때 네트워크(클라우드)를 사용하세요 (예: 날씨 API).
## 서버 구현
> [!참고]
> 이제 리포지토리와 동기화되는 [웹 기반 디렉토리](https://glama.ai/mcp/servers)가 있습니다.
* 🔗 - [Aggregators](#aggregators)
* 📂 - [브라우저 자동화](#browser-automation)
* 🎨 - [예술 및 문화](#art-and-culture)
* ☁️ - [클라우드 플랫폼](#cloud-platforms)
* 🖥️ - [커맨드 라인](#command-line)
* 💬 - [커뮤니케이션](#communication)
* 👤 - [고객 데이터 플랫폼](#customer-data-platforms)
* 🗄️ - [데이터베이스](#databases)
* 📊 - [데이터 플랫폼](#data-platforms)
* 🛠️ - [개발자 도구](#developer-tools)
* 📂 - [파일 시스템](#file-systems)
* 💰 - [금융 및 핀테크](#finance--fintech)
* 🎮 - [게임](#gaming)
* 🧠 - [지식 및 메모리](#knowledge--memory)
* 🗺️ - [위치 서비스](#location-services)
* 🎯 - [마케팅](#marketing)
* 📊 - [모니터링](#monitoring)
* 🔎 - [검색](#search)
* 🔒 - [보안](#security)
* 🏃 - [스포츠](#sports)
* 🌎 - [번역 서비스](#translation-services)
* 🚆 - [여행 및 교통](#travel-and-transportation)
* 🔄 - [버전 관리](#version-control)
* 🛠️ - [기타 도구 및 통합](#other-tools-and-integrations)
### 🔗 애그리게이터
단일 MCP 서버를 통해 많은 앱과 도구에 접근하기 위한 서버입니다.
- [OpenMCP](https://github.com/wegotdocs/open-mcp) 📇 🏠 🍎 🪟 🐧 - 웹 API를 10초 만에 MCP 서버로 전환하고 오픈 소스 레지스트리에 추가하세요: https://open-mcp.org
- [tigranbs/mcgravity](https://github.com/krayniok/mcgravity) 📇 🏠 🪟 🐧 - 여러 MCP 서버를 단일 연결 포인트로 통합하여 프록시하는 도구로, 요청 부하를 분산하여 AI 도구를 확장합니다.
- [MetaMCP](https://github.com/metatool-ai/metatool-app) 📇 ☁️ 🏠 🍎 🪟 🐧 - MetaMCP는 GUI를 통해 MCP 연결을 관리하는 통합 미들웨어 MCP 서버입니다.
- [MCP Access Point](https://github.com/sxhxliang/mcp-access-point) 📇 ☁️ 🏠 🍎 🪟 🐧 - 서버 측 코드를 변경하지 않고 한 번의 클릭으로 웹 API를 MCP 서버로 변환합니다.
- [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) 📇 🏠 🪟 🍎 🐧 - MCP를 통해 Google의 Imagen 3.0 API를 사용하는 강력한 이미지 생성 도구. 고급 사진, 예술 및 사실적인 컨트롤로 텍스트 프롬프트에서 고품질 이미지를 생성합니다.
### 📂 브라우저 자동화
웹 콘텐츠 접근 및 자동화 기능. AI 친화적인 형식으로 웹 콘텐츠 검색, 스크래핑 및 처리를 가능하게 합니다.
- [@blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🌐 - Playwright를 사용한 브라우저 자동화를 위한 MCP 파이썬 서버, llm에 더 적합
- [@executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) 🌐⚡️ - 브라우저 자동화 및 웹 스크래핑을 위해 Playwright를 사용하는 MCP 서버
- [@automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🌐 🖱️ - Playwright를 사용한 브라우저 자동화를 위한 MCP 서버
- [@modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) 📇 🏠 - 웹 스크래핑 및 상호 작용을 위한 브라우저 자동화
- [@kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript) 📇 ☁️ - AI 분석을 위해 YouTube 자막 및 스크립트 가져오기
- [@recursechat/mcp-server-apple-shortcuts](https://github.com/recursechat/mcp-server-apple-shortcuts) 📇 🏠 🍎 - Apple Shortcuts와의 MCP 서버 통합
- [@kimtth/mcp-aoai-web-Browse](https://github.com/kimtth/mcp-aoai-web-Browse) 🐍 🏠 - Azure OpenAI 및 Playwright를 사용하는 `최소한의` 서버/클라이언트 MCP 구현
- [@pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - API 키 없이 Google 검색 결과를 사용하여 무료 웹 검색을 가능하게 하는 MCP 서버
- [@co-browser/browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) 🌐🔮 - SSE 전송을 지원하는 MCP 서버로 패키징된 browser-use. Docker에서 Chromium을 실행하기 위한 Dockerfile + VNC 서버 포함.
- [@34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) 📇 🏠 - Bilibili 콘텐츠 검색을 지원하는 MCP 서버. LangChain 통합 예제 및 테스트 스크립트 제공.
- [@getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) 🐍 🏠 - 모든 웹사이트에서 구조화된 데이터 추출. 프롬프트만 입력하면 JSON 획득.
- [aircodelabs/grasp](https://github.com/aircodelabs/grasp) 📇 🏠 - MCP 및 A2A를 기본 지원하는 에이전트 기반의 자체 호스팅 브라우저
### 🎨 예술 및 문화
예술 컬렉션, 문화 유산 및 박물관 데이터베이스에 접근하고 탐색합니다. AI 모델이 예술 및 문화 콘텐츠를 검색하고 분석할 수 있게 합니다.
- [burningion/video-editing-mcp](https://github.com/burningion/video-editing-mcp) 📹🎬 - Video Jungle 컬렉션에서 비디오 편집 추가, 분석, 검색 및 생성
- [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) 📇 ☁️ - 작품 검색, 세부 정보 및 컬렉션을 위한 Rijksmuseum API 통합
- [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) 📇 ☁️ - 애니메이션 및 만화 정보를 위한 AniList API를 통합하는 MCP 서버
### ☁️ 클라우드 플랫폼
클라우드 플랫폼 서비스 통합. 클라우드 인프라 및 서비스의 관리 및 상호 작용을 가능하게 합니다.
- [qiniu/qiniu-mcp-server](https://github.com/qiniu/qiniu-mcp-server) 🐍 ☁️ - 치니우안(七牛云) 제품으로 구축된 MCP는 치니우안 스토리지, 지능형 멀티미디어 서비스 등에 접근할 수 있습니다.
- [Cloudflare MCP 서버](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Workers, KV, R2 및 D1을 포함한 Cloudflare 서비스와의 통합
- [alexbakers/mcp-ipfs](https://github.com/alexbakers/mcp-ipfs) 📇 ☁️ - IPFS 스토리지 업로드 및 조작
- [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - AI 어시스턴트가 AWS CLI 명령을 실행하고, 유닉스 파이프를 사용하며, 안전한 Docker 환경에서 일반적인 AWS 작업을 위한 프롬프트 템플릿을 멀티 아키텍처 지원으로 적용할 수 있게 하는 가볍지만 강력한 서버
- [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - 알리바바 클라우드에서 AI 어시스턴트가 리소스를 운영하고 관리할 수 있게 해주는 MCP 서버로, ECS, 클라우드 모니터링, OOS 및 기타 널리 사용되는 클라우드 제품들을 지원합니다.
- [Kubernetes MCP 서버](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️/🏠 MCP를 통한 쿠버네티스 클러스터 운영
- [@flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - 📇 ☁️/🏠 파드, 디플로이먼트, 서비스를 위한 쿠버네티스 클러스터 운영의 타입스크립트 구현
- [@manusa/Kubernetes MCP 서버](https://github.com/manusa/kubernetes-mcp-server) - 🏎️ 🏠 OpenShift를 추가로 지원하는 강력한 쿠버네티스 MCP 서버. **모든** 쿠버네티스 리소스에 대한 CRUD 작업을 제공하는 것 외에도, 이 서버는 클러스터와 상호 작용하기 위한 전문 도구를 제공합니다.
- [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 쿠버네티스 관리 및 클러스터, 애플리케이션 상태 분석을 위한 MCP 서버
- [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - Netskope Private Access 환경 내의 모든 Netskope Private Access 구성 요소에 대한 접근을 제공하는 MCP. 자세한 설정 정보와 사용법에 대한 LLM 예제 포함.
- [nwiizo/tfmcp](https://github.com/nwiizo/tfmcp) - 🦀 🏠 - AI 어시스턴트가 Terraform 환경을 관리하고 운영할 수 있게 하는 Terraform MCP 서버. 구성 읽기, 계획 분석, 구성 적용 및 Terraform 상태 관리를 가능하게 합니다.
- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S는 AI 기반 Kubernetes 리소스 관리 도구로, 자연어 상호작용을 통해 사용자가 Kubernetes 클러스터의 모든 리소스(네이티브 리소스(예: Deployment, Service) 및 사용자 정의 리소스(CRD) 포함)를 운영할 수 있게 합니다. 복잡한 명령어를 외울 필요 없이 요구사항만 설명하면 AI가 해당 클러스터 작업을 정확하게 실행하여 Kubernetes의 사용성을 크게 향상시킵니다.
### 🖥️ 커맨드 라인
명령을 실행하고, 출력을 캡처하며, 셸 및 커맨드 라인 도구와 상호 작용합니다.
- [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - iTerm에 대한 접근을 제공하는 모델 컨텍스트 프로토콜 서버. 명령을 실행하고 iTerm 터미널에서 보이는 내용에 대해 질문할 수 있습니다.
- [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - `run_command` 및 `run_script` 도구를 사용하여 모든 명령 실행.
- [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - 안전한 실행 및 사용자 정의 가능한 보안 정책을 갖춘 커맨드 라인 인터페이스
- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) 모델 컨텍스트 프로토콜(MCP)을 구현하는 안전한 셸 명령 실행 서버
### 💬 커뮤니케이션
메시지 관리 및 채널 운영을 위한 커뮤니케이션 플랫폼과의 통합. AI 모델이 팀 커뮤니케이션 도구와 상호 작용할 수 있게 합니다.
- [zcaceres/gtasks-mcp](https://github.com/zcaceres/gtasks-mcp) - 📇 ☁️ - Google Tasks를 관리하기 위한 MCP 서버
- [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - 모델 컨텍스트 프로토콜(MCP)을 통해 iMessage 데이터베이스에 안전하게 접근할 수 있게 하는 MCP 서버. LLM이 적절한 전화번호 유효성 검사 및 첨부 파일 처리로 iMessage 대화를 쿼리하고 분석할 수 있도록 지원합니다.
- [@modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack) 📇 ☁️ - 채널 관리 및 메시징을 위한 Slack 워크스페이스 통합
- [@keturiosakys/bluesky-context-server](https://github.com/keturiosakys/bluesky-context-server) 📇 ☁️ - 쿼리 및 상호 작용을 위한 Bluesky 인스턴스 통합
- [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) - 🐍 ☁️ - Gmail 및 Google Calendar와의 통합.
- [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - 트위터 검색 및 타임라인과 상호 작용
- [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - 🚀 ☁️ - WeCom 그룹 로봇에게 다양한 유형의 메시지를 보내는 MCP 서버 애플리케이션.
- [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - 🌐 ☁️ - Nostr과 상호 작용하여 노트 게시 등을 할 수 있는 Nostr MCP 서버.
- [elie222/inbox-zero](https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server) - 🐍 ☁️ - Inbox Zero를 위한 MCP 서버. 답장해야 할 이메일이나 후속 조치가 필요한 이메일을 찾는 등 Gmail 위에 기능을 추가합니다.
- [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp) 🏠 🍎 🚀 - 모델 컨텍스트 프로토콜(MCP)을 통해 iMessage 데이터베이스와 안전하게 인터페이스하는 MCP 서버로, LLM이 iMessage 대화를 쿼리하고 분석할 수 있게 합니다. 강력한 전화번호 유효성 검사, 첨부 파일 처리, 연락처 관리, 그룹 채팅 처리 및 메시지 송수신 전체 지원을 포함합니다.
- [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) 🎖 📇 ☁️ - LINE 공식 계정을 통합하는 MCP 서버
- [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - 📇 🏠 VRChat API와 상호 작용하기 위한 MCP 서버입니다. VRChat에서 친구, 월드, 아바타 등에 대한 정보를 검색할 수 있습니다.
- [arpitbatra123/mcp-googletasks](https://github.com/arpitbatra123/mcp-googletasks) - 📇 ☁️ - Google Tasks API와 인터페이스하기 위한 MCP 서버
- [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - YCloud 플랫폼을 통해 WhatsApp 비즈니스 메시지를 발송하는 MCP 서버입니다.
- [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - Product Hunt을 위한 MCP 서버. 트렌딩 게시물, 댓글, 컬렉션, 사용자 등과 상호 작용할 수 있습니다.
### 👤 고객 데이터 플랫폼
고객 데이터 플랫폼 내의 고객 프로필에 대한 접근을 제공합니다.
- [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - Apache Unomi CDP 서버의 프로필에 접근하고 업데이트하는 MCP 서버.
- [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - 모델 컨텍스트 프로토콜을 사용하여 모든 개방형 데이터를 모든 LLM에 연결합니다.
- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - 모든 MCP 클라이언트에서 Tinybird 워크스페이스와 상호 작용하기 위한 MCP 서버.
- [@iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) 🎖️ 📇 ☁️ - [iaptic](https://www.iaptic.com)과 연결하여 고객 구매, 거래 데이터 및 앱 수익 통계에 대해 질문합니다.
- [@antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 🎖️ 📇 ☁️ - [AntV](https://github.com/antvis) 를 기반으로 데이터 시각화 차트를 생성하는 MCP Server 플러그인.
### 📊 데이터 플랫폼
데이터 통합, 변환 및 파이프라인 오케스트레이션을 위한 데이터 플랫폼.
- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - Flowcore와 상호 작용하여 작업을 수행하고, 데이터를 수집하고, 데이터 코어나 공개 데이터 코어에 있는 모든 데이터를 분석, 교차 참조하고 활용할 수 있습니다. 이 모든 작업은 인간 언어를 사용합니다.
### 🗄️ 데이터베이스
스키마 검사 기능을 갖춘 안전한 데이터베이스 접근. 읽기 전용 접근을 포함한 구성 가능한 보안 제어로 데이터 쿼리 및 분석을 가능하게 합니다.
- [aliyun/alibabacloud-tablestore-mcp-server](https://github.com/aliyun/alibabacloud-tablestore-mcp-server) ☕ 🐍 ☁️ - Tablestore용 MCP 서비스, 문서 추가, 벡터 및 스칼라 기반 문서의 시맨틱 검색, RAG 친화적, 서버리스 기능 포함.
- [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) 🐍 🏠 - Elasticsearch 상호 작용을 제공하는 MCP 서버 구현
- [crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp) 🐍 🏠 - Postgres 개발 및 운영을 위한 올인원 MCP 서버로, 성능 분석, 튜닝 및 상태 점검을 위한 도구 제공
- [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) 📇 🏠 - 스키마 검사, 읽기 및 쓰기 기능을 갖춘 Airtable 데이터베이스 통합
- [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - AI 도구를 Airtable에 직접 연결합니다. 자연어를 사용하여 레코드를 쿼리, 생성, 업데이트 및 삭제합니다. 베이스 관리, 테이블 작업, 스키마 조작, 레코드 필터링 및 표준화된 MCP 인터페이스를 통한 데이터 마이그레이션 기능 포함.
- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - 스키마 검사 및 쿼리 기능을 갖춘 BigQuery 데이터베이스 통합
- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) 🐍 ☁️ - 스키마 검사 및 쿼리 기능을 갖춘 TiDB 데이터베이스 통합
- [tradercjz/dolphindb-mcp-server](https://github.com/tradercjz/dolphindb-mcp-server) 🐍 ☁️ - 스키마 검사 및 쿼리 기능을 갖춘 TDolphinDB 데이터베이스 통합
- [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - 직접적인 BigQuery 데이터베이스 접근 및 쿼리 기능을 가능하게 하는 Google BigQuery 통합을 위한 서버 구현
- [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - 스키마 검사 및 쿼리 기능을 갖춘 ClickHouse 데이터베이스 통합
- [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) 📇 ☁️ - 테이블, 함수를 검사하고 일회성 쿼리를 실행하기 위한 Convex 데이터베이스 통합 ([소스](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts))
- [@gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) 🔥 ⛅️ - Auth, Firestore 및 Storage를 포함한 Firebase 서비스.
- [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - Apache Kafka 및 Timeplus용 MCP 서버. Kafka 토픽 나열, Kafka 메시지 폴링, Kafka 데이터 로컬 저장 및 Timeplus를 통한 SQL로 스트리밍 데이터 쿼리 가능
- [@fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) 📇 ☁️ - 다중 사용자 동기화를 지원하는 Fireproof 원장 데이터베이스
- [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - 구성 가능한 접근 제어, 스키마 검사 및 포괄적인 보안 지침을 갖춘 MySQL 데이터베이스 통합
- [f4ww4z/mcp-mysql-server](https://github.com/f4ww4z/mcp-mysql-server) 📇 🏠 - 안전한 MySQL 데이터베이스 운영을 제공하는 Node.js 기반 MySQL 데이터베이스 통합
- [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – Golang으로 구축된 고성능 다중 데이터베이스 MCP 서버, MySQL & PostgreSQL 지원 (NoSQL 곧 지원 예정). 쿼리 실행, 트랜잭션 관리, 스키마 탐색, 쿼리 빌딩 및 성능 분석을 위한 내장 도구 포함, 향상된 데이터베이스 워크플로우를 위한 원활한 Cursor 통합.
- [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - 스키마 검사 및 쿼리 기능을 갖춘 PostgreSQL 데이터베이스 통합
- [@modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - 내장 분석 기능을 갖춘 SQLite 데이터베이스 운영
- [@joshuarileydev/supabase-mcp-server](https://github.com/joshuarileydev/supabase) - Supabase에서 프로젝트 및 조직을 관리하고 생성하기 위한 Supabase MCP 서버
- [@alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - SQL 쿼리 실행 및 데이터베이스 탐색 도구를 지원하는 Supabase MCP 서버
- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - 스키마 검사 및 쿼리 기능을 갖춘 DuckDB 데이터베이스 통합
- [Dataring-engineering/mcp-server-trino](https://github.com/Dataring-engineering/mcp-server-trino) 🐍 ☁️ - Trino 클러스터에서 데이터를 쿼리하고 접근하기 위한 Trino MCP 서버.
- [tuannvm/mcp-trino](https://github.com/tuannvm/mcp-trino) 🏎️ ☁️ - Trino를 위한 Model Context Protocol (MCP) 서버의 Go 구현.
- [memgraph/mcp-memgraph](https://github.com/memgraph/mcp-memgraph) 🐍 🏠 - Memgraph MCP 서버 - Memgraph에 대한 쿼리 실행 도구 및 스키마 리소스 포함.
- [furey/mongodb-lens](https://github.com/furey/mongodb-lens) 📇 🏠 - MongoDB Lens: MongoDB 데이터베이스를 위한 모든 기능을 갖춘 MCP 서버
- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - LLM이 데이터베이스와 직접 상호 작용할 수 있게 하는 MongoDB 통합.
- [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - MongoDB를 위한 모델 컨텍스트 프로토콜 서버
- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - 쿼리 및 API 기능을 갖춘 Tinybird 통합
- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - 컬렉션 및 인덱스 소개, 벡터 저장소 및 검색 기능을 갖춘 VikingDB 통합.
- [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Neo4j와 함께하는 모델 컨텍스트 프로토콜
- [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) Nile의 Postgres 플랫폼용 MCP 서버 - LLM을 사용하여 Postgres 데이터베이스, 테넌트, 사용자, 인증 관리 및 쿼리
- [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) 🐍 ☁️ - 읽기 및 (선택적) 쓰기 작업뿐만 아니라 인사이트 추적을 구현하는 Snowflake 통합
- [hannesrudolph/sqlite-explorer-fastmcp-mcp-server](https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server) 🐍 🏠 - 모델 컨텍스트 프로토콜(MCP)을 통해 SQLite 데이터베이스에 안전한 읽기 전용 접근을 제공하는 MCP 서버. 이 서버는 FastMCP 프레임워크로 구축되어 LLM이 내장된 안전 기능과 쿼리 유효성 검사로 SQLite 데이터베이스를 탐색하고 쿼리할 수 있도록 지원합니다.
- [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - 벡터 검색 기능을 갖춘 Pinecone 통합
- [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server 등 다양한 데이터베이스를 지원하는 범용 SQLAlchemy 기반 데이터베이스 통합. 스키마 및 관계 검사, 대규모 데이터셋 분석 기능 제공.
- [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) ☕ 🏠 - 모든 JDBC 호환 데이터베이스에 연결하여 쿼리, 삽입, 업데이트, 삭제 등을 수행합니다.
- [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) 🐍 ☁️ - Azure Data Explorer 데이터베이스 쿼리 및 분석
- [pab1it0/prometheus-mcp-server](https://github.com/pab1it0/prometheus-mcp-server) 🐍 ☁️ - Prometheus 오픈 소스 모니터링 시스템 쿼리 및 분석.
- [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) 📇 ☁️ — Neon Serverless Postgres를 사용하여 Postgres 데이터베이스를 생성하고 관리하기 위한 MCP 서버
- [XGenerationLab/xiyan_mcp_server](https://github.com/XGenerationLab/xiyan_mcp_server) 📇 ☁️ — 텍스트-SQL LLM으로 XiyanSQL을 사용하여 자연어 쿼리로 데이터베이스에서 데이터를 가져오는 것을 지원하는 MCP 서버.
- [bytebase/dbhub](https://github.com/bytebase/dbhub) 📇 🏠 – 주요 데이터베이스를 지원하는 범용 데이터베이스 MCP 서버.
- [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) 🐍 🏠 - GreptimeDB 쿼리를 위한 MCP 서버.
- [idoru/influxdb-mcp-server](https://github.com/idoru/influxdb-mcp-server) 📇 ☁️ 🏠 - InfluxDB OSS API v2에 대한 쿼리 실행.
- [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - Google Sheets와 상호 작용하기 위한 모델 컨텍스트 프로토콜 서버. 이 서버는 Google Sheets API를 통해 스프레드시트를 생성, 읽기, 업데이트 및 관리하는 도구를 제공합니다.
- [qdrant/mcp-server-qdrant](https://github.com/qdrant/mcp-server-qdrant) 🐍 🏠 - Qdrant MCP 서버
### 💻 개발자 도구
개발 워크플로우 및 환경 관리를 향상시키는 도구 및 통합.
- [21st-dev/Magic-MCP](https://github.com/21st-dev/magic-mcp) - 최고의 21st.dev 디자인 엔지니어에게서 영감을 받은 맞춤형 UI 컴포넌트 생성.
- [Hypersequent/qasphere-mcp](https://github.com/Hypersequent/qasphere-mcp) 🎖️ 📇 ☁️ - [QA Sphere](https://qasphere.com/) 테스트 관리 시스템과의 통합. LLM이 테스트 케이스를 발견, 요약, 상호작용할 수 있도록 하며 AI 기반 IDE에서 직접 접근 가능
- [Coment-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - Opik이 캡처한 LLM 관찰 가능성, 추적 및 모니터링 데이터와 자연어로 대화합니다.
- [GLips/Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) 📇 🏠 - 코딩 에이전트가 Figma 데이터에 직접 접근하여 디자인 구현을 한 번에 완료하도록 돕습니다.
- [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - MCP를 통한 Docker 컨테이너 관리 및 운영
- [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) 📇 🏠 - JSON, 텍스트, HTML 데이터를 유연하게 가져오는 MCP 서버
- [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) 📇 🏠 🍎 - 프로젝트 관리, 파일 작업 및 빌드 자동화를 위한 Xcode 통합
- [snaggle-ai/openapi-mcp-server](https://github.com/snaggle-ai/openapi-mcp-server) 🏎️ 🏠 - Open API 사양(v3)을 사용하여 모든 HTTP/REST API 서버 연결
- [jetbrains/mcpProxy](https://github.com/JetBrains/mcpProxy) 🎖️ 📇 🏠 - JetBrains IDE에 연결
- [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - 라인 지향 텍스트 파일 편집기. 토큰 사용량을 최소화하기 위해 효율적인 부분 파일 접근으로 LLM 도구에 최적화됨.
- [@joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - iOS 시뮬레이터를 제어하는 MCP 서버
- [@joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) 📇 🏠 - iOS 개발자를 위한 App Store Connect API와 통신하는 MCP 서버
- [@sammcj/mcp-package-version](https://github.com/sammcj/mcp-package-version) 📇 🏠 - LLM이 코드를 작성할 때 최신 안정 패키지 버전을 제안하도록 돕는 MCP 서버.
- [@delano/postman-mcp-server](https://github.com/delano/postman-mcp-server) 📇 ☁️ - [Postman API](https://www.postman.com/postman/postman-public-workspace/)와 상호 작용
- [@vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - Pandoc을 사용하여 Markdown, HTML, PDF, DOCX(.docx), csv 등 원활한 문서 형식 변환을 위한 MCP 서버.
- [@pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - 이 MCP 서버는 wget을 사용하여 전체 웹사이트를 다운로드하는 도구를 제공합니다. 웹사이트 구조를 보존하고 로컬에서 작동하도록 링크를 변환합니다.
- [@lamemind/mcp-server-multiverse](https://github.com/lamemind/mcp-server-multiverse) 📇 🏠 🛠️ - 동일한 MCP 서버의 여러 격리된 인스턴스가 고유한 네임스페이스와 구성으로 독립적으로 공존할 수 있도록 하는 미들웨어 서버.
- [@j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - [SQLGlot](https://github.com/tobymao/sqlglot)을 사용하여 SQL 분석, 린팅 및 방언 변환을 제공하는 MCP 서버
- [@haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) 🐍 🏠 - 워크북 생성, 데이터 작업, 서식 지정 및 고급 기능(차트, 피벗 테이블, 수식)을 제공하는 Excel 조작 서버.
- [xcodebuild](https://github.com/ShenghaiWang/xcodebuild) 🍎 iOS Xcode 워크스페이스/프로젝트를 빌드하고 오류를 llm에 피드백합니다.
- [@jasonjmcghee/claude-debugs-for-you](https://github.com/jasonjmcghee/claude-debugs-for-you) 📇 🏠 - 중단점 및 표현식 평가를 통해 (언어에 구애받지 않는) 자동 디버깅을 가능하게 하는 MCP 서버 및 VS Code 확장 프로그램.
- [@Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) 📇 🏠 🍎 - macOS 키체인을 사용하여 프로젝트 간에 API 키를 안전하게 저장하고 접근하기 위한 개인 MCP(모델 컨텍스트 프로토콜) 서버.
- [@xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) 📇 🏠 - JVM 기반 MCP(모델 컨텍스트 프로토콜) 서버의 구현 프로젝트.
- [@yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) 🐍 🏠 - 공식 클라이언트를 사용하여 [Apache Airflow](https://airflow.apache.org/)에 연결하는 MCP 서버.
- [hyperb1iss/droidmind](https://github.com/hyperb1iss/droidmind) 🐍 🏠 - MCP를 통해 AI로 안드로이드 장치를 제어하여 장치 제어, 디버깅, 시스템 분석 및 포괄적인 보안 프레임워크를 통한 UI 자동화 가능.
- [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️🐍☁️🍎 - 인시던트 관리 플랫폼 [Rootly](https://rootly.com/)를 위한 MCP 서버.
- [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - 아름다운 대화형 마인드맵 생성을 위한 모델 컨텍스트 프로토콜(MCP) 서버.
- [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - MCP를 사용한 Claude Code 기능 구현으로, 포괄적인 도구 지원을 통해 AI 코드 이해, 수정 및 프로젝트 분석 가능.
- [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - [Firefly](https://firefly.ai)를 사용하여 클라우드 리소스를 통합, 검색, 관리 및 코드화합니다.
- [yWorks/mcp-typescribe](https://github.com/yWorks/mcp-typescribe) 📇 🏠 - 에이전트가 학습되지 않은 API로 작업할 수 있도록 타입스크립트 API 정보를 효율적으로 제공하는 MCP 서버
- [cjo4m06/mcp-shrimp-task-manager](https://github.com/cjo4m06/mcp-shrimp-task-manager) 📇 ☁️ 🏠 – Cursor AI 같은 코딩 에이전트를 강화하기 위해 설계된 프로그래밍 전용 작업 관리 시스템으로, 고급 작업 메모리, 자기 성찰, 의존성 관리 기능을 갖추고 있습니다. [ShrimpTaskManager](https://cjo4m06.github.io/mcp-shrimp-task-manager)
- [axliupore/mcp-code-runner](https://github.com/axliupore/mcp-code-runner) 📇 🏠 - Docker를 통해 로컬로 코드를 실행하고 여러 프로그래밍 언어를 지원하는 MCP 서버입니다
- [TencentEdgeOne/edgeone-pages-mcp](https://github.com/TencentEdgeOne/edgeone-pages-mcp) 📇 ☁️ - EdgeOne Pages에 HTML 콘텐츠를 배포하고 공개적으로 접근 가능한 URL을 얻기 위한 MCP 서비스입니다.
### 🧮 데이터 과학 도구
데이터 탐색, 분석을 단순화하고 데이터 과학 워크플로우를 향상시키기 위해 설계된 통합 및 도구.
- [ChronulusAI/chronulus-mcp](https://github.com/ChronulusAI/chronulus-mcp) 🐍 ☁️ - Chronulus AI 예측 및 예측 에이전트로 무엇이든 예측하세요.
- [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - 거의 모든 파일이나 웹 콘텐츠를 마크다운으로 변환하는 MCP 서버
- [@reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - .csv 기반 데이터셋에 대한 자율적인 데이터 탐색을 가능하게 하여 최소한의 노력으로 지능적인 통찰력 제공.
### 📂 파일 시스템
구성 가능한 권한으로 로컬 파일 시스템에 직접 접근을 제공합니다. AI 모델이 지정된 디렉토리 내에서 파일을 읽고, 쓰고, 관리할 수 있게 합니다.
- [@modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) 📇 🏠 - 로컬 파일 시스템 직접 접근.
- [@modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) 📇 ☁️ - 파일 목록 조회, 읽기 및 검색을 위한 Google Drive 통합
- [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) 📇 ☁️ - 파일 목록 조회, 읽기 및 검색을 위한 Box 통합
- [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - 로컬 파일 시스템 접근을 위한 Golang 구현.
- [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 🪟 - Everything SDK를 사용한 빠른 Windows 파일 검색
- [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - MCP 또는 클립보드를 통해 LLM과 코드 컨텍스트 공유
- [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) ☕ 🏠 - Quarkus를 사용하여 Java로 구현된 파일 탐색 및 편집을 허용하는 파일 시스템. jar 또는 네이티브 이미지로 사용 가능.
- [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Apache OpenDAL™을 사용하여 모든 스토리지에 접근
### 💰 금융 및 핀테크
금융 데이터 접근 및 암호화폐 시장 정보. 실시간 시장 데이터, 암호화폐 가격 및 금융 분석 쿼리를 가능하게 합니다.
- [heurist-network/heurist-mesh-mcp-server](https://github.com/heurist-network/heurist-mesh-mcp-server) 🎖️ ⛅️ 🏠 🐍 - Heurist Mesh 네트워크를 통해 블록체인 분석, 스마트 계약 보안 감사, 토큰 메트릭 평가 및 온체인 상호 작용을 위한 특화된 웹3 AI 에이전트에 접근합니다. 여러 블록체인에 걸쳐 DeFi 분석, NFT 가치 평가 및 트랜잭션 모니터링을 위한 포괄적인 도구를 제공합니다.
- [@base/base-mcp](https://github.com/base/base-mcp) 🎖️ 📇 ☁️ - 온체인 도구를 위한 Base 네트워크 통합으로, Base 네트워크 및 Coinbase API와 상호 작용하여 지갑 관리, 자금 이체, 스마트 계약 및 DeFi 운영 가능
- [QuantGeekDev/coincap-mcp](https://github.com/QuantGeekDev/coincap-mcp) 📇 ☁️ - CoinCap의 공개 API를 사용한 실시간 암호화폐 시장 데이터 통합으로, API 키 없이 암호화폐 가격 및 시장 정보 접근 제공
- [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - 암호화폐 목록 및 시세를 가져오기 위한 Coinmarket API 통합
- [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - 주식 및 암호화폐 정보를 모두 가져오기 위한 Alpha Vantage API 통합
- [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastytrade에서의 거래 활동을 처리하기 위한 Tastyworks API 통합
- [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - 옵션 추천을 포함한 주식 시장 데이터를 가져오기 위한 Yahoo Finance 통합
- [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) 📇 ☁️ - 30개 이상의 EVM 네트워크를 위한 포괄적인 블록체인 서비스, 네이티브 토큰, ERC20, NFT, 스마트 계약, 트랜잭션 및 ENS 확인 지원.
- [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - 스마트 계약과 상호 작용하고 트랜잭션 및 토큰 정보를 쿼리하는 Bankless Onchain API
- [kukapay/cryptopanic-mcp-server](https://github.com/kukapay/cryptopanic-mcp-server) 🐍 ☁️ - CryptoPanic 기반의 최신 암호화폐 뉴스를 AI 에이전트에게 제공.
- [kukapay/whale-tracker-mcp](https://github.com/kukapay/whale-tracker-mcp) 🐍 ☁️ - 암호화폐 고래 거래 추적을 위한 mcp 서버.
- [kukapay/crypto-feargreed-mcp](https://github.com/kukapay/crypto-feargreed-mcp) 🐍 ☁️ - 실시간 및 과거의 암호화폐 공포 및 탐욕 지수 데이터 제공.
- [kukapay/dune-analytics-mcp](https://github.com/kukapay/dune-analytics-mcp) 🐍 ☁️ - Dune Analytics 데이터를 AI 에이전트에게 연결하는 mcp 서버.
- [kukapay/pancakeswap-poolspy-mcp](https://github.com/kukapay/pancakeswap-poolspy-mcp) 🐍 ☁️ - Pancake Swap에서 새로 생성된 풀을 추적하는 MCP 서버.
- [kukapay/uniswap-poolspy-mcp](https://github.com/kukapay/uniswap-poolspy-mcp) 🐍 ☁️ - 여러 블록체인에서 Uniswap에 새로 생성된 유동성 풀을 추적하는 MCP 서버.
- [kukapay/uniswap-trader-mcp](https://github.com/kukapay/uniswap-trader-mcp) 🐍 ☁️ - 여러 블록체인에서 Uniswap DEX의 토큰 스왑을 자동화하는 AI 에이전트를 위한 MCP 서버.
- [kukapay/token-minter-mcp](https://github.com/kukapay/token-minter-mcp) 🐍 ☁️ - 여러 블록체인에서 ERC-20 토큰을 발행하는 도구를 AI 에이전트에게 제공하는 MCP 서버.
- [kukapay/thegraph-mcp](https://github.com/kukapay/thegraph-mcp) 🐍 ☁️ - The Graph의 인덱싱된 블록체인 데이터로 AI 에이전트를 강화하는 MCP 서버.
- [pwh-pwh/coin-mcp-server](https://github.com/pwh-pwh/coin-mcp-server) 🐍 ☁️ - 암호화폐 가격을 가져오기 위한 Bitget API.
- [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - baostock 기반 MCP 서버로 중국 주식 시장 데이터에 대한 액세스 및 분석 기능을 제공합니다.
- [Wuye-AI/mcp-server-wuye-ai](https://github.com/wuye-ai/mcp-server-wuye-ai) 🎖️ 📇 ☁️ - CRIC부동산AI 플랫폼에 접속하는 MCP 서버입니다. CRIC부동산AI는 커얼루이가 부동산 업계를 위해 특별히 개발한 지능형 AI 어시스턴트입니다.
### 🎮 게임
게임 관련 데이터, 게임 엔진 및 서비스와의 통합
- [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) 📇 🏠 - Godot 게임 엔진과 상호 작용하기 위한 MCP 서버, Godot 프로젝트에서 장면 편집, 실행, 디버깅 및 관리 도구 제공.
- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - 실시간 판타지 프리미어 리그 데이터 및 분석 도구를 위한 MCP 서버.
- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - 게임 개발을 위한 Unity3d 게임 엔진 통합용 MCP 서버
- [opgginc/opgg-mcp](https://github.com/opgginc/opgg-mcp) 📇 ☁️ - 리그 오브 레전드, TFT, 발로란트와 같은 인기 게임의 실시간 게임 데이터에 접근하여 챔피언 분석, e스포츠 일정, 메타 구성 및 캐릭터 통계를 제공합니다.
### 🧠 지식 및 메모리
지식 그래프 구조를 사용한 영구 메모리 저장. AI 모델이 세션 간에 구조화된 정보를 유지하고 쿼리할 수 있게 합니다.
- [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) 📇 🏠 - 컨텍스트 유지를 위한 지식 그래프 기반 영구 메모리 시스템
- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - AI 역할극 및 스토리 생성에 중점을 둔 향상된 그래프 기반 메모리
- [/topoteretes/cognee](https://github.com/topoteretes/cognee/tree/dev/cognee-mcp) 📇 🏠 - 다양한 그래프 및 벡터 저장소를 사용하고 30개 이상의 데이터 소스에서 수집을 허용하는 AI 앱 및 에이전트용 메모리 관리자
- [@hannesrudolph/mcp-ragdocs](https://github.com/hannesrudolph/mcp-ragdocs) 🐍 🏠 - 벡터 검색을 통해 문서를 검색하고 처리하는 도구를 제공하는 MCP 서버 구현으로, AI 어시스턴트가 관련 문서 컨텍스트로 응답을 보강할 수 있도록 지원합니다.
- [@kaliaboi/mcp-zotero](https://github.com/kaliaboi/mcp-zotero) 📇 ☁️ - LLM이 Zotero 클라우드의 컬렉션 및 소스와 함께 작업할 수 있도록 하는 커넥터
- [mcp-summarizer](https://github.com/0xshellming/mcp-summarizer) 📕 ☁️ - AI 요약 MCP 서버, 여러 콘텐츠 유형 지원: 일반 텍스트, 웹 페이지, PDF 문서, EPUB 책, HTML 콘텐츠
- [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server) 📇 ☁️ - Slack, Discord, 웹사이트, Google Drive, Linear 또는 GitHub에서 무엇이든 Graphlit 프로젝트로 수집한 다음 Cursor, Windsurf 또는 Cline과 같은 MCP 클라이언트 내에서 관련 지식을 검색하고 검색합니다.
- [@mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) 🐍 🏠 - 코딩 선호도 및 패턴 관리를 돕는 Mem0용 모델 컨텍스트 프로토콜 서버로, Cursor 및 Windsurf와 같은 IDE에서 코드 구현, 모범 사례 및 기술 문서를 저장, 검색 및 의미론적으로 처리하는 도구를 제공합니다.
- [@ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) 📇 ☁️ - Google Drive, Notion, JIRA 등과 같은 통합 서비스에 연결된 [Ragie](https://www.ragie.ai) (RAG) 지식 베이스에서 컨텍스트를 검색합니다.
### 🗺️ 위치 서비스
지리 및 위치 기반 서비스 통합. 지도 데이터, 길찾기 및 장소 정보에 대한 접근을 가능하게 합니다.
- [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) 📇 ☁️ - 위치 서비스, 경로 안내 및 장소 세부 정보를 위한 Google 지도 통합
- [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) 🐍 🏠 - 모든 시간대의 시간에 접근하고 현재 현지 시간 확인
- [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - nominatim, ArcGIS, Bing을 위한 지오코딩 MCP 서버
- [@briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - IPInfo API를 사용한 IP 주소 지리 위치 및 네트워크 정보
- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - QGIS 데스크톱을 MCP를 통해 Claude AI에 연결합니다. 이 통합은 프롬프트 지원 프로젝트 생성, 레이어 로딩, 코드 실행 등을 가능하게 합니다.
- [kukapay/nearby-search-mcp](https://github.com/kukapay/nearby-search-mcp) 🐍 ☁️ - IP 기반 위치 감지를 통한 주변 장소 검색을 위한 MCP 서버.
### 🎯 마케팅
마케팅 콘텐츠 생성 및 편집, 웹 메타 데이터 작업, 제품 포지셔닝 및 편집 가이드 작업을 위한 도구.
- [Open Strategy Partners 마케팅 도구](https://github.com/open-strategy-partners/osp_marketing_tools) 🐍 🏠 - 글쓰기 스타일, 편집 코드, 제품 마케팅 가치 맵 생성을 포함한 Open Strategy Partners의 마케팅 도구 모음.
### 📊 모니터링
애플리케이션 모니터링 데이터 접근 및 분석. AI 모델이 오류 보고서 및 성능 지표를 검토할 수 있게 합니다.
- [tumf/grafana-loki-mcp](https://github.com/tumf/grafana-loki-mcp) 🐍 🏠 - Grafana API를 통해 Loki 로그를 쿼리할 수 있는 MCP 서버입니다.
- [@modelcontextprotocol/server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry) 🐍 ☁️ - 오류 추적 및 성능 모니터링을 위한 Sentry.io 통합
- [@MindscapeHQ/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - 충돌 보고 및 실제 사용자 모니터링을 위한 Raygun API V3 통합
- [metoro-io/metoro-mcp-server](https://github.com/metoro-io/metoro-mcp-server) 🎖️ 🏎️ ☁️ - Metoro로 모니터링되는 쿠버네티스 환경 쿼리 및 상호 작용
- [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) 🎖️ 🐍 🏠 ☁️ - Grafana 인스턴스에서 대시보드 검색, 인시던트 조사 및 데이터 소스 쿼리
- [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) 🎖️ 🐍 ☁️ - Logfire를 통해 OpenTelemetry 추적 및 메트릭에 대한 접근 제공
- [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - 모델 컨텍스트 프로토콜(MCP)을 통해 시스템 메트릭을 노출하는 시스템 모니터링 도구. 이 도구를 사용하면 LLM이 MCP 호환 인터페이스를 통해 실시간 시스템 정보를 검색할 수 있습니다. (CPU, 메모리, 디스크, 네트워크, 호스트, 프로세스 지원)
- [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) 🐍 🏠 - 복잡성에서 보안 취약점에 이르기까지 10가지 중요한 차원에 걸쳐 지능적이고 프롬프트 기반 분석을 통해 AI 생성 코드 품질 향상
### 🔎 검색
- [scrapeless-ai/scrapeless-mcp-server](https://github.com/scrapeless-ai/scrapeless-mcp-server) 🐍 ☁️ - Scrapeless Model Context Protocol 서비스는 MCP 생태계 내에서 떠나지 않고 웹 검색을 가능하게 하는 Google SERP API에 대한 MCP 서버 커넥터 역할을 합니다.
- [@modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) 📇 ☁️ - Brave의 검색 API를 사용한 웹 검색 기능
- [@angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - NYTimes API를 사용하여 기사 검색
- [@modelcontextprotocol/server-fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) 🐍 🏠 ☁️ - AI 소비를 위한 효율적인 웹 콘텐츠 가져오기 및 처리
- [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) 📇 ☁️ - Kagi 검색 API 통합
- [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – 모델 컨텍스트 프로토콜(MCP) 서버는 Claude와 같은 AI 어시스턴트가 웹 검색을 위해 Exa AI 검색 API를 사용할 수 있게 합니다. 이 설정은 AI 모델이 안전하고 통제된 방식으로 실시간 웹 정보를 얻을 수 있도록 합니다.
- [fatwang2/search1api-mcp](https://github.com/fatwang2/search1api-mcp) 📇 ☁️ - search1api를 통한 검색 (유료 API 키 필요)
- [Tomatio13/mcp-server-tavily](https://github.com/Tomatio13/mcp-server-tavily) ☁️ 🐍 – Tavily AI 검색 API
- [kshern/mcp-tavily](https://github.com/kshern/mcp-tavily.git) ☁️ 📇 – Tavily AI 검색 API
- [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - ArXiv 연구 논문 검색
- [mzxrai/mcp-webresearch](https://github.com/mzxrai/mcp-webresearch) 🔍📚 - Google 검색 및 모든 주제에 대한 심층 웹 리서치 수행
- [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ arXiv에서 논문을 검색하고 읽기 위한 LLM용 MCP
- [andybrandt/mcp-simple-pubmed](https://github.com/andybrandt/mcp-simple-pubmed) - 🐍 ☁️ PubMed에서 의료/생명 과학 논문을 검색하고 읽기 위한 MCP.
- [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - Apify의 오픈 소스 RAG 웹 브라우저 액터를 위한 MCP 서버로 웹 검색, URL 스크래핑 및 마크다운 형식으로 콘텐츠 반환 수행.
- [SecretiveShell/MCP-searxng](https://github.com/SecretiveShell/MCP-searxng) 🐍 🏠 - searXNG 인스턴스에 연결하기 위한 MCP 서버
- [Bigsy/Clojars-MCP-Server](https://github.com/Bigsy/Clojars-MCP-Server) 📇 ☁️ - Clojure 라이브러리의 최신 의존성 정보를 위한 Clojars MCP 서버
- [Ihor-Sokoliuk/MCP-SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng) 📇 🏠/☁️ - [SearXNG](https://docs.searxng.org)를 위한 모델 컨텍스트 프로토콜 서버
- [erithwik/mcp-hn](https://github.com/erithwik/mcp-hn) 🐍 ☁️ - 해커 뉴스 검색, 인기 기사 가져오기 등을 위한 MCP 서버.
- [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) 📇 ☁️ - 자동 주제 분류, 다국어 지원 및 [SerpAPI](https://serpapi.com/)를 통한 헤드라인, 기사 및 관련 주제를 포함한 포괄적인 검색 기능을 갖춘 Google 뉴스 통합.
- [devflowinc/trieve](https://github.com/devflowinc/trieve/tree/main/clients/mcp-server) 🎖️ 📇 ☁️ 🏠 - [Trieve](https://trieve.ai)를 통해 데이터셋에서 정보를 크롤링, 임베딩, 청킹, 검색 및 검색합니다.
- [nickclyde/duckduckgo-mcp-server](https://github.com/nickclyde/duckduckgo-mcp-server) 🐍 ☁️ - DuckDuckGo를 사용한 웹 검색
- [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - DuckDuckGo 검색 기능을 제공하는 TypeScript 기반 MCP 서버입니다.
- [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) ☁️ 📇 - 고급 검색, 비공개 심층 연구, 모든 것을 마크다운으로 변환하는 파일 추출 및 텍스트 청킹을 위한 [Vectorize](https://vectorize.io) MCP 서버.
- [jae-jae/fetcher-mcp](https://github.com/jae-jae/fetcher-mcp) 📇 🏠 - Playwright 헤드리스 브라우저를 사용하여 웹 페이지 콘텐츠를 가져오는 MCP 서버, Javascript 렌더링 및 지능형 콘텐츠 추출 지원, 마크다운 또는 HTML 형식 출력.
- [isnow890/naver-search-mcp](https://github.com/isnow890/naver-search-mcp) 📇 ☁️ - 네이버 검색 API를 통합한 MCP 서버로, 블로그, 뉴스, 쇼핑 검색 및 데이터랩 분석 기능을 제공합니다.
- [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - 웹 플랫폼 API를 사용하여 Baseline 상태를 검색하는 MCP 서버
### 🔒 보안
- [dnstwist MCP 서버](https://github.com/BurtTheCoder/mcp-dnstwist) 📇 🪟 ☁️ - 타이포스쿼팅, 피싱 및 기업 스파이 활동 탐지를 돕는 강력한 DNS 퍼징 도구인 dnstwist용 MCP 서버.
- [fosdickio/binary_ninja_mcp](https://github.com/Vector35/binaryninja-mcp) 🐍 🏠 🍎 🪟 🐧 - Binary Ninja를 위한 MCP 서버 및 브릿지. 바이너리 분석 및 리버스 엔지니어링을 위한 도구를 제공합니다.
- [Maigret MCP 서버](https://github.com/BurtTheCoder/mcp-maigret) 📇 🪟 ☁️ - 다양한 공개 소스에서 사용자 계정 정보를 수집하는 강력한 OSINT 도구인 maigret용 MCP 서버. 이 서버는 소셜 네트워크에서 사용자 이름 검색 및 URL 분석 도구를 제공합니다.
- [Shodan MCP 서버](https://github.com/BurtTheCoder/mcp-shodan) 📇 🪟 ☁️ - Shodan API 및 Shodan CVEDB 쿼리를 위한 MCP 서버. 이 서버는 IP 조회, 장치 검색, DNS 조회, 취약점 쿼리, CPE 조회 등을 위한 도구를 제공합니다.
- [VirusTotal MCP 서버](https://github.com/BurtTheCoder/mcp-virustotal) 📇 🪟 ☁️ - VirusTotal API 쿼리를 위한 MCP 서버. 이 서버는 URL 스캔, 파일 해시 분석 및 IP 주소 보고서 검색 도구를 제공합니다.
- [ORKL MCP 서버](https://github.com/fr0gger/MCP_Security) 📇 🛡️ ☁️ - ORKL API 쿼리를 위한 MCP 서버. 이 서버는 위협 보고서 가져오기, 위협 행위자 분석 및 인텔리전스 소스 검색 도구를 제공합니다.
- [Security Audit MCP 서버](https://github.com/qianniuspace/mcp-security-audit) 📇 🛡️ ☁️ 보안 취약점에 대해 npm 패키지 의존성을 감사하는 강력한 MCP(모델 컨텍스트 프로토콜) 서버. 실시간 보안 검사를 위한 원격 npm 레지스트리 통합으로 구축됨.
- [ROADRecon MCP 서버](https://github.com/atomicchonk/roadrecon_mcp_server) 🐍 🪟 🏠 Azure 테넌트 열거에서 ROADrecon 수집 결과 분석을 위한 MCP 서버
- [VMS MCP 서버](https://github.com/jyjune/mcp_vms) 🐍 🏠 🪟 VMS MCP 서버는 CCTV 녹화 프로그램(VMS)에 연결하여 녹화된 영상과 실시간 영상을 가져오며, 특정 채널의 특정 시간에 실시간 영상이나 재생 화면을 표시하는 등의 VMS 소프트웨어 제어 도구도 제공합니다.
-
### 🏃 스포츠
스포츠 관련 데이터, 결과 및 통계에 접근하기 위한 도구.
- [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) 📇 ☁️ - 자연어를 통해 사이클링 경주 데이터, 결과 및 통계에 접근합니다. firstcycling.com에서 출발 목록, 경주 결과 및 라이더 정보 검색 기능 포함.
- [willvelida/mcp-afl-server](https://github.com/willvelida/mcp-afl-server) ☁️ - MCP 서버는 Squiggle API와 통합되어 호주 풋볼 리그 팀, 순위표, 경기 결과, 예측, 그리고 파워 랭킹에 대한 정보를 제공합니다.
### 🌎 번역 서비스
AI 어시스턴트가 다양한 언어 간에 콘텐츠를 번역할 수 있게 해주는 번역 도구 및 서비스.
- [translated/lara-mcp](https://github.com/translated/lara-mcp) 🎖️ 📇 ☁️ - Lara 번역 API를 위한 MCP 서버로, 언어 감지 및 컨텍스트 인식 번역을 지원하는 강력한 번역 기능을 제공합니다.
### 🚆 여행 및 교통
여행 및 교통 정보 접근. 일정, 경로 및 실시간 여행 데이터 쿼리를 가능하게 합니다.
- [Airbnb MCP 서버](https://github.com/openbnb-org/mcp-server-airbnb) 📇 ☁️ - Airbnb 검색 및 숙소 세부 정보 가져오기 도구 제공.
- [NS 여행 정보 MCP 서버](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - 네덜란드 철도(NS) 여행 정보, 일정 및 실시간 업데이트 접근
- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - 미국 국립 공원의 공원 세부 정보, 경고, 방문자 센터, 캠프장 및 이벤트에 대한 최신 정보를 제공하는 국립 공원 서비스 API 통합
- [pab1it0/tripadvisor-mcp](https://github.com/pab1it0/tripadvisor-mcp) 📇 🐍 - LLM이 Tripadvisor API와 상호 작용할 수 있게 하는 MCP 서버로, 표준화된 MCP 인터페이스를 통해 위치 데이터, 리뷰 및 사진 지원
### 🔄 버전 관리
Git 리포지토리 및 버전 관리 플랫폼과 상호 작용합니다. 표준화된 API를 통해 리포지토리 관리, 코드 분석, 풀 리퀘스트 처리, 이슈 추적 및 기타 버전 관리 작업을 가능하게 합니다.
- [@modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) 📇 ☁️ - 리포지토리 관리, PR, 이슈 등을 위한 GitHub API 통합
- [@modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) 📇 ☁️ 🏠 - 프로젝트 관리 및 CI/CD 운영을 위한 GitLab 플랫폼 통합
- [Tiberriver256/mcp-server-azure-devops](https://github.com/Tiberriver256/mcp-server-azure-devops) 📇 ☁️ - Azure DevOps 통합, 리포지토리, 작업 항목 및 파이프라인 관리용
- [@oschina/mcp-gitee](https://github.com/oschina/gitee) 🏎️ ☁️ 🏠 - Gitee API 통합, 리포지토리, 이슈 및 풀 리퀘스트 관리 등.
- [@modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) 🐍 🏠 - 로컬 리포지토리 읽기, 검색 및 분석을 포함한 직접적인 Git 리포지토리 운영
- [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - LLM으로 GitHub 리포지토리 읽기 및 분석
### 🛠️ 기타 도구 및 통합
- [apify/actors-mcp-server](https://github.com/apify/actors-mcp-server) 📇 ☁️ - 액터라고 알려진 3,000개 이상의 사전 구축된 클라우드 도구를 사용하여 웹사이트, 전자 상거래, 소셜 미디어, 검색 엔진, 지도 등에서 데이터 추출
- [ivo-toby/contentful-mcp](https://github.com/ivo-toby/contentful-mcp) 📇 🏠 - Contentful Space에서 콘텐츠, 콘텐츠 모델 및 에셋 업데이트, 생성, 삭제
- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇 ☁️ - OpenAI의 가장 똑똑한 모델과 채팅
- [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - 전체 소스 파일을 읽지 않고 AI 어시스턴트에게 패키지 문서 및 유형에 대한 스마트한 접근을 제공하는 토큰 효율적인 Go 문서 서버
- [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - MCP 프로토콜을 사용하여 Claude에서 직접 OpenAI 모델 쿼리
- [@modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) 📇 🏠 - MCP 프로토콜의 모든 기능을 실행하는 MCP 서버
- [baba786/phabricator-mcp-server](https://github.com/baba786/phabricator-mcp-server) 🐍 ☁️ - Phabricator API와 상호 작용
- [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) 🐍 ☁️ 🏠 - REST API를 통해 Obsidian과 상호 작용
- [calclavia/mcp-obsidian](https://github.com/calclavia/mcp-obsidian) 📇 🏠 - Claude 데스크톱(또는 모든 MCP 클라이언트)이 마크다운 노트(예: Obsidian 보관소)를 포함하는 모든 디렉토리를 읽고 검색할 수 있도록 하는 커넥터입니다.
- [anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube) 📇 ☁️ - YouTube 자막 가져오기
- [Seym0n/tiktok-mcp](https://github.com/Seym0n/tiktok-mcp) 📇 ☁️ - TikTok 동영상과 상호 작용
- [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) 🐍 ☁️ - 개인 할 일 목록 관리를 위해 Notion의 API와 통합
- [rusiaaman/wcgw](https://github.com/rusiaaman/wcgw/blob/main/src/wcgw/client/mcp_server/Readme.md) 🐍 🏠 - 자율 셸 실행, 컴퓨터 제어 및 코딩 에이전트. (Mac)
- [reeeeemo/ancestry-mcp](https://github.com/reeeeemo/ancestry-mcp) 🐍 🏠 - AI가 .ged 파일 및 유전 데이터 읽기 가능
- [sirmews/apple-notes-mcp](https://github.com/sirmews/apple-notes-mcp) 🐍 🏠 - AI가 로컬 Apple Notes 데이터베이스에서 읽기 가능 (macOS 전용)
- [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 🏠 - 암호화폐 목록 및 시세를 가져오기 위한 Coinmarket API 통합
- [suekou/mcp-notion-server](https://github.com/suekou/mcp-notion-server) 📇 🏠 - Notion API와 상호 작용
- [amidabuddha/unichat-mcp-server](https://github.com/amidabuddha/unichat-mcp-server) 🐍/📇 ☁️ - 도구 또는 사전 정의된 프롬프트를 통해 MCP 프로토콜을 사용하여 OpenAI, MistralAI, Anthropic, xAI, Google AI 또는 DeepSeek에 요청 보내기. 공급업체 API 키 필요
- [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) 📇 ☁️ - MIRO 화이트보드 접근, 항목 대량 생성 및 읽기. REST API용 OAUTH 키 필요.
- [@tacticlaunch/mcp-linear](https://github.com/tacticlaunch/mcp-linear) 📇 ☁️ 🍎 🪟 🐧 - Linear 프로젝트 관리 시스템과 통합
- [KS-GEN-AI/jira-mcp-server](https://github.com/KS-GEN-AI/jira-mcp-server) 📇 ☁️ 🍎 🪟 - JQL 및 API를 통해 Jira 데이터 읽기 및 티켓 생성 및 편집 요청 실행.
- [KS-GEN-AI/confluence-mcp-server](https://github.com/KS-GEN-AI/confluence-mcp-server) 📇 ☁️ 🍎 🪟 - CQL을 통해 Confluence 데이터 가져오기 및 페이지 읽기.
- [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) 🐍 ☁️ - Atlassian 제품(Confluence 및 Jira)용 MCP 서버. Confluence Cloud, Jira Cloud 및 Jira Server/Data Center 지원. Atlassian 작업 공간 전반에 걸쳐 콘텐츠 검색, 읽기, 생성 및 관리를 위한 포괄적인 도구 제공.
- [pyroprompts/any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp) - Perplexity, Groq, xAI 등과 같은 다른 OpenAI SDK 호환 채팅 완료 API와 채팅
- [anaisbetts/mcp-installer](https://github.com/anaisbetts/mcp-installer) 🐍 🏠 - 다른 MCP 서버를 설치해주는 MCP 서버.
- [tanigami/mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity) 🐍 ☁️ - Perplexity API와 상호 작용.
- [future-audiences/wikimedia-enterprise-model-context-protocol](https://gitlab.wikimedia.org/repos/future-audiences/wikimedia-enterprise-model-context-protocol) 🐍 ☁️ - 위키백과 기사 조회 API
- [andybrandt/mcp-simple-timeserver](https://github.com/andybrandt/mcp-simple-timeserver) 🐍 🏠☁️ - 클라이언트 머신의 현지 시간 또는 NTP 서버의 현재 UTC 시간을 확인할 수 있는 MCP 서버
- [andybrandt/mcp-simple-openai-assistant](https://github.com/andybrandt/mcp-simple-openai-assistant) - 🐍 ☁️ OpenAI 어시스턴트와 대화하기 위한 MCP (Claude는 모든 GPT 모델을 어시스턴트로 사용할 수 있음)
- [@evalstate/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) 📇 ☁️ - Claude에서 직접 HuggingFace Spaces 사용. 오픈 소스 이미지 생성, 채팅, 비전 작업 등 사용. 이미지, 오디오 및 텍스트 업로드/다운로드 지원.
- [zueai/mcp-manager](https://github.com/zueai/mcp-manager) 📇 ☁️ - Claude 데스크톱 앱용 MCP 서버를 설치하고 관리하는 간단한 웹 UI.
- [wong2/mcp-cli](https://github.com/wong2/mcp-cli) 📇 🏠 - MCP 서버 테스트용 CLI 도구
- [chrishayuk/mcp-cli](https://github.com/chrishayuk/mcp-cli) 🐍 🏠 - MCP 서버 테스트를 위한 또 다른 CLI 도구
- [isaacwasserman/mcp-vegalite-server](https://github.com/isaacwasserman/mcp-vegalite-server) 🐍 🏠 - VegaLite 형식 및 렌더러를 사용하여 가져온 데이터에서 시각화 생성.
- [tevonsb/homeassistant-mcp](https://github.com/tevonsb/homeassistant-mcp) 📇 🏠 - Home Assistant 데이터 접근 및 장치(조명, 스위치, 온도 조절기 등) 제어.
- [allenporter/mcp-server-home-assistant](https://github.com/allenporter/mcp-server-home-assistant) 🐍 🏠 - 모델 컨텍스트 프로토콜 서버를 통해 모든 Home Assistant 음성 인텐트를 노출하여 홈 제어 가능.
- [@magarcia/mcp-server-giphy](https://github.com/magarcia/mcp-server-giphy) 📇 ☁️ - Giphy API를 통해 Giphy의 방대한 라이브러리에서 GIF 검색 및 검색.
- [nguyenvanduocit/all-in-one-model-context-protocol](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol) 🏎️ 🏠 - 개발자를 위한 유용한 도구 모음, 엔지니어가 필요로 하는 거의 모든 것: confluence, Jira, Youtube, 스크립트 실행, 지식 기반 RAG, URL 가져오기, Youtube 채널 관리, 이메일, 캘린더, gitlab
- [@joshuarileydev/mac-apps-launcher-mcp-server](https://github.com/JoshuaRileyDev/mac-apps-launcher) 📇 🏠 - MacOS에서 애플리케이션을 나열하고 실행하는 MCP 서버
- [ZeparHyfar/mcp-datetime](https://github.com/ZeparHyfar/mcp-datetime) - 다양한 형식의 날짜 및 시간 함수를 제공하는 MCP 서버
- [SecretiveShell/MCP-wolfram-alpha](https://github.com/SecretiveShell/MCP-wolfram-alpha) 🐍 ☁️ - Wolfram Alpha API 쿼리를 위한 MCP 서버.
- [Amazon Bedrock Nova Canvas](https://github.com/zxkane/mcp-server-amazon-bedrock) 📇 ☁️ - 이미지 생성을 위해 Amazon Nova Canvas 모델 사용.
- [apinetwork/piapi-mcp-server](https://github.com/apinetwork/piapi-mcp-server) 📇 ☁️ PiAPI MCP 서버는 사용자가 Claude 또는 다른 MCP 호환 앱에서 직접 Midjourney/Flux/Kling/Hunyuan/Udio/Trellis로 미디어 콘텐츠를 생성할 수 있게 합니다.
- [gotoolkits/DifyWorkflow](https://github.com/gotoolkits/mcp-difyworkflow-server) - 🏎️ ☁️ Dify 워크플로우 쿼리 및 실행 도구
- [@pskill9/hn-server](https://github.com/pskill9/hn-server) - 📇 ☁️ news.ycombinator.com(해커 뉴스)의 HTML 콘텐츠를 파싱하고 다양한 유형의 스토리(인기, 신규, 질문, 쇼, 채용)에 대한 구조화된 데이터 제공.
- [@mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe) - 🎖️ 🦀 🏠 🍎 타임스탬프 인덱싱, SQL/임베딩 저장소, 시맨틱 검색, LLM 기반 기록 분석 및 이벤트 트리거 작업을 통해 화면/오디오를 캡처하는 로컬 우선 시스템 - NextJS 플러그인 생태계를 통해 컨텍스트 인식 AI 에이전트 구축 가능.
- [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - AI가 Bear Notes에서 읽을 수 있도록 허용 (macOS 전용)
- [mcp-server-jfx](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jfx) ☕ 🏠 - JavaFX 캔버스에 그리기.
- [hmk/attio-mcp-server](https://github.com/hmk/attio-mcp-server) - 📇 ☁️ AI 클라이언트가 Attio CRM에서 레코드 및 노트를 관리할 수 있도록 허용
- [roychri/mcp-server-asana](https://github.com/roychri/mcp-server-asana) - 📇 ☁️ 이 모델 컨텍스트 프로토콜 서버의 Asana 구현은 Anthropic의 Claude 데스크톱 애플리케이션과 같은 MCP 클라이언트에서 Asana API와 통신할 수 있게 합니다.
- [ws-mcp](https://github.com/nick1udwig/ws-mcp) - WebSocket으로 MCP 서버 래핑 ([kitbitz](https://github.com/nick1udwig/kibitz)와 함께 사용하기 위해)
- [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ AI 모델이 비트코인과 상호 작용하여 키 생성, 주소 유효성 검사, 트랜잭션 디코딩, 블록체인 쿼리 등을 할 수 있도록 하는 모델 컨텍스트 프로토콜(MCP) 서버.
- [tomekkorbak/strava-mcp-server](https://github.com/tomekkorbak/strava-mcp-server) 🐍 ☁️ - 신체 운동 추적 앱인 Strava용 MCP 서버
- [tomekkorbak/oura-mcp-server](https://github.com/tomekkorbak/oura-mcp-server) 🐍 ☁️ - 수면 추적 앱인 Oura용 MCP 서버
- [rember/rember-mcp](https://github.com/rember/rember-mcp) 📇 🏠 - 채팅에서 배운 내용을 기억하기 위해 [Rember](https://rember.com)에 간격 반복 플래시 카드 만들기.
- [hiromitsusasaki/raindrop-io-mcp-server](https://github.com/hiromitsusasaki/raindrop-io-mcp-server) 📇 ☁️ - LLM이 모델 컨텍스트 프로토콜(MCP)을 사용하여 Raindrop.io 북마크와 상호 작용할 수 있도록 하는 통합.
- [@integromat/make-mcp-server](https://github.com/integromat/make-mcp-server) 🎖️ 📇 🏠 - [Make](https://www.make.com/) 시나리오를 AI 어시스턴트가 호출할 수 있는 도구로 변환합니다.
- [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) - 🐍 화면 GUI 자동 조작.
- [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ AI 모델이 [Kibela](https://kibe.la/)와 상호 작용할 수 있도록 허용
- [blurrah/mcp-graphql](https://github.com/blurrah/mcp-graphql) 📇 ☁️ - AI가 GraphQL 서버를 쿼리할 수 있도록 허용
- [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - 일반 GraphQL 쿼리/변이 정의 도구를 사용하면 gqai가 자동으로 MCP 서버를 생성합니다.
- [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Replicate의 API를 통해 이미지 생성 기능 제공.
- [kenliao94/mcp-server-rabbitmq](https://github.com/kenliao94/mcp-server-rabbitmq) 🐍 🏠 - RabbitMQ와의 상호 작용(관리 작업, 메시지 인큐/디큐) 가능
- [marcelmarais/Spotify](https://github.com/marcelmarais/spotify-mcp-server) - 📇 🏠 Spotify 재생 제어 및 재생 목록 관리.
- [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍎 - 키보드 입력, 마우스 이동과 같은 명령을 실행할 수 있는 MCP 서버
- [awwaiid/mcp-server-taskwarrior](https://github.com/awwaiid/mcp-server-taskwarrior) 🏠 📇 - 기본적인 로컬 taskwarrior 사용(작업 추가, 업데이트, 제거)을 위한 MCP 서버
- [tumf/web3-mcp](https://github.com/tumf/web3-mcp) 🐍 ☁️ - Ankr Advanced API를 래핑하는 MCP 서버 구현. 이더리움, BSC, 폴리곤, 아발란체 등 여러 체인에서 NFT, 토큰 및 블록체인 데이터에 접근할 수 있습니다.
- [Alfex4936/kogrammar](https://github.com/Alfex4936/Hangul-MCP) 📇 - 한국어 맞춤법/글자 수 세기 MCP 서버
## 프레임워크
- [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - 파이썬으로 MCP 서버를 구축하기 위한 고수준 프레임워크
- [FastMCP](https://github.com/punkpeye/fastmcp) 📇 - 타입스크립트로 MCP 서버를 구축하기 위한 고수준 프레임워크
- [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - 함수형 테스트를 포함하여 선언적으로 MCP 서버를 작성하기 위한 Golang 라이브러리
- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) 📇 – [Genkit](https://github.com/firebase/genkit/tree/main)과 모델 컨텍스트 프로토콜(MCP) 간의 통합 제공.
- [LiteMCP](https://github.com/wong2/litemcp) 📇 - JavaScript/TypeScript로 MCP 서버를 구축하기 위한 고수준 프레임워크
- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - MCP 서버 및 클라이언트 구축을 위한 Golang SDK.
- [mcp-framework](https://github.com/QuantGeekDev/mcp-framework) 📇 - MCP 서버 구축을 위한 빠르고 우아한 타입스크립트 프레임워크
- [mcp-proxy](https://github.com/punkpeye/mcp-proxy) - 📇 `stdio` 전송을 사용하는 MCP 서버를 위한 타입스크립트 SSE 프록시.
- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - Rust용 MCP CLI 서버 템플릿
- [metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang) 🏎️ - 타입 안전성에 중점을 둔 MCP 서버 구축을 위한 Golang 프레임워크
- [rectalogic/langchain-mcp](https://github.com/rectalogic/langchain-mcp) 🐍 - LangChain에서 MCP 도구 호출 지원을 제공하여 MCP 도구를 LangChain 워크플로우에 통합 가능.
- [salty-flower/ModelContextProtocol.NET](https://github.com/salty-flower/ModelContextProtocol.NET) #️⃣ 🏠 - NativeAOT 호환성으로 .NET 9에서 MCP 서버를 구축하기 위한 C# SDK ⚡ 🔌
- [spring-projects-experimental/spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) ☕ 🌱 - 다양한 플러그형 전송 옵션으로 MCP 클라이언트 및 MCP 서버 구축을 위한 Java SDK 및 Spring 프레임워크 통합.
- [@marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - 리소스 언급 및 프롬프트 명령을 위한 모델 컨텍스트 프로토콜(MCP)을 구현하는 CodeMirror 확장 프로그램.
- [quarkiverse/quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) ☕ - Quarkus를 사용하여 MCP 서버를 구축하기 위한 Java SDK.
- [lastmile-ai/mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - 간단하고 구성 가능한 패턴을 사용하여 MCP 서버로 효과적인 에이전트 구축.
- [mullerhai/sakura-mcp](https://github.com/mullerhai/sakura-mcp) 🦀 ☕ - modelcontextprotocol.io에서 가져온 MCP 서버 및 MCP 클라이언트로 효과적인 에이전트를 구축하기 위한 Scala MCP 프레임워크.
## 유틸리티
- [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 📇 - 예제 서버 및 MCP 클라이언트가 포함된 MCP stdio에서 HTTP SSE 전송 게이트웨이.
- [isaacwasserman/mcp-langchain-ts-client](https://github.com/isaacwasserman/mcp-langchain-ts-client) 📇 – LangChain.js에서 MCP 제공 도구 사용
- [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) 📇 - MCP SSE 서버용 게이트웨이 데모.
- [mark3labs/mcphost](https://github.com/mark3labs/mcphost) 🏎️ - 대규모 언어 모델(LLM)이 모델 컨텍스트 프로토콜(MCP)을 통해 외부 도구와 상호 작용할 수 있도록 하는 CLI 호스트 애플리케이션.
- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) 📇 - 클라우드 기반 AI 서비스가 HTTP/HTTPS 요청을 통해 로컬 Stdio 기반 MCP 서버에 접근할 수 있도록 하는 작은 도구.
- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 – 기존의 모든 openAI 호환 클라이언트에서 mcp를 사용하기 위한 openAI 미들웨어 프록시
- [sparfenyuk/mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) 🐍 – MCP stdio에서 SSE 전송 게이트웨이.
- [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 🐍 – 수직 AI 에이전트 구축 프레임워크
- [kukapay/whereami-mcp](https://github.com/kukapay/whereami-mcp) 🐍 ☁️ - 현재 IP를 기반으로 현재 위치를 정확히 알려주는 경량 mcp 서버.
- [kukapay/whattimeisit-mcp](https://github.com/kukapay/whattimeisit-mcp) 🐍 ☁️ - 현재 시간을 정확히 알려주는 경량 mcp 서버.
- [kukapay/whoami-mcp](https://github.com/kukapay/whoami-mcp) 🐍 🏠 - 현재 사용자가 누구인지 정확히 알려주는 경량 MCP 서버.
- [flux159/mcp-chat](https://github.com/flux159/mcp-chat) 📇🖥️ - 모든 MCP 서버와 채팅하고 연결하는 CLI 기반 클라이언트. MCP 서버 개발 및 테스트 중에 유용합니다.
- [TBXark/mcp-proxy](https://github.com/TBXark/mcp-proxy) 🏎️ - 여러 MCP 리소스 서버를 단일 http 서버를 통해 집계하고 제공하는 MCP 프록시 서버.
## 팁과 요령
### LLM에게 MCP 사용 방법을 알리는 공식 프롬프트
Claude에게 모델 컨텍스트 프로토콜에 대해 물어보고 싶으신가요?
프로젝트를 생성한 다음 이 파일을 추가하세요:
https://modelcontextprotocol.io/llms-full.txt
Claude에게 MCP 서버 작성 및 작동 방식에 대한 질문해보세요!
- https://www.reddit.com/r/ClaudeAI/comments/1h3g01r/want_to_ask_claude_about_model_context_protocol/
## 스타 히스토리
## /README-pt_BR.md
# Servidores MCP Incríveis [](https://awesome.re)
[](README-th.md)
[](README.md)
[](README-zh_TW.md)
[](README-zh.md)
[](README-ja.md)
[](README-ko.md)
[](README-pt_BR.md)
[](https://glama.ai/mcp/discord)
[](https://www.reddit.com/r/mcp/)
Uma lista curada de servidores incríveis do Model Context Protocol (MCP).
* [O que é MCP?](#o-que-é-mcp)
* [Clientes](#clientes)
* [Tutoriais](#tutoriais)
* [Comunidade](#comunidade)
* [Legenda](#legenda)
* [Implementações de Servidores](#implementações-de-servidores)
* [Frameworks](#frameworks)
* [Utilitários](#utilitários)
* [Dicas & Truques](#dicas-e-truques)
## O que é MCP?
[MCP](https://modelcontextprotocol.io/) é um protocolo aberto que permite que modelos de IA interajam de forma segura com recursos locais e remotos através de implementações padronizadas de servidores. Esta lista foca em servidores MCP prontos para produção e experimentais que ampliam os recursos de IA por meio de acesso a arquivos, conexões de banco de dados, integrações de API e outros serviços contextuais.
## Clientes
Confira [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) e [glama.ai/mcp/clients](https://glama.ai/mcp/clients).
> [!TIP]
> [Glama Chat](https://glama.ai/chat) é um cliente de IA multimodal com suporte a MCP & [gateway de IA](https://glama.ai/gateway).
## Tutoriais
* [Introdução Rápida ao Model Context Protocol (MCP)](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart)
* [Configurar o Aplicativo Desktop Claude para usar um banco de dados SQLite](https://youtu.be/wxCCzo9dGj0)
## Comunidade
* [Reddit r/mcp](https://www.reddit.com/r/mcp)
* [Servidor Discord](https://glama.ai/mcp/discord)
## Legenda
* 🎖️ – implementação oficial
* linguagem de programação
* 🐍 – código Python
* 📇 – código TypeScript
* 🏎️ – código Go
* 🦀 – código Rust
* #️⃣ - código C#
* ☕ - código Java
* escopo
* ☁️ - Serviço em Nuvem
* 🏠 - Serviço Local
* 📟 - Sistemas Embarcados
* sistema operacional
* 🍎 – Para macOS
* 🪟 – Para Windows
* 🐧 - Para Linux
> [!NOTE]
> Confuso sobre Local 🏠 vs Nuvem ☁️?
> * Use local quando o servidor MCP está se comunicando com um software instalado localmente, por exemplo, assumindo o controle do navegador Chrome.
> * Use rede quando o servidor MCP está se comunicando com APIs remotas, por exemplo, API de clima.
## Implementações de Servidores
> [!NOTE]
> Agora temos um [diretório baseado na web](https://glama.ai/mcp/servers) que é sincronizado com o repositório.
* 🔗 - [Agregadores](#agregadores)
* 🎨 - [Arte e Cultura](#arte-e-cultura)
* 📂 - [Automação de Navegadores](#automação-de-navegadores)
* ☁️ - [Plataformas em Nuvem](#plataformas-em-nuvem)
* 👨💻 - [Execução de Código](#execução-de-código)
* 🤖 - [Agentes de Codificação](#agentes-de-codificação)
* 🖥️ - [Linha de Comando](#linha-de-comando)
* 💬 - [Comunicação](#comunicação)
* 👤 - [Plataformas de Dados do Cliente](#plataformas-de-dados-do-cliente)
* 🗄️ - [Bancos de Dados](#bancos-de-dados)
* 📊 - [Plataformas de Dados](#plataformas-de-dados)
* 🛠️ - [Ferramentas de Desenvolvimento](#ferramentas-de-desenvolvimento)
* 🧮 - [Ferramentas de Ciência de Dados](#ferramentas-de-ciência-de-dados)
* 📟 - [Sistema Embarcado](#sistema-embarcado)
* 📂 - [Sistemas de Arquivos](#sistemas-de-arquivos)
* 💰 - [Finanças & Fintech](#finanças--fintech)
* 🎮 - [Jogos](#jogos)
* 🧠 - [Conhecimento & Memória](#conhecimento--memória)
* 🗺️ - [Serviços de Localização](#serviços-de-localização)
* 🎯 - [Marketing](#marketing)
* 📊 - [Monitoramento](#monitoramento)
* 🔎 - [Pesquisa & Extração de Dados](#pesquisa--extração-de-dados)
* 🔒 - [Segurança](#segurança)
* 🏃 - [Esportes](#esportes)
* 🎧 - [Suporte & Gestão de Serviços](#suporte--gestão-de-serviços)
* 🌎 - [Serviços de Tradução](#serviços-de-tradução)
* 🚆 - [Viagens & Transporte](#viagens--transporte)
* 🔄 - [Controle de Versão](#controle-de-versão)
* 🛠️ - [Outras Ferramentas e Integrações](#outras-ferramentas-e-integrações)
### 🔗 Agregadores
Servidores para acessar muitos aplicativos e ferramentas por meio de um único servidor MCP.
- [julien040/anyquery](https://github.com/julien040/anyquery) 🏎️ 🏠 ☁️ - Consulte mais de 40 aplicativos com um único binário usando SQL. Também pode se conectar ao seu banco de dados compatível com PostgreSQL, MySQL ou SQLite. Local primeiro e privado por design.
- [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol) ☁️ 🏠 - Conecte-se a 2.500 APIs com mais de 8.000 ferramentas pré-construídas e gerencie servidores para seus usuários, em seu próprio aplicativo.
- [OpenMCP](https://github.com/wegotdocs/open-mcp) 📇 🏠 🍎 🪟 🐧 - Transforme uma API web em um servidor MCP em 10 segundos e adicione-o ao registro de código aberto: https://open-mcp.org
- [VeriTeknik/pluggedin-mcp-proxy](https://github.com/VeriTeknik/pluggedin-mcp-proxy) 📇 🏠 - Um servidor proxy abrangente que combina vários servidores MCP em uma única interface com extensos recursos de visibilidade. Fornece descoberta e gerenciamento de ferramentas, prompts, recursos e modelos em todos os servidores, além de um playground para depuração ao construir servidores MCP.
- [MetaMCP](https://github.com/metatool-ai/metatool-app) 📇 ☁️ 🏠 🍎 🪟 🐧 - MetaMCP é o servidor middleware MCP unificado que gerencia suas conexões MCP com GUI.
- [MCP Access Point](https://github.com/sxhxliang/mcp-access-point) 📇 ☁️ 🏠 🍎 🪟 🐧 - Transforme um API web em um servidor MCP com um clique, sem fazer nenhuma alteração no código.
- [hamflx/imagen3-mcp](https://github.com/hamflx/imagen3-mcp) 📇 🏠 🪟 🍎 🐧 - Uma poderosa ferramenta de geração de imagens usando a API Imagen 3.0 do Google através do MCP. Gere imagens de alta qualidade a partir de prompts de texto com controles avançados de fotografia, artísticos e fotorrealistas.
### 🎨 Arte e Cultura
Acesse e explore coleções de arte, patrimônio cultural e bancos de dados de museus. Permite que modelos de IA pesquisem e analisem conteúdo artístico e cultural.
- [abhiemj/manim-mcp-server](https://github.com/abhiemj/manim-mcp-server) 🐍 🏠 🪟 🐧 - Um servidor MCP local que gera animações usando Manim.
- [burningion/video-editing-mcp](https://github.com/burningion/video-editing-mcp) 🐍 - Adicione, Analise, Pesquise e Gere Edições de Vídeo da sua Coleção de Vídeos
- [djalal/quran-mcp-server](https://github.com/djalal/quran-mcp-server) 📇 ☁️ Servidor MCP para interagir com o corpus do Quran.com através da API REST oficial v4.
- [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) 📇 ☁️ - Integração da API do Rijksmuseum para pesquisa, detalhes e coleções de obras de arte
- [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - Integração da API de Oorlogsbronnen (Fontes de Guerra) para acessar registros históricos, fotografias e documentos da Segunda Guerra Mundial da Holanda (1940-1945)
- [samuelgursky/davinci-resolve-mcp](https://github.com/samuelgursky/davinci-resolve-mcp) 🐍 - Integração de servidor MCP para DaVinci Resolve, fornecendo ferramentas poderosas para edição de vídeo, correção de cores, gerenciamento de mídia e controle de projeto
- [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) 📇 ☁️ - Um servidor MCP integrando a API do AniList para informações sobre anime e mangá
- [diivi/aseprite-mcp](https://github.com/diivi/aseprite-mcp) 🐍 🏠 - Servidor MCP usando a API do Aseprite para criar pixel art
### 📂 Automação de Navegadores
Acesso e recursos de automação de conteúdo web. Permite pesquisar, extrair e processar conteúdo web em formatos amigáveis para IA.
- [34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) 📇 🏠 - Um servidor MCP que suporta a pesquisa de conteúdo do Bilibili. Fornece exemplos de integração com LangChain e scripts de teste.
- [aircodelabs/grasp](https://github.com/aircodelabs/grasp) 📇 🏠 - Navegador autogerenciado com agente integrado, com suporte nativo a MCP e A2A.
- [automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🐍 - Um servidor MCP para automação de navegador usando Playwright
- [blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🐍 - Um servidor MCP em python usando Playwright para automação de navegador, mais adequado para LLM
- [browserbase/mcp-server-browserbase](https://github.com/browserbase/mcp-server-browserbase) 🎖️ 📇 - Automatize interações do navegador na nuvem (por exemplo, navegação web, extração de dados, preenchimento de formulários e mais)
- [browsermcp/mcp](https://github.com/browsermcp/mcp) 📇 🏠 - Automatize seu navegador Chrome local
- [co-browser/browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) 🐍 - browser-use empacotado como um servidor MCP com transporte SSE. Inclui um dockerfile para executar o chromium em docker + um servidor vnc.
- [executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) 📇 - Um servidor MCP usando Playwright para automação de navegador e raspagem web
- [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) 📇 🏠 - Um servidor MCP pareado com uma extensão de navegador que permite clientes LLM controlar o navegador do usuário (Firefox).
- [fradser/mcp-server-apple-reminders](https://github.com/FradSer/mcp-server-apple-reminders) 📇 🏠 🍎 - Um servidor MCP para interagir com Lembretes da Apple no macOS
- [getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) 🐍 🏠 - Extraia dados estruturados de qualquer site. Basta solicitar e obter JSON.
- [kimtaeyoon83/mcp-server-youtube-transcript](https://github.com/kimtaeyoon83/mcp-server-youtube-transcript) 📇 ☁️ - Busque legendas e transcrições do YouTube para análise de IA
- [kimtth/mcp-aoai-web-browsing](https://github.com/kimtth/mcp-aoai-web-browsing) 🐍 🏠 - Uma implementação `mínima` de servidor/cliente MCP usando Azure OpenAI e Playwright.
- [microsoft/playwright-mcp](https://github.com/microsoft/playwright-mcp) - Servidor MCP oficial da Microsoft para Playwright, permitindo que LLMs interajam com páginas web através de snapshots de acessibilidade estruturados
- [modelcontextprotocol/server-puppeteer](https://github.com/modelcontextprotocol/servers/tree/main/src/puppeteer) 📇 🏠 - Automação de navegador para raspagem web e interação
- [ndthanhdev/mcp-browser-kit](https://github.com/ndthanhdev/mcp-browser-kit) 📇 🏠 - Um servidor MCP para interagir com navegadores compatíveis com manifest v2.
- [pskill9/web-search](https://github.com/pskill9/web-search) 📇 🏠 - Um servidor MCP que permite pesquisas web gratuitas usando resultados do Google, sem necessidade de chaves de API.
- [recursechat/mcp-server-apple-shortcuts](https://github.com/recursechat/mcp-server-apple-shortcuts) 📇 🏠 🍎 - Uma integração de servidor MCP com os Atalhos da Apple
### ☁️ Plataformas em Nuvem
Integração de serviços de plataforma em nuvem. Permite o gerenciamento e interação com infraestrutura e serviços em nuvem.
- [qiniu/qiniu-mcp-server](https://github.com/qiniu/qiniu-mcp-server) 🐍 ☁️ - Um MCP construído com produtos Qiniu Cloud, suportando acesso ao Armazenamento Qiniu Cloud, serviços de processamento de mídia, etc.
- [alexbakers/mcp-ipfs](https://github.com/alexbakers/mcp-ipfs) 📇 ☁️ - Upload e manipulação de armazenamento IPFS
- [VmLia/books-mcp-server](https://github.com/VmLia/books-mcp-server) 📇 ☁️ - Este é um servidor MCP usado para consultar livros, e pode ser aplicado em clientes MCP comuns, como Cherry Studio.
- [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - Um servidor leve mas poderoso que permite assistentes de IA executarem comandos AWS CLI, usarem pipes Unix e aplicarem templates de prompt para tarefas comuns da AWS em um ambiente Docker seguro com suporte multi-arquitetura
- [alexei-led/k8s-mcp-server](https://github.com/alexei-led/k8s-mcp-server) 🐍 - Um servidor robusto e leve que capacita assistentes de IA para executar com segurança comandos CLI do Kubernetes (`kubectl`, `helm`, `istioctl` e `argocd`) usando pipes Unix em um ambiente Docker seguro com suporte multi-arquitetura.
- [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - Um servidor MCP que permite que assistentes de IA gerenciem e operem recursos na Alibaba Cloud, com suporte para ECS, monitoramento de nuvem, OOS e outros diversos produtos em nuvem amplamente utilizados.
- [bright8192/esxi-mcp-server](https://github.com/bright8192/esxi-mcp-server) 🐍 ☁️ - Um servidor de gerenciamento VMware ESXi/vCenter baseado em MCP (Model Control Protocol), fornecendo interfaces de API REST simples para gerenciamento de máquinas virtuais.
- [cloudflare/mcp-server-cloudflare](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - Integração com serviços Cloudflare incluindo Workers, KV, R2 e D1
- [flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - 📇 ☁️/🏠 Implementação em TypeScript de operações de cluster Kubernetes para pods, deployments, serviços.
- [hardik-id/azure-resource-graph-mcp-server](https://github.com/hardik-id/azure-resource-graph-mcp-server) - 📇 ☁️/🏠 - Um servidor de Protocolo de Contexto de Modelo para consultar e analisar recursos do Azure em escala usando o Azure Resource Graph, permitindo que assistentes de IA explorem e monitorem a infraestrutura do Azure.
- [jdubois/azure-cli-mcp](https://github.com/jdubois/azure-cli-mcp) - Um wrapper em torno da linha de comando Azure CLI que permite conversar diretamente com o Azure
- [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - Um MCP para dar acesso a todos os componentes do Netskope Private Access dentro de ambientes Netskope Private Access, incluindo informações detalhadas de configuração e exemplos de LLM sobre uso.
- [portainer/portainer-mcp](https://github.com/portainer/portainer-mcp) - 🏎️ ☁️/🏠 Um poderoso servidor MCP que permite que assistentes de IA interajam de forma integrada com instâncias do Portainer, fornecendo acesso em linguagem natural ao gerenciamento de contêineres, operações de implantação e recursos de monitoramento de infraestrutura.
### 👨💻 Execução de Código
Servidores de execução de código. Permitem que LLMs executem código em um ambiente seguro, por exemplo, para agentes de codificação.
- [pydantic/pydantic-ai/mcp-run-python](https://github.com/pydantic/pydantic-ai/tree/main/mcp-run-python) 🐍🏠 - Execute código Python em uma sandbox segura via chamadas de ferramentas MCP
- [yepcode/mcp-server-js](https://github.com/yepcode/mcp-server-js) 🎖️ 📇 ☁️ - Execute qualquer código gerado por LLM em um ambiente sandbox seguro e escalável e crie suas próprias ferramentas MCP usando JavaScript ou Python, com suporte completo para pacotes NPM e PyPI
### 🤖 Agentes de Codificação
Agentes de codificação completos que permitem LLMs ler, editar e executar código e resolver tarefas gerais de programação de forma completamente autônoma.
- [oraios/serena](https://github.com/oraios/serena)🐍🏠 - Um agente de codificação completo que depende de operações de código simbólico usando servidores de linguagem.
- [ezyang/codemcp](https://github.com/ezyang/codemcp) 🐍🏠 - Agente de codificação com ferramentas básicas de leitura, escrita e linha de comando.
### 🖥️ Linha de Comando
Execute comandos, capture saída e interaja de outras formas com shells e ferramentas de linha de comando.
- [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - Um servidor de Protocolo de Contexto de Modelo que fornece acesso ao iTerm. Você pode executar comandos e fazer perguntas sobre o que você vê no terminal iTerm.
- [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - Execute qualquer comando com as ferramentas `run_command` e `run_script`.
- [maxim-saplin/mcp_safe_local_python_executor](https://github.com/maxim-saplin/mcp_safe_local_python_executor) - Interpretador Python seguro baseado no `LocalPythonExecutor` do HF Smolagents
- [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - Interface de linha de comando com execução segura e políticas de segurança personalizáveis
- [OthmaneBlial/term_mcp_deepseek](https://github.com/OthmaneBlial/term_mcp_deepseek) 🐍 🏠 - Um Servidor semelhante ao MCP do DeepSeek para Terminal
- [tumf/mcp-shell-server](https://github.com/tumf/mcp-shell-server) - Um servidor de execução segura de comandos shell implementando o Protocolo de Contexto de Modelo (MCP)
- [wonderwhy-er/DesktopCommanderMCP](https://github.com/wonderwhy-er/DesktopCommanderMCP) 📇 🏠 🍎 🪟 🐧 - Um canivete suíço que pode gerenciar/executar programas e ler/escrever/pesquisar/editar arquivos de código e texto.
### 💬 Comunicação
Integração com plataformas de comunicação para gerenciamento de mensagens e operações de canais. Permite que modelos de IA interajam com ferramentas de comunicação em equipe.
- [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) ☁️ - Um servidor MCP Nostr que permite interagir com Nostr, possibilitando a publicação de notas e muito mais.
- [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - Interaja com pesquisa e timeline do Twitter
- [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - Um servidor MCP para criar caixas de entrada instantaneamente para enviar, receber e realizar ações em e-mails. Não somos agentes de IA para e-mail, mas e-mail para Agentes de IA.
- [arpitbatra123/mcp-googletasks](https://github.com/arpitbatra123/mcp-googletasks) 📇 ☁️ - Um servidor MCP para interface com a API do Google Tasks
- [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp) 🏠 🍎 🚀 - Um servidor MCP que se conecta de forma segura ao seu banco de dados iMessage via Protocolo de Contexto de Modelo (MCP), permitindo que LLMs consultem e analisem conversas do iMessage. Inclui validação robusta de números de telefone, processamento de anexos, gerenciamento de contatos, manipulação de bate-papo em grupo e suporte completo para envio e recebimento de mensagens.
- [chaindead/telegram-mcp](https://github.com/chaindead/telegram-mcp) 🏎️ 🏠 - Integração com a API do Telegram para acessar dados do usuário, gerenciar diálogos (chats, canais, grupos), recuperar mensagens e lidar com status de leitura
- [elie222/inbox-zero](https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server) 🐍 ☁️ - Um servidor MCP para Inbox Zero. Adiciona funcionalidades ao Gmail, como descobrir quais e-mails você precisa responder ou acompanhar.
- [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) 🚀 ☁️ - Uma aplicação servidora MCP que envia vários tipos de mensagens para o robô de grupo WeCom.
- [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - Um servidor MCP que fornece acesso seguro ao seu banco de dados iMessage através do Protocolo de Contexto de Modelo (MCP), permitindo que LLMs consultem e analisem conversas iMessage com validação adequada de números de telefone e tratamento de anexos
- [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - Um servidor MCP junto com um host MCP que fornece acesso a equipes, canais e mensagens do Mattermost. O host MCP é integrado como um bot no Mattermost com acesso a servidores MCP que podem ser configurados.
- [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 🏎️ - Um servidor MCP para pesquisar suas mensagens pessoais do WhatsApp, contatos e enviar mensagens para indivíduos ou grupos
- [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) 🎖 📇 ☁️ - Servidor MCP para Integrar Contas Oficiais do LINE
- [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integração com Gmail e Google Calendar.
- [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - Servidor MCP para o Product Hunt. Interaja com postagens em tendência, comentários, coleções, usuários e muito mais.
### 👤 Plataformas de Dados do Cliente
Fornece acesso a perfis de clientes dentro de plataformas de dados de clientes
- [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) 🎖️ 📇 ☁️ - Conecte-se com [iaptic](https://www.iaptic.com) para perguntar sobre Compras de Clientes, dados de Transações e estatísticas de Receita de Aplicativos.
- [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - Conecte qualquer Dado Aberto a qualquer LLM com o Protocolo de Contexto de Modelo.
- [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - Um servidor MCP para acessar e atualizar perfis em um servidor CDP Apache Unomi.
- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Um servidor MCP para interagir com um Workspace Tinybird a partir de qualquer cliente MCP.
- [@antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 🎖️ 📇 ☁️ - Um plugin do MCP Server baseado no [AntV](https://github.com/antvis) para gerar gráficos de visualização de dados.
### 🗄️ Bancos de Dados
Acesso seguro a banco de dados com recursos de inspeção de esquema. Permite consultar e analisar dados com controles de segurança configuráveis, incluindo acesso somente leitura.
- [Aiven-Open/mcp-aiven](https://github.com/Aiven-Open/mcp-aiven) - 🐍 ☁️ 🎖️ - Navegue pelos seus [projetos Aiven](https://go.aiven.io/mcp-server) e interaja com os serviços PostgreSQL®, Apache Kafka®, ClickHouse® e OpenSearch®
- [alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - Servidor MCP Supabase com suporte para execução de consultas SQL e ferramentas de exploração de banco de dados
- [aliyun/alibabacloud-tablestore-mcp-server](https://github.com/aliyun/alibabacloud-tablestore-mcp-server) ☕ 🐍 ☁️ - Serviço MCP para Tablestore, funcionalidades incluem adicionar documentos, busca semântica para documentos com base em vetores e escalares, compatível com RAG e serverless.
- [benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql) ☁️ 🏠 - Integração com banco de dados MySQL em NodeJS com controles de acesso configuráveis e inspeção de esquema
- [bytebase/dbhub](https://github.com/bytebase/dbhub) 📇 🏠 – Servidor MCP de banco de dados universal que suporta os principais bancos de dados.
- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) 🐍 ☁️ - Integração com banco de dados TiDB com inspeção de esquema e recursos de consulta
- [Canner/wren-engine](https://github.com/Canner/wren-engine) 🐍 🦀 🏠 - O Motor Semântico para Clientes do Protocolo de Contexto de Modelo (MCP) e Agentes de IA
- [centralmind/gateway](https://github.com/centralmind/gateway) 🏎️ 🏠 🍎 🪟 - Servidor MCP e SSE MCP que gera automaticamente API com base no esquema e dados do banco de dados. Suporta PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase
- [chroma-core/chroma-mcp](https://github.com/chroma-core/chroma-mcp) 🎖️ 🐍 ☁️ 🏠 - Servidor MCP do Chroma para acessar instâncias Chroma locais e em nuvem para recursos de recuperação
- [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - Integração do banco de dados ClickHouse com inspeção de esquema e recursos de consulta
- [confluentinc/mcp-confluent](https://github.com/confluentinc/mcp-confluent) 🐍 ☁️ - Integração Confluent para interagir com as APIs REST do Confluent Kafka e Confluent Cloud.
### 📊 Plataformas de Dados
Plataformas de dados para integração, transformação e orquestração de pipelines de dados.
- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - Interaja com Flowcore para realizar ações, ingerir dados, e analisar, fazer referência cruzada e utilizar qualquer dado em seus núcleos de dados ou em núcleos de dados públicos; tudo com linguagem humana.
- [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) - Conecte-se à API do Databricks, permitindo que LLMs executem consultas SQL, listem trabalhos e obtenham status de trabalho.
- [jwaxman19/qlik-mcp](https://github.com/jwaxman19/qlik-mcp) 📇 ☁️ - Servidor MCP para Qlik Cloud API que permite consultar aplicativos, planilhas e extrair dados de visualizações com suporte abrangente de autenticação e limite de taxa.
- [keboola/keboola-mcp-server](https://github.com/keboola/keboola-mcp-server) - interaja com a Plataforma de Dados Keboola Connection. Este servidor fornece ferramentas para listar e acessar dados da API de Armazenamento Keboola.
### 💻 Ferramentas de Desenvolvimento
Ferramentas e integrações que aprimoram o fluxo de trabalho de desenvolvimento e o gerenciamento de ambiente.
- [21st-dev/Magic-MCP](https://github.com/21st-dev/magic-mcp) - Crie componentes UI refinados inspirados pelos melhores engenheiros de design da 21st.dev.
- [Hypersequent/qasphere-mcp](https://github.com/Hypersequent/qasphere-mcp) 🎖️ 📇 ☁️ - Integração com o sistema de gerenciamento de testes [QA Sphere](https://qasphere.com/), permitindo que LLMs descubram, resumam e interajam com casos de teste diretamente de IDEs com IA
- [admica/FileScopeMCP](https://github.com/admica/FileScopeMCP) 🐍 📇 🦀 - Analisa sua base de código identificando arquivos importantes com base em relacionamentos de dependência. Gera diagramas e pontuações de importância, ajudando assistentes de IA a entender a base de código.
- [ambar/simctl-mcp](https://github.com/ambar/simctl-mcp) 📇 🏠 🍎 Uma implementação de servidor MCP para controle de Simulador iOS.
- [api7/apisix-mcp](https://github.com/api7/apisix-mcp) 🎖️ 📇 🏠 Servidor MCP que oferece suporte à consulta e gerenciamento de todos os recursos no [Apache APISIX](https://github.com/apache/apisix).
### 🧮 Ferramentas de Ciência de Dados
Integrações e ferramentas desenvolvidas para simplificar a exploração de dados, análise e aprimorar fluxos de trabalho de ciência de dados.
- [ChronulusAI/chronulus-mcp](https://github.com/ChronulusAI/chronulus-mcp) 🐍 ☁️ - Preveja qualquer coisa com agentes de previsão e projeção do Chronulus AI.
- [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Permite exploração autônoma de dados em conjuntos de dados baseados em .csv, fornecendo insights inteligentes com esforço mínimo.
- [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - Um servidor MCP para converter quase qualquer arquivo ou conteúdo web em Markdown
- [jjsantos01/jupyter-notebook-mcp](https://github.com/jjsantos01/jupyter-notebook-mcp) 🐍 🏠 - conecta o Jupyter Notebook ao Claude AI, permitindo que o Claude interaja diretamente e controle Jupyter Notebooks.
### 📟 Sistema Embarcado
Fornece acesso a documentação e atalhos para trabalhar em dispositivos embarcados.
- [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - Fluxo de trabalho para corrigir problemas de compilação em chips da série ESP32 usando ESP-IDF.
### 📂 Sistemas de Arquivos
Fornece acesso direto aos sistemas de arquivos locais com permissões configuráveis. Permite que modelos de IA leiam, escrevam e gerenciem arquivos dentro de diretórios especificados.
- [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - Compartilhe contexto de código com LLMs via MCP ou área de transferência
- [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - Ferramenta de mesclagem de arquivos, adequada para limites de comprimento de chat de IA.
- [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) ☕ 🏠 - Um sistema de arquivos que permite navegar e editar arquivos implementado em Java usando Quarkus. Disponível como jar ou imagem nativa.
- [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) 📇 ☁️ - Integração com Box para listar, ler e pesquisar arquivos
- [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 🪟 - Pesquisa rápida de arquivos no Windows usando o SDK Everything
- [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - Implementação em Golang para acesso ao sistema de arquivos local.
- [microsoft/markitdown](https://github.com/microsoft/markitdown/tree/main/packages/markitdown-mcp) 🎖️ 🐍 🏠 - Acesso à ferramenta MCP para MarkItDown -- uma biblioteca que converte vários formatos de arquivo (locais ou remotos) para Markdown para consumo por LLM.
- [modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) 📇 🏠 - Acesso direto ao sistema de arquivos local.
- [modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) 📇 ☁️ - Integração com Google Drive para listar, ler e pesquisar arquivos
- [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - Acesse qualquer armazenamento com Apache OpenDAL™
### 💰 Finanças & Fintech
Acesso a dados financeiros e ferramentas de análise. Permite que modelos de IA trabalhem com dados de mercado, plataformas de negociação e informações financeiras.
- [OctagonAI/octagon-mcp-server](https://github.com/OctagonAI/octagon-mcp-server) 🐍 ☁️ - Agentes Octagon AI para integrar dados de mercados privados e públicos
- [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - Integração com a API do Coinmarket para buscar listagens e cotações de criptomoedas
- [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - API Bankless Onchain para interagir com contratos inteligentes, consultar informações de transações e tokens
- [base/base-mcp](https://github.com/base/base-mcp) 🎖️ 📇 ☁️ - Integração com a Rede Base para ferramentas onchain, permitindo interação com a Rede Base e API Coinbase para gerenciamento de carteiras, transferências de fundos, contratos inteligentes e operações DeFi
- [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - Integração com a API Alpha Vantage para buscar informações tanto de ações quanto de criptomoedas
- [ahnlabio/bicscan-mcp](https://github.com/ahnlabio/bicscan-mcp) 🎖️ 🐍 ☁️ - Pontuação de risco / participações de ativos de endereço de blockchain EVM (EOA, CA, ENS) e até mesmo nomes de domínio.
- [bitteprotocol/mcp](https://github.com/BitteProtocol/mcp) 📇 - Integração com o Bitte Protocol para executar Agentes de IA em várias blockchains.
- [chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) 🎖️ 📇 ☁️ - Servidor MCP que conecta agentes de IA à [plataforma Chargebee](https://www.chargebee.com/).
- [Wuye-AI/mcp-server-wuye-ai](https://github.com/wuye-ai/mcp-server-wuye-ai) 🎖️ 📇 ☁️ - Servidor MCP conectado à plataforma CRIC Wuye AI. O CRIC Wuye AI é um assistente inteligente desenvolvido pela CRIC especialmente para o setor de gestão de propriedades.
### 🎮 Jogos
Integração com dados relacionados a jogos, motores de jogos e serviços
- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - Servidor MCP para integração com a Engine de Jogos Unity3d para desenvolvimento de jogos
- [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) 📇 🏠 - Um servidor MCP para interagir com o motor de jogos Godot, fornecendo ferramentas para editar, executar, depurar e gerenciar cenas em projetos Godot.
- [pab1ito/chess-mcp](https://github.com/pab1it0/chess-mcp) 🐍 ☁️ - Acesse dados de jogadores do Chess.com, registros de jogos e outras informações públicas através de interfaces MCP padronizadas, permitindo que assistentes de IA pesquisem e analisem informações de xadrez.
- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - Um servidor MCP para dados e ferramentas de análise em tempo real do Fantasy Premier League.
- [opgginc/opgg-mcp](https://github.com/opgginc/opgg-mcp) 📇 ☁️ - Acesse dados de jogos em tempo real em títulos populares como League of Legends, TFT e Valorant, oferecendo análises de campeões, calendários de esports, composições meta e estatísticas de personagens.
### 🧠 Conhecimento & Memória
Armazenamento de memória persistente usando estruturas de grafos de conhecimento. Permite que modelos de IA mantenham e consultem informações estruturadas entre sessões.
- [CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - Memória aprimorada baseada em grafos com foco em role-play de IA e geração de histórias
- [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server) 📇 ☁️ - Ingira qualquer coisa do Slack, Discord, sites, Google Drive, Linear ou GitHub em um projeto Graphlit - e então pesquise e recupere conhecimento relevante dentro de um cliente MCP como Cursor, Windsurf ou Cline.
- [hannesrudolph/mcp-ragdocs](https://github.com/hannesrudolph/mcp-ragdocs) 🐍 🏠 - Uma implementação de servidor MCP que fornece ferramentas para recuperar e processar documentação através de pesquisa vetorial, permitindo que assistentes de IA aumentem suas respostas com contexto de documentação relevante
- [kaliaboi/mcp-zotero](https://github.com/kaliaboi/mcp-zotero) 📇 ☁️ - Um conector para LLMs trabalharem com coleções e fontes no seu Zotero Cloud
- [mcp-summarizer](https://github.com/0xshellming/mcp-summarizer) 📕 ☁️ - Servidor MCP de Resumo IA, Suporte para múltiplos tipos de conteúdo: Texto simples, Páginas web, Documentos PDF, Livros EPUB, Conteúdo HTML
- [mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) 🐍 🏠 - Um servidor de Protocolo de Contexto de Modelo para Mem0 que ajuda a gerenciar preferências e padrões de codificação, fornecendo ferramentas para armazenar, recuperar e lidar semanticamente com implementações de código, melhores práticas e documentação técnica em IDEs como Cursor e Windsurf
- [modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) 📇 🏠 - Sistema de memória persistente baseado em grafo de conhecimento para manter contexto
- [pinecone-io/assistant-mcp](https://github.com/pinecone-io/assistant-mcp) 🎖️ 🦀 ☁️ - Conecta-se ao seu Assistente Pinecone e dá ao agente contexto a partir do seu motor de conhecimento.
- [@ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) 📇 ☁️ - Recupere contexto da sua base de conhecimento [Ragie](https://www.ragie.ai) (RAG) conectada a integrações como Google Drive, Notion, JIRA e muito mais.
- [topoteretes/cognee](https://github.com/topoteretes/cognee/tree/dev/cognee-mcp) 📇 🏠 - Gerenciador de memória para aplicativos de IA e Agentes usando vários armazenamentos de grafos e vetores e permitindo ingestão de mais de 30 fontes de dados
- [unibaseio/membase-mcp](https://github.com/unibaseio/membase-mcp) 📇 ☁️ - Salve e consulte a memória do seu agente de forma distribuída pelo Membase
- [entanglr/zettelkasten-mcp](https://github.com/entanglr/zettelkasten-mcp) 🐍 🏠 - Um servidor de Protocolo de Contexto de Modelo (MCP) que implementa a metodologia de gestão de conhecimento Zettelkasten, permitindo criar, vincular e pesquisar notas atômicas através de Claude e outros clientes compatíveis com MCP.
### 🗺️ Serviços de Localização
Serviços baseados em localização e ferramentas de mapeamento. Permite que modelos de IA trabalhem com dados geográficos, informações meteorológicas e análises baseadas em localização.
- [briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - Geolocalização de endereço IP e informações de rede usando API IPInfo
- [jagan-shanmugam/open-streetmap-mcp](https://github.com/jagan-shanmugam/open-streetmap-mcp) 🐍 🏠 - Um servidor MCP OpenStreetMap com serviços baseados em localização e dados geoespaciais.
- [kukapay/nearby-search-mcp](https://github.com/kukapay/nearby-search-mcp) 🐍 ☁️ - Um servidor MCP para pesquisas de lugares próximos com detecção de localização baseada em IP.
- [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) 📇 ☁️ - Integração com Google Maps para serviços de localização, rotas e detalhes de lugares
- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - conecta o QGIS Desktop ao Claude AI através do MCP. Esta integração permite criação de projetos assistida por prompt, carregamento de camadas, execução de código e muito mais.
- [SaintDoresh/Weather-MCP-ClaudeDesktop](https://github.com/SaintDoresh/Weather-MCP-ClaudeDesktop.git) 🐍 ☁️ - Uma ferramenta MCP que fornece dados meteorológicos em tempo real, previsões e informações meteorológicas históricas usando a API OpenWeatherMap.
- [rossshannon/Weekly-Weather-mcp](https://github.com/rossshannon/weekly-weather-mcp.git) 🐍 ☁️ - Servidor MCP para previsão meteorológica semanal que retorna 7 dias completos de previsões meteorológicas detalhadas em qualquer lugar do mundo.
- [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) 🐍 🏠 - Acesse o horário em qualquer fuso horário e obtenha o horário local atual
- [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - Servidor MCP de geocodificação para nominatim, ArcGIS, Bing
### 🎯 Marketing
Ferramentas para criar e editar conteúdo de marketing, trabalhar com meta dados web, posicionamento de produto e guias de edição.
- [Open Strategy Partners Marketing Tools](https://github.com/open-strategy-partners/osp_marketing_tools) 🐍 🏠 - Um conjunto de ferramentas de marketing da Open Strategy Partners, incluindo estilo de escrita, códigos de edição e criação de mapa de valor de marketing de produto.
### 📊 Monitoramento
Acesse e analise dados de monitoramento de aplicações. Permite que modelos de IA revisem relatórios de erros e métricas de desempenho.
- [tumf/grafana-loki-mcp](https://github.com/tumf/grafana-loki-mcp) 🐍 🏠 - Um servidor MCP que permite consultar logs do Loki através da API do Grafana.
- [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) 🎖️ 🐍 🏠 ☁️ - Pesquise painéis, investigue incidentes e consulte fontes de dados em sua instância Grafana
- [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) 🐍 🏠 - Melhore a qualidade do código gerado por IA através de análise inteligente baseada em prompts em 10 dimensões críticas, de complexidade a vulnerabilidades de segurança
- [last9/last9-mcp-server](https://github.com/last9/last9-mcp-server) - Traga facilmente o contexto de produção em tempo real—logs, métricas e traces—para seu ambiente local para corrigir código automaticamente mais rápido
- [metoro-io/metoro-mcp-server](https://github.com/metoro-io/metoro-mcp-server) 🎖️ 🏎️ ☁️ - Consulte e interaja com ambientes kubernetes monitorados por Metoro
- [MindscapeHQ/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - Integração com a API V3 Raygun para relatórios de falhas e monitoramento de usuários reais
- [modelcontextprotocol/server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry) 🐍 ☁️ - Integração com Sentry.io para rastreamento de erros e monitoramento de desempenho
- [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) 🎖️ 🐍 ☁️ - Fornece acesso a traces e métricas OpenTelemetry através do Logfire
- [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - Uma ferramenta de monitoramento de sistema que expõe métricas do sistema via Protocolo de Contexto de Modelo (MCP). Esta ferramenta permite que LLMs recuperem informações do sistema em tempo real através de uma interface compatível com MCP (suporta CPU, Memória, Disco, Rede, Host, Processo)
### 🔎 Pesquisa & Extração de Dados
- [0xdaef0f/job-searchoor](https://github.com/0xDAEF0F/job-searchoor) 📇 🏠 - Um servidor MCP para pesquisar vagas de emprego com filtros para data, palavras-chave, opções de trabalho remoto e muito mais.
- [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) 📇 ☁️ - Integração com API de pesquisa Kagi
- [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ MCP para LLM pesquisar e ler artigos do arXiv
- [andybrandt/mcp-simple-pubmed](https://github.com/andybrandt/mcp-simple-pubmed) - 🐍 ☁️ MCP para pesquisar e ler artigos médicos / ciências da vida do PubMed.
- [angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - Pesquise artigos usando a API do NYTimes
- [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - Um servidor MCP para o Ator RAG Web Browser de código aberto da Apify para realizar pesquisas na web, raspar URLs e retornar conteúdo em Markdown.
- [Bigsy/Clojars-MCP-Server](https://github.com/Bigsy/Clojars-MCP-Server) 📇 ☁️ - Servidor MCP Clojars para informações atualizadas de dependências de bibliotecas Clojure
- [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - Pesquise artigos de pesquisa do ArXiv
- [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) 📇 ☁️ - Integração com o Google News com categorização automática de tópicos, suporte multilíngue e recursos abrangentes de pesquisa, incluindo manchetes, histórias e tópicos relacionados através do [SerpAPI](https://serpapi.com/).
### 🔒 Segurança
- [13bm/GhidraMCP](https://github.com/13bm/GhidraMCP) 🐍 ☕ 🏠 - Servidor MCP para integrar Ghidra com assistentes de IA. Este plugin permite análise binária, fornecendo ferramentas para inspeção de funções, descompilação, exploração de memória e análise de importação/exportação via Protocolo de Contexto de Modelo.
- [atomicchonk/roadrecon_mcp_server](https://github.com/atomicchonk/roadrecon_mcp_server) 🐍 🪟 🏠 Servidor MCP para analisar resultados coletados do ROADrecon na enumeração de inquilino Azure
- [BurtTheCoder/mcp-dnstwist](https://github.com/BurtTheCoder/mcp-dnstwist) 📇 🪟 ☁️ - Servidor MCP para dnstwist, uma poderosa ferramenta de fuzzing DNS que ajuda a detectar typosquatting, phishing e espionagem corporativa.
- [BurtTheCoder/mcp-maigret](https://github.com/BurtTheCoder/mcp-maigret) 📇 🪟 ☁️ - Servidor MCP para maigret, uma poderosa ferramenta OSINT que coleta informações de contas de usuários de várias fontes públicas. Este servidor fornece ferramentas para pesquisar nomes de usuário em redes sociais e analisar URLs.
### 🏃 Esportes
Ferramentas para acessar dados, resultados e estatísticas relacionados a esportes.
- [mikechao/balldontlie-mcp](https://github.com/mikechao/balldontlie-mcp) 📇 - Servidor MCP que integra a API balldontlie para fornecer informações sobre jogadores, times e jogos da NBA, NFL e MLB
- [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) 📇 ☁️ - Acesse dados de corridas de ciclismo, resultados e estatísticas através de linguagem natural. Os recursos incluem recuperação de listas de partida, resultados de corridas e informações sobre ciclistas de firstcycling.com.
- [r-huijts/strava-mcp](https://github.com/r-huijts/strava-mcp) 📇 ☁️ - Um servidor de Protocolo de Contexto de Modelo (MCP) que se conecta à API Strava, fornecendo ferramentas para acessar dados Strava através de LLMs
### 🎧 Suporte & Gestão de Serviços
Ferramentas para gerenciar suporte ao cliente, gerenciamento de serviços de TI e operações de helpdesk.
- [effytech/freshdesk-mcp](https://github.com/effytech/freshdesk_mcp) 🐍 ☁️ - Servidor MCP que se integra ao Freshdesk, permitindo que modelos de IA interajam com módulos do Freshdesk e realizem várias operações de suporte.
- [nguyenvanduocit/jira-mcp](https://github.com/nguyenvanduocit/jira-mcp) 🏎️ ☁️ - Um conector MCP baseado em Go para Jira que permite assistentes de IA como Claude interagirem com o Atlassian Jira. Esta ferramenta fornece uma interface perfeita para modelos de IA realizarem operações comuns do Jira, incluindo gerenciamento de problemas, planejamento de sprint e transições de fluxo de trabalho.
### 🌎 Serviços de Tradução
Ferramentas e serviços de tradução para permitir que assistentes de IA traduzam conteúdo entre diferentes idiomas.
- [translated/lara-mcp](https://github.com/translated/lara-mcp) 🎖️ 📇 ☁️ - Servidor MCP para API Lara Translate, habilitando poderosos recursos de tradução com suporte para detecção de idioma e traduções sensíveis ao contexto.
### 🚆 Viagens & Transporte
Acesso a informações de viagem e transporte. Permite consultar horários, rotas e dados de viagem em tempo real.
- [Airbnb MCP Server](https://github.com/openbnb-org/mcp-server-airbnb) 📇 ☁️ - Fornece ferramentas para pesquisar no Airbnb e obter detalhes de listagens.
- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - Integração com a API do Serviço de Parques Nacionais fornecendo as informações mais recentes sobre detalhes de parques, alertas, centros de visitantes, acampamentos e eventos para os Parques Nacionais dos EUA
- [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - Acesse informações de viagem, horários e atualizações em tempo real das Ferrovias Holandesas (NS)
- [pab1it0/tripadvisor-mcp](https://github.com/pab1it0/tripadvisor-mcp) 📇 🐍 - Um servidor MCP que permite que LLMs interajam com a API do Tripadvisor, suportando dados de localização, avaliações e fotos através de interfaces MCP padronizadas
### 🔄 Controle de Versão
Interaja com repositórios Git e plataformas de controle de versão. Permite gerenciamento de repositórios, análise de código, tratamento de pull requests, rastreamento de problemas e outras operações de controle de versão através de APIs padronizadas.
- [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - Leia e analise repositórios GitHub com seu LLM
- [ddukbg/github-enterprise-mcp](https://github.com/ddukbg/github-enterprise-mcp) 📇 ☁️ 🏠 - Servidor MCP para integração com API GitHub Enterprise
- [gitea/gitea-mcp](https://gitea.com/gitea/gitea-mcp) 🎖️ 🏎️ ☁️ 🏠 🍎 🪟 🐧 - Interaja com instâncias Gitea com MCP.
- [kopfrechner/gitlab-mr-mcp](https://github.com/kopfrechner/gitlab-mr-mcp) 📇 ☁️ - Interaja perfeitamente com problemas e solicitações de merge dos seus projetos GitLab.
- [modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) 🐍 🏠 - Operações diretas de repositório Git incluindo leitura, pesquisa e análise de repositórios locais
- [modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) 📇 ☁️ - Integração com a API GitHub para gerenciamento de repositórios, PRs, problemas e mais
- [modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) 📇 ☁️ 🏠 - Integração com a plataforma GitLab para gerenciamento de projetos e operações de CI/CD
- [oschina/mcp-gitee](https://github.com/oschina/gitee) 🏎️ ☁️ 🏠 - Integração com a API Gitee, gerenciamento de repositório, problemas e pull requests, e muito mais.
- [Tiberriver256/mcp-server-azure-devops](https://github.com/Tiberriver256/mcp-server-azure-devops) 📇 ☁️ - Integração com Azure DevOps para gerenciamento de repositórios, itens de trabalho e pipelines.
### 🛠️ Outras Ferramentas e Integrações
- [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ Um servidor de Protocolo de Contexto de Modelo (MCP) que permite que modelos de IA interajam com Bitcoin, permitindo gerar chaves, validar endereços, decodificar transações, consultar a blockchain e muito mais.
- [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Permite que a IA leia de suas Notas Bear (somente macOS)
- [allenporter/mcp-server-home-assistant](https://github.com/allenporter/mcp-server-home-assistant) 🐍 🏠 - Exponha todas as intenções de voz do Home Assistant através de um servidor de Protocolo de Contexto de Modelo permitindo controle doméstico.
- [Amazon Bedrock Nova Canvas](https://github.com/zxkane/mcp-server-amazon-bedrock) 📇 ☁️ - Use o modelo Amazon Nova Canvas para geração de imagens.
- [amidabuddha/unichat-mcp-server](https://github.com/amidabuddha/unichat-mcp-server) 🐍/📇 ☁️ - Envie solicitações para OpenAI, MistralAI, Anthropic, xAI, Google AI ou DeepSeek usando o protocolo MCP via ferramenta ou prompts predefinidos. Chave de API do fornecedor necessária
- [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - Use ferramentas regulares de definição de mutação/consulta GraphQL e o gqai gerará automaticamente um servidor MCP para você.
## Frameworks
- [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - Um framework de alto nível para construir servidores MCP em Python
- [FastMCP](https://github.com/punkpeye/fastmcp) 📇 - Um framework de alto nível para construir servidores MCP em TypeScript
- [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - Biblioteca Golang para escrever Servidores MCP de forma declarativa com teste funcional incluído
- [gabfr/waha-api-mcp-server](https://github.com/gabfr/waha-api-mcp-server) 📇 - Um servidor MCP com especificações openAPI para usar a API não oficial do WhatsApp (https://waha.devlike.pro/ - também de código aberto: https://github.com/devlikeapro/waha
- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) 📇 – Fornece integração entre [Genkit](https://github.com/firebase/genkit/tree/main) e o Protocolo de Contexto de Modelo (MCP).
- [http4k MCP SDK](https://mcp.http4k.org) 🐍 - SDK Kotlin funcional e testável baseado no popular toolkit Web [http4k](https://http4k.org). Suporta o novo protocolo de streaming HTTP.
- [lastmile-ai/mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - Construa agentes eficazes com servidores MCP usando padrões simples e compostos.
- [LiteMCP](https://github.com/wong2/litemcp) 📇 - Um framework de alto nível para construir servidores MCP em JavaScript/TypeScript
- [marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - Extensão CodeMirror que implementa o Protocolo de Contexto de Modelo (MCP) para menções de recursos e comandos de prompt.
- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - SDK Golang para construir Servidores e Clientes MCP.
- [mcp-framework](https://github.com/QuantGeekDev/mcp-framework) 📇 - Framework TypeScript rápido e elegante para construir servidores MCP
- [mcp-proxy](https://github.com/punkpeye/mcp-proxy) - 📇 Um proxy SSE para servidores MCP que usam transporte `stdio`.
- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - Template de servidor MCP CLI para Rust
- [metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang) 🏎️ - Framework Golang para construir Servidores MCP, focado em segurança de tipos
- [mullerhai/sakura-mcp](https://github.com/mullerhai/sakura-mcp) 🦀 ☕ - Framework MCP Scala para construir agentes eficazes com servidores MCP e clientes MCP derivados do modelcontextprotocol.io.
- [paulotaylor/voyp-mcp](https://github.com/paulotaylor/voyp-mcp) 📇 - VOYP - Servidor MCP de Voz Sobre seu Telefone para fazer chamadas.
- [poem-web/poem-mcpserver](https://github.com/poem-web/poem/tree/master/poem-mcpserver) 🦀 - Implementação de Servidor MCP para Poem.
- [quarkiverse/quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) ☕ - SDK Java para construir servidores MCP usando Quarkus.
- [rectalogic/langchain-mcp](https://github.com/rectalogic/langchain-mcp) 🐍 - Fornece suporte a chamadas de ferramentas MCP no LangChain, permitindo a integração de ferramentas MCP em fluxos de trabalho LangChain.
- [ribeirogab/simple-mcp](https://github.com/ribeirogab/simple-mcp) 📇 - Uma biblioteca TypeScript simples para criar servidores MCP.
- [salty-flower/ModelContextProtocol.NET](https://github.com/salty-flower/ModelContextProtocol.NET) #️⃣ 🏠 - Um SDK C# para construir servidores MCP no .NET 9 com compatibilidade NativeAOT ⚡ 🔌
- [spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) ☕ 🌱 - SDK Java e integração com Spring Framework para construir cliente MCP e servidores MCP com várias opções de transporte plugáveis.
- [spring-projects-experimental/spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) ☕ 🌱 - SDK Java e integração com Spring Framework para construir cliente MCP e servidores MCP com várias opções de transporte plugáveis.
- [Template MCP Server](https://github.com/mcpdotdirect/template-mcp-server) 📇 - Uma ferramenta de linha de comando para criar um novo projeto de servidor de Protocolo de Contexto de Modelo com suporte a TypeScript, opções de transporte duplo e uma estrutura extensível
- [sendaifun/solana-mcp-kit](https://github.com/sendaifun/solana-agent-kit/tree/main/examples/agent-kit-mcp-server) - SDK Solana MCP
- [tumf/web3-mcp](https://github.com/tumf/web3-mcp) 🐍 ☁️ - Uma implementação de servidor MCP que envolve a Ankr Advanced API. Acesso a NFT, token e dados de blockchain em várias redes, incluindo Ethereum, BSC, Polygon, Avalanche e mais.
## Utilitários
- [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 📇 - Um gateway de transporte MCP stdio para HTTP SSE com servidor de exemplo e cliente MCP.
- [f/MCPTools](https://github.com/f/mcptools) 🔨 - Uma ferramenta de desenvolvimento em linha de comando para inspecionar e interagir com servidores MCP com recursos extras como mocks e proxies.
- [flux159/mcp-chat](https://github.com/flux159/mcp-chat) 📇🖥️ - Um cliente baseado em CLI para conversar e se conectar com qualquer servidor MCP. Útil durante o desenvolvimento e teste de servidores MCP.
- [isaacwasserman/mcp-langchain-ts-client](https://github.com/isaacwasserman/mcp-langchain-ts-client) 📇 – Use ferramentas fornecidas pelo MCP no LangChain.js
- [kukapay/whattimeisit-mcp](https://github.com/kukapay/whattimeisit-mcp) 🐍 ☁️ - Um servidor mcp leve que diz exatamente que horas são.
- [kukapay/whereami-mcp](https://github.com/kukapay/whereami-mcp) 🐍 ☁️ - Um servidor mcp leve que diz exatamente onde você está com base no seu IP atual.
- [kukapay/whoami-mcp](https://github.com/kukapay/whoami-mcp) 🐍 🏠 - Um servidor MCP leve que diz exatamente quem você é.
- [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) 📇 - Uma demonstração de gateway para Servidor MCP SSE.
- [mark3labs/mcphost](https://github.com/mark3labs/mcphost) 🏎️ - Um aplicativo host CLI que permite que Modelos de Linguagem Grande (LLMs) interajam com ferramentas externas através do Protocolo de Contexto de Modelo (MCP).
- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) 📇 - Uma pequena ferramenta que permite serviços de IA baseados em nuvem acessar servidores MCP locais baseados em Stdio por requisições HTTP/HTTPS.
- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 – um proxy middleware openAI para usar mcp em qualquer cliente compatível com openAI
- [sparfenyuk/mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) 🐍 – Um gateway de transporte MCP stdio para SSE.
- [TBXark/mcp-proxy](https://github.com/TBXark/mcp-proxy) 🏎️ - Um servidor proxy MCP que agrega e serve vários servidores de recursos MCP através de um único servidor http.
- [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 🐍 – framework para construir agente de IA vertical
- [JoshuaSiraj/mcp_auto_register](https://github.com/JoshuaSiraj/mcp_auto_register) 🐍 – ferramenta para automatizar o registro de funções e classes de um pacote python em uma instância FastMCP.
## Dicas e Truques
### Prompt oficial para informar LLMs sobre como usar MCP
Quer perguntar ao Claude sobre o Protocolo de Contexto de Modelo?
Crie um Projeto e adicione este arquivo a ele:
https://modelcontextprotocol.io/llms-full.txt
Agora o Claude pode responder perguntas sobre como escrever servidores MCP e como eles funcionam
- https://www.reddit.com/r/ClaudeAI/comments/1h3g01r/want_to_ask_claude_about_model_context_protocol/
## Histórico de Estrelas
## /README-th.md
# รายชื่อ MCP Servers ที่น่าสนใจ [](https://awesome.re)
[](README.md)
[](README-zh_TW.md)
[](README-zh.md)
[](README-ja.md)
[](README-ko.md)
[](README-pt_BR.md)
[](https://glama.ai/mcp/discord)
[](https://www.reddit.com/r/mcp/)
รายการรวบรวม Model Context Protocol (MCP) servers ที่น่าสนใจ
* [MCP คืออะไร?](#what-is-mcp)
* [ไคลเอนต์](#clients)
* [บทแนะนำ](#tutorials)
* [การนำไปใช้งานเซิร์ฟเวอร์](#server-implementations)
* [เฟรมเวิร์ค](#frameworks)
* [ยูทิลิตี้](#utilities)
* [เคล็ดลับและเทคนิค](#tips-and-tricks)
## MCP คืออะไร?
[MCP](https://modelcontextprotocol.io/) คือโปรโตคอลเปิดที่ช่วยให้โมเดล AI สามารถโต้ตอบกับทรัพยากรทั้งในระบบและระยะไกลได้อย่างปลอดภัย ผ่านการใช้งานเซิร์ฟเวอร์มาตรฐาน รายการนี้มุ่งเน้นไปที่ MCP เซิร์ฟเวอร์ที่พร้อมใช้งานและอยู่ในช่วงทดลอง ซึ่งช่วยขยายความสามารถของ AI ผ่านการเข้าถึงไฟล์ การเชื่อมต่อฐานข้อมูล การผสานรวม API และบริการอื่นๆ ที่เกี่ยวข้องกับบริบท
## ไคลเอนต์
ดูเพิ่มเติมได้ที่ [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) และ [glama.ai/mcp/clients](https://glama.ai/mcp/clients)
> [!TIP]
> [Glama Chat](https://glama.ai/chat) คือไคลเอนต์ AI แบบ multi-modal ที่รองรับ MCP และมี [AI gateway](https://glama.ai/gateway)
## บทแนะนำ
* [Model Context Protocol (MCP) เริ่มต้นอย่างรวดเร็ว](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart)
* [การตั้งค่า Claude Desktop App เพื่อใช้งานกับฐานข้อมูล SQLite](https://youtu.be/wxCCzo9dGj0)
## ชุมชน
* [r/mcp Reddit](https://www.reddit.com/r/mcp)
* [เซิร์ฟเวอร์ Discord](https://glama.ai/mcp/discord)
## คำอธิบายสัญลักษณ์
* 🎖️ – การนำไปใช้งานอย่างเป็นทางการ
* ภาษาโปรแกรมมิ่ง
* 🐍 – โค้ดเบส Python
* 📇 – โค้ดเบส TypeScript
* 🏎️ – โค้ดเบส Go
* 🦀 – โค้ดเบส Rust
* #️⃣ - โค้ดเบส C#
* ☕ - โค้ดเบส Java
* ขอบเขต
* ☁️ - บริการคลาวด์
* 🏠 - บริการในเครื่อง
* 📟 - ระบบฝังตัว
* ระบบปฏิบัติการ
* 🍎 – สำหรับ macOS
* 🪟 – สำหรับ Windows
* 🐧 - สำหรับ Linux
> [!NOTE]
> สับสนระหว่าง Local 🏠 กับ Cloud ☁️ ?
> * ใช้ local เมื่อ MCP เซิร์ฟเวอร์สื่อสารกับซอฟต์แวร์ที่ติดตั้งในเครื่อง เช่น การควบคุมเบราว์เซอร์ Chrome
> * ใช้ network เมื่อ MCP เซิร์ฟเวอร์สื่อสารกับ API ระยะไกล เช่น API สภาพอากาศ
## การนำไปใช้งานเซิร์ฟเวอร์
> [!NOTE]
> ตอนนี้เรามี[ไดเร็กทอรี web-based](https://glama.ai/mcp/servers) ที่ซิงค์กับ repository นี้
* 🔗 - [รวบรวม](#aggregators)
* 🎨 - [ศิลปะและวัฒนธรรม](#art-and-culture)
* 📂 - [การทำงานอัตโนมัติของเบราว์เซอร์](#browser-automation)
* ☁️ - [แพลตฟอร์มคลาวด์](#cloud-platforms)
* 👨💻 - [การเรียกใช้โค้ด](#code-execution)
* 🖥️ - [คำสั่งในเทอร์มินัล](#command-line)
* 💬 - [การสื่อสาร](#communication)
* 👤 - [แพลตฟอร์มข้อมูลลูกค้า](#customer-data-platforms)
* 🗄️ - [ฐานข้อมูล](#databases)
* 📊 - [แพลตฟอร์มข้อมูล](#data-platforms)
* 🛠️ - [เครื่องมือสำหรับนักพัฒนา](#developer-tools)
* 📟 - [ระบบฝังตัว](#embedded-system)
* 📂 - [ระบบไฟล์](#file-systems)
* 💰 - [การเงินและฟินเทค](#finance--fintech)
* 🎮 - [เกม](#gaming)
* 🧠 - [ความรู้และความจำ](#knowledge--memory)
* 🗺️ - [บริการตำแหน่ง](#location-services)
* 🎯 - [การตลาด](#marketing)
* 📊 - [การตรวจสอบ](#monitoring)
* 🔎 - [ค้นหาและสกัดข้อมูล](#search)
* 🔒 - [ความปลอดภัย](#security)
* 🏃 - [กีฬา](#sports)
* 🎧 - [การสนับสนุนและจัดการบริการ](#support-and-service-management)
* 🌎 - [บริการแปลภาษา](#translation-services)
* 🚆 - [การเดินทางและการขนส่ง](#travel-and-transportation)
* 🔄 - [ระบบควบคุมเวอร์ชัน](#version-control)
* 🛠️ - [เครื่องมือและการผสานรวมอื่นๆ](#other-tools-and-integrations)
### 🔗 รวบรวม
เซิร์ฟเวอร์สำหรับเข้าถึงแอปและเครื่องมือจำนวนมากผ่าน MCP เซิร์ฟเวอร์เดียว
- [PipedreamHQ/pipedream](https://github.com/PipedreamHQ/pipedream/tree/master/modelcontextprotocol) ☁️ 🏠 - เชื่อมต่อกับ API 2,500 รายการ พร้อมเครื่องมือสำเร็จรูป 8,000+ รายการ และจัดการเซิร์ฟเวอร์สำหรับผู้ใช้งานของคุณในแอปของคุณเอง
- [tigranbs/mcgravity](https://github.com/tigranbs/mcgravity) 📇 🏠 - เครื่องมือพร็อกซี่สำหรับรวมเซิร์ฟเวอร์ MCP หลายตัวเข้าด้วยกันเป็นจุดเชื่อมต่อเดียว ปรับขนาดเครื่องมือ AI ของคุณด้วยการกระจายโหลดคำขอระหว่างเซิร์ฟเวอร์ MCP หลายตัว คล้ายกับวิธีที่ Nginx ทำงานสำหรับเว็บเซิร์ฟเวอร์
### 🎨 ศิลปะและวัฒนธรรม
เข้าถึงและสำรวจคอลเลกชันงานศิลปะ มรดกทางวัฒนธรรม และฐานข้อมูลพิพิธภัณฑ์ ช่วยให้โมเดล AI สามารถค้นหาและวิเคราะห์เนื้อหาด้านศิลปะและวัฒนธรรม
- [abhiemj/manim-mcp-server](https://github.com/abhiemj/manim-mcp-server) 🐍 🏠 🪟 🐧 - เซิร์ฟเวอร์ MCP ในเครื่องที่สร้างภาพเคลื่อนไหวด้วย Manim
- [burningion/video-editing-mcp](https://github.com/burningion/video-editing-mcp) 🐍 - เพิ่ม วิเคราะห์ ค้นหา และสร้างการตัดต่อวิดีโอจากคอลเลกชันวิดีโอของคุณ
- [djalal/quran-mcp-server](https://github.com/djalal/quran-mcp-server) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อโต้ตอบกับคลังข้อมูลอัลกุรอาน ผ่าน REST API v4 อย่างเป็นทางการ
- [r-huijts/rijksmuseum-mcp](https://github.com/r-huijts/rijksmuseum-mcp) 📇 ☁️ - การผสานรวม API พิพิธภัณฑ์ Rijksmuseum สำหรับค้นหางานศิลปะ รายละเอียด และคอลเลกชัน
- [r-huijts/oorlogsbronnen-mcp](https://github.com/r-huijts/oorlogsbronnen-mcp) 📇 ☁️ - การผสานรวม API Oorlogsbronnen (แหล่งข้อมูลสงคราม) สำหรับเข้าถึงบันทึกทางประวัติศาสตร์ ภาพถ่าย และเอกสารจากเนเธอร์แลนด์ในช่วงสงครามโลกครั้งที่ 2 (1940-1945)
- [samuelgursky/davinci-resolve-mcp](https://github.com/samuelgursky/davinci-resolve-mcp) 🐍 - การผสานรวมเซิร์ฟเวอร์ MCP สำหรับ DaVinci Resolve ที่ให้เครื่องมือทรงพลังสำหรับการตัดต่อวิดีโอ ปรับสี จัดการสื่อ และควบคุมโปรเจ็กต์
- [yuna0x0/anilist-mcp](https://github.com/yuna0x0/anilist-mcp) 📇 ☁️ - เซิร์ฟเวอร์ MCP ที่ผสานรวม AniList API สำหรับข้อมูลอนิเมะและมังงะ
### 📂 การทำงานอัตโนมัติของเบราว์เซอร์
ความสามารถในการเข้าถึงและทำงานอัตโนมัติกับเว็บ ช่วยให้สามารถค้นหา ดึงข้อมูล และประมวลผลเนื้อหาเว็บในรูปแบบที่เป็นมิตรกับ AI
- [34892002/bilibili-mcp-js](https://github.com/34892002/bilibili-mcp-js) 📇 🏠 - เซิร์ฟเวอร์ MCP ที่สนับสนุนการค้นหาเนื้อหา Bilibili พร้อมตัวอย่างการผสานรวม LangChain และสคริปต์ทดสอบ
- [automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🐍 - เซิร์ฟเวอร์ MCP สำหรับการทำงานอัตโนมัติของเบราว์เซอร์โดยใช้ Playwright
- [blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🐍 - เซิร์ฟเวอร์ MCP Python ที่ใช้ Playwright สำหรับการทำงานอัตโนมัติของเบราว์เซอร์ เหมาะสำหรับ llm มากขึ้น
- [browserbase/mcp-server-browserbase](https://github.com/browserbase/mcp-server-browserbase) 🎖️ 📇 - ทำงานอัตโนมัติกับเบราว์เซอร์บนคลาวด์ (เช่น การนำทางเว็บ การดึงข้อมูล การกรอกแบบฟอร์ม และอื่นๆ)
- [aircodelabs/grasp](https://github.com/aircodelabs/grasp) 📇 🏠 - เบราว์เซอร์แบบโฮสต์เองที่ขับเคลื่อนด้วยเอเจนต์ พร้อมรองรับ MCP และ A2A ในตัว
และอื่นๆ อีกมากมาย...
### ☁️ แพลตฟอร์มคลาวด์
การผสานรวมบริการแพลตฟอร์มคลาวด์ ช่วยให้สามารถจัดการและโต้ตอบกับโครงสร้างพื้นฐานและบริการคลาวด์
- [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - เซิร์ฟเวอร์ที่มีน้ำหนักเบาแต่ทรงพลังที่ช่วยให้ผู้ช่วย AI สามารถเรียกใช้คำสั่ง AWS CLI ใช้ท่อ Unix และใช้เทมเพลตพรอมต์สำหรับงาน AWS ทั่วไปในสภาพแวดล้อม Docker ที่ปลอดภัยพร้อมการสนับสนุนหลายสถาปัตยกรรม
- [alexei-led/k8s-mcp-server](https://github.com/alexei-led/k8s-mcp-server) 🐍 - เซิร์ฟเวอร์ที่มีน้ำหนักเบาแต่แข็งแกร่งที่ช่วยให้ผู้ช่วย AI สามารถเรียกใช้คำสั่ง CLI ของ Kubernetes (`kubectl`, `helm`, `istioctl` และ `argocd`) โดยใช้ท่อ Unix ในสภาพแวดล้อม Docker ที่ปลอดภัยพร้อมการสนับสนุนหลายสถาปัตยกรรม
- [aliyun/alibaba-cloud-ops-mcp-server](https://github.com/aliyun/alibaba-cloud-ops-mcp-server) 🎖️ 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ช่วยให้ผู้ช่วย AI สามารถจัดการและดูแลทรัพยากรบน Alibaba Cloud ได้ โดยรองรับ ECS, การตรวจสอบคลาวด์, OOS และผลิตภัณฑ์คลาวด์อื่นๆ ที่มีการใช้งานอย่างแพร่หลาย
- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S เป็นเครื่องมือจัดการทรัพยากร Kubernetes ขับเคลื่อนด้วย AI ที่ช่วยให้ผู้ใช้สามารถดำเนินการกับทรัพยากรใดๆ ในคลัสเตอร์ Kubernetes ผ่านการโต้ตอบด้วยภาษาธรรมชาติ รวมถึงทรัพยากรดั้งเดิม (เช่น Deployment, Service) และทรัพยากรที่กำหนดเอง (CRD) ไม่จำเป็นต้องจำคำสั่งที่ซับซ้อน เพียงอธิบายความต้องการ และ AI จะดำเนินการในคลัสเตอร์ที่เกี่ยวข้องได้อย่างแม่นยำ ช่วยเพิ่มความสะดวกในการใช้งาน Kubernetes อย่างมาก
### 👨💻 การเรียกใช้โค้ด
เซิร์ฟเวอร์สำหรับการเรียกใช้โค้ด ช่วยให้ LLMs สามารถเรียกใช้โค้ดในสภาพแวดล้อมที่ปลอดภัย เช่น สำหรับตัวแทน coding
- [pydantic/pydantic-ai/mcp-run-python](https://github.com/pydantic/pydantic-ai/tree/main/mcp-run-python) 🐍🏠- เรียกใช้โค้ด Python ในแซนด์บ็อกซ์ที่ปลอดภัยผ่านการเรียกเครื่องมือ MCP
### 🖥️ คำสั่งในเทอร์มินัล
เรียกใช้คำสั่ง จับการแสดงผล และโต้ตอบกับเชลล์และเครื่องมือบรรทัดคำสั่ง
- [ferrislucas/iterm-mcp](https://github.com/ferrislucas/iterm-mcp) 🖥️ 🛠️ 💬 - เซิร์ฟเวอร์ Model Context Protocol ที่ให้การเข้าถึง iTerm คุณสามารถรันคำสั่งและถามคำถามเกี่ยวกับสิ่งที่คุณเห็นในเทอร์มินัล iTerm
- [g0t4/mcp-server-commands](https://github.com/g0t4/mcp-server-commands) 📇 🏠 - รันคำสั่งใดๆ ด้วยเครื่องมือ `run_command` และ `run_script`
- [maxim-saplin/mcp_safe_local_python_executor](https://github.com/maxim-saplin/mcp_safe_local_python_executor) - ตัวแปลภาษา Python ที่ปลอดภัยบนพื้นฐานของ HF Smolagents `LocalPythonExecutor`
### 💬 การสื่อสาร
การผสานรวมกับแพลตฟอร์มการสื่อสารสำหรับการจัดการข้อความและการดำเนินการช่อง ช่วยให้โมเดล AI สามารถโต้ตอบกับเครื่องมือการสื่อสารทีม
- [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - 🌐 ☁️ - เซิร์ฟเวอร์ Nostr MCP ที่ช่วยให้สามารถโต้ตอบกับ Nostr เปิดใช้งานการโพสต์บันทึก และอื่นๆ
- [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - โต้ตอบกับการค้นหาและไทม์ไลน์ Twitter
- [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) - 🐍 💬 - เซิร์ฟเวอร์ MCP เพื่อสร้างกล่องจดหมายแบบทันทีสำหรับส่ง รับ และดำเนินการกับอีเมล เราไม่ใช่ตัวแทน AI สำหรับอีเมล แต่เป็นอีเมลสำหรับตัวแทน AI
- [line/line-bot-mcp-server](https://github.com/line/line-bot-mcp-server) 🎖 📇 ☁️ - เซิร์ฟเวอร์ MCP สำหรับการรวมบัญชี LINE ทางการ
- [YCloud-Developers/ycloud-whatsapp-mcp-server](https://github.com/YCloud-Developers/ycloud-whatsapp-mcp-server) 📇 🏠 - เซิร์ฟเวอร์ MCP สำหรับส่งข้อความ WhatsApp Business ผ่านแพลตฟอร์ม YCloud
- [jaipandya/producthunt-mcp-server](https://github.com/jaipandya/producthunt-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับ Product Hunt โต้ตอบกับโพสต์ที่กำลังเป็นที่นิยม ความคิดเห็น คอลเลกชัน ผู้ใช้ และอื่นๆ อีกมากมาย
### 👤 แพลตฟอร์มข้อมูลลูกค้า
ให้การเข้าถึงโปรไฟล์ลูกค้าภายในแพลตฟอร์มข้อมูลลูกค้า
- [iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) 🎖️ 📇 ☁️ - เชื่อมต่อกับ [iaptic](https://www.iaptic.com) เพื่อถามเกี่ยวกับการซื้อของลูกค้า ข้อมูลธุรกรรม และสถิติรายได้ของแอป
- [OpenDataMCP/OpenDataMCP](https://github.com/OpenDataMCP/OpenDataMCP) 🐍 ☁️ - เชื่อมต่อข้อมูลเปิดใดๆ กับ LLM ใดๆ ด้วย Model Context Protocol
- [@antv/mcp-server-chart](https://github.com/antvis/mcp-server-chart) 🎖️ 📇 ☁️ - ปลั๊กอินสำหรับ MCP Server ที่สร้างขึ้นเพื่อสร้างแผนภูมิการมองเห็นข้อมูลโดยใช้ [AntV](https://github.com/antvis)
### 🗄️ ฐานข้อมูล
การเข้าถึงฐานข้อมูลอย่างปลอดภัยพร้อมความสามารถในการตรวจสอบสคีมา ช่วยให้สามารถสืบค้นและวิเคราะห์ข้อมูลด้วยการควบคุมความปลอดภัยที่กำหนดค่าได้ รวมถึงการเข้าถึงแบบอ่านอย่างเดียว
- [Aiven-Open/mcp-aiven](https://github.com/Aiven-Open/mcp-aiven) - 🐍 ☁️ 🎖️ - นำทางโปรเจ็กต์ [Aiven](https://go.aiven.io/mcp-server) ของคุณและโต้ตอบกับบริการ PostgreSQL®, Apache Kafka®, ClickHouse® และ OpenSearch®
- [alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - เซิร์ฟเวอร์ Supabase MCP พร้อมการสนับสนุนการเรียกใช้คำสั่ง SQL และเครื่องมือสำรวจฐานข้อมูล
- [aliyun/alibabacloud-tablestore-mcp-server](https://github.com/aliyun/alibabacloud-tablestore-mcp-server) ☕ 🐍 ☁️ - บริการ MCP สำหรับ Tablestore คุณสมบัติรวมถึงการเพิ่มเอกสาร การค้นหาเชิงความหมายสำหรับเอกสารตามเวกเตอร์และสเกลาร์ เป็นมิตรกับ RAG และไร้เซิร์ฟเวอร์
- [benborla29/mcp-server-mysql](https://github.com/benborla/mcp-server-mysql) ☁️ 🏠 - การผสานรวมฐานข้อมูล MySQL ใน NodeJS พร้อมการควบคุมการเข้าถึงที่กำหนดค่าได้และการตรวจสอบสคีมา
- [bytebase/dbhub](https://github.com/bytebase/dbhub) 📇 🏠 – เซิร์ฟเวอร์ MCP ฐานข้อมูลสากลที่รองรับฐานข้อมูลกระแสหลัก
- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) 🐍 ☁️ - การผสานรวมฐานข้อมูล TiDB พร้อมความสามารถในการตรวจสอบสคีมาและการสืบค้น
- [Canner/wren-engine](https://github.com/Canner/wren-engine) 🐍 🦀 🏠 - Semantic Engine สำหรับไคลเอนต์ Model Context Protocol (MCP) และตัวแทน AI
- [centralmind/gateway](https://github.com/centralmind/gateway) 🏎️ 🏠 🍎 🪟 - เซิร์ฟเวอร์ MCP และ MCP SSE ที่สร้าง API โดยอัตโนมัติตามสคีมาและข้อมูลของฐานข้อมูล รองรับ PostgreSQL, Clickhouse, MySQL, Snowflake, BigQuery, Supabase
- [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - การผสานรวมฐานข้อมูล ClickHouse พร้อมความสามารถในการตรวจสอบสคีมาและการสืบค้น
- [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) 🐍 🏠 - การใช้งานเซิร์ฟเวอร์ MCP ที่ให้การโต้ตอบกับ Elasticsearch
- [crystaldba/postgres-mcp](https://github.com/crystaldba/postgres-mcp) 🐍 🏠 - เซิร์ฟเวอร์ MCP แบบครบวงจรสำหรับการพัฒนาและการดำเนินการ Postgres พร้อมเครื่องมือสำหรับการวิเคราะห์ประสิทธิภาพ การปรับแต่ง และการตรวจสอบสถานะ
- [Dataring-engineering/mcp-server-trino](https://github.com/Dataring-engineering/mcp-server-trino) 🐍 ☁️ - เซิร์ฟเวอร์ Trino MCP เพื่อสืบค้นและเข้าถึงข้อมูลจากคลัสเตอร์ Trino
- [tuannvm/mcp-trino](https://github.com/tuannvm/mcp-trino) 🏎️ ☁️ - การใช้งานเซิร์ฟเวอร์ Model Context Protocol (MCP) สำหรับ Trino ด้วยภาษา Go.
- [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - การผสานรวมฐานข้อมูล MySQL พร้อมการควบคุมการเข้าถึงที่กำหนดค่าได้ การตรวจสอบสคีมา และแนวทางความปลอดภัยที่ครอบคลุม
- [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) 📇 🏠 - การผสานรวมฐานข้อมูล Airtable พร้อมความสามารถในการตรวจสอบสคีมา การอ่าน และการเขียน
- [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - การใช้งานเซิร์ฟเวอร์สำหรับการผสานรวม Google BigQuery ที่ช่วยให้สามารถเข้าถึงและสืบค้นฐานข้อมูล BigQuery ได้โดยตรง
- [f4ww4z/mcp-mysql-server](https://github.com/f4ww4z/mcp-mysql-server) 📇 🏠 - การผสานรวมฐานข้อมูล MySQL บน Node.js ที่ให้การดำเนินการฐานข้อมูล MySQL ที่ปลอดภัย
- [fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) 📇 ☁️ - ฐานข้อมูลบัญชีแยกประเภท Fireproof พร้อมการซิงค์ผู้ใช้หลายคน
- [FreePeak/db-mcp-server](https://github.com/FreePeak/db-mcp-server) 🏎️ 🏠 – เซิร์ฟเวอร์ MCP ฐานข้อมูลหลายตัวประสิทธิภาพสูงที่สร้างด้วย Golang รองรับ MySQL & PostgreSQL (NoSQL กำลังจะมาเร็วๆ นี้) รวมถึงเครื่องมือในตัวสำหรับการเรียกใช้คำสั่ง การจัดการธุรกรรม การสำรวจสคีมา การสร้างคำสั่ง และการวิเคราะห์ประสิทธิภาพ พร้อมการผสานรวม Cursor อย่างราบรื่นสำหรับเวิร์กโฟลว์ฐานข้อมูลที่ปรับปรุงแล้ว
- [furey/mongodb-lens](https://github.com/furey/mongodb-lens) 📇 🏠 - MongoDB Lens: เซิร์ฟเวอร์ MCP ที่มีคุณสมบัติครบถ้วนสำหรับฐานข้อมูล MongoDB
- [gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) 🔥 ⛅️ - บริการ Firebase รวมถึง Auth, Firestore และ Storage
- [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) 📇 ☁️ - การผสานรวมฐานข้อมูล Convex เพื่อตรวจสอบตาราง ฟังก์ชัน และเรียกใช้คำสั่งแบบครั้งเดียว ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts))
- [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับการสืบค้น GreptimeDB
- [hannesrudolph/sqlite-explorer-fastmcp-mcp-server](https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP ที่ให้การเข้าถึงฐานข้อมูล SQLite แบบอ่านอย่างเดียวที่ปลอดภัยผ่าน Model Context Protocol (MCP) เซิร์ฟเวอร์นี้สร้างขึ้นด้วยเฟรมเวิร์ก FastMCP ซึ่งช่วยให้ LLMs สามารถสำรวจและสืบค้นฐานข้อมูล SQLite ด้วยคุณสมบัติความปลอดภัยในตัวและการตรวจสอบความถูกต้องของคำสั่ง
- [idoru/influxdb-mcp-server](https://github.com/idoru/influxdb-mcp-server) 📇 ☁️ 🏠 - เรียกใช้คำสั่งกับ InfluxDB OSS API v2
- [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) 🐍 ☁️ - การผสานรวม Snowflake ที่ใช้การดำเนินการอ่านและ (ทางเลือก) เขียน รวมถึงการติดตามข้อมูลเชิงลึก
- [joshuarileydev/supabase-mcp-server](https://github.com/joshuarileydev/supabase) - เซิร์ฟเวอร์ Supabase MCP สำหรับการจัดการและสร้างโปรเจ็กต์และองค์กรใน Supabase
- [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ Apache Kafka และ Timeplus สามารถแสดงรายการหัวข้อ Kafka, ดึงข้อความ Kafka, บันทึกข้อมูล Kafka ในเครื่อง และสืบค้นข้อมูลสตรีมมิ่งด้วย SQL ผ่าน Timeplus
- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - การผสานรวม VikingDB พร้อมการแนะนำคอลเลกชันและดัชนี ที่เก็บเวกเตอร์ และความสามารถในการค้นหา
- [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - เซิร์ฟเวอร์ Model Context Protocol สำหรับ MongoDB
- [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - การผสานรวมฐานข้อมูล DuckDB พร้อมความสามารถในการตรวจสอบสคีมาและการสืบค้น
- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - การผสานรวมฐานข้อมูล BigQuery พร้อมความสามารถในการตรวจสอบสคีมาและการสืบค้น
- [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) ☕ 🏠 - เชื่อมต่อกับฐานข้อมูลที่เข้ากันได้กับ JDBC และสืบค้น แทรก อัปเดต ลบ และอื่นๆ
- [memgraph/mcp-memgraph](https://github.com/memgraph/mcp-memgraph) 🐍 🏠 - เซิร์ฟเวอร์ Memgraph MCP - รวมถึงเครื่องมือสำหรับเรียกใช้คำสั่งกับ Memgraph และทรัพยากรสคีมา
- [modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) 📇 🏠 - การผสานรวมฐานข้อมูล PostgreSQL พร้อมความสามารถในการตรวจสอบสคีมาและการสืบค้น
- [modelcontextprotocol/server-sqlite](https://github.com/modelcontextprotocol/servers/tree/main/src/sqlite) 🐍 🏠 - การดำเนินการฐานข้อมูล SQLite พร้อมคุณสมบัติการวิเคราะห์ในตัว
- [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol กับ Neo4j
- [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) 📇 ☁️ — เซิร์ฟเวอร์ MCP สำหรับสร้างและจัดการฐานข้อมูล Postgres โดยใช้ Neon Serverless Postgres
- [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) เซิร์ฟเวอร์ MCP สำหรับแพลตฟอร์ม Postgres ของ Nile - จัดการและสืบค้นฐานข้อมูล Postgres ผู้เช่า ผู้ใช้ การรับรองความถูกต้องโดยใช้ LLMs
- [openlink/mcp-server-odbc](https://github.com/OpenLinkSoftware/mcp-odbc-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับการเชื่อมต่อระบบจัดการฐานข้อมูล (DBMS) ทั่วไปผ่านโปรโตคอล Open Database Connectivity (ODBC)
- [openlink/mcp-server-sqlalchemy](https://github.com/OpenLinkSoftware/mcp-sqlalchemy-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับการเชื่อมต่อระบบจัดการฐานข้อมูล (DBMS) ทั่วไปผ่าน SQLAlchemy โดยใช้ Python ODBC (pyodbc)
- [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) 🐍 ☁️ - สืบค้นและวิเคราะห์ฐานข้อมูล Azure Data Explorer
- [pab1it0/prometheus-mcp-server](https://github.com/pab1it0/prometheus-mcp-server) 🐍 ☁️ - สืบค้นและวิเคราะห์ Prometheus ระบบตรวจสอบโอเพ่นซอร์ส
- [qdrant/mcp-server-qdrant](https://github.com/qdrant/mcp-server-qdrant) 🐍 🏠 - เซิร์ฟเวอร์ Qdrant MCP
- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - การผสานรวม MongoDB ที่ช่วยให้ LLMs สามารถโต้ตอบกับฐานข้อมูลได้โดยตรง
- [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) 🐍 ☁️ - เชื่อมต่อเครื่องมือ AI โดยตรงกับ Airtable สืบค้น สร้าง อัปเดต และลบบันทึกโดยใช้ภาษาธรรมชาติ คุณสมบัติรวมถึงการจัดการฐาน การดำเนินการตาราง การจัดการสคีมา การกรองบันทึก และการย้ายข้อมูลผ่านอินเทอร์เฟซ MCP มาตรฐาน
- [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - การผสานรวมฐานข้อมูลสากลบน SQLAlchemy ที่รองรับ PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server และฐานข้อมูลอื่นๆ อีกมากมาย คุณสมบัติการตรวจสอบสคีมาและความสัมพันธ์ และความสามารถในการวิเคราะห์ชุดข้อมูลขนาดใหญ่
- [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - การผสานรวม Pinecone พร้อมความสามารถในการค้นหาเวกเตอร์
- [TheRaLabs/legion-mcp](https://github.com/TheRaLabs/legion-mcp) 🐍 🏠 เซิร์ฟเวอร์ MCP ฐานข้อมูลสากลที่รองรับฐานข้อมูลหลายประเภท รวมถึง PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB และ SQLite
- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - การผสานรวม Tinybird พร้อมความสามารถในการสืบค้นและ API
- [tradercjz/dolphindb-mcp-server](https://github.com/tradercjz/dolphindb-mcp-server) 🐍 ☁️ - การผสานรวมฐานข้อมูล TDolphinDB พร้อมความสามารถในการตรวจสอบสคีมาและการสืบค้น
- [weaviate/mcp-server-weaviate](https://github.com/weaviate/mcp-server-weaviate) 🐍 📇 ☁️ - เซิร์ฟเวอร์ MCP เพื่อเชื่อมต่อกับคอลเลกชัน Weaviate ของคุณเป็นฐานความรู้ รวมถึงการใช้ Weaviate เป็นที่เก็บหน่วยความจำแชท
- [XGenerationLab/xiyan_mcp_server](https://github.com/XGenerationLab/xiyan_mcp_server) 📇 ☁️ — เซิร์ฟเวอร์ MCP ที่รองรับการดึงข้อมูลจากฐานข้อมูลโดยใช้คำสั่งภาษาธรรมชาติ ขับเคลื่อนโดย XiyanSQL เป็น LLM แบบ text-to-SQL
- [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - เซิร์ฟเวอร์ Model Context Protocol สำหรับโต้ตอบกับ Google Sheets เซิร์ฟเวอร์นี้มีเครื่องมือสำหรับสร้าง อ่าน อัปเดต และจัดการสเปรดชีตผ่าน Google Sheets API
- [zilliztech/mcp-server-milvus](https://github.com/zilliztech/mcp-server-milvus) 🐍 🏠 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ Milvus / Zilliz ทำให้สามารถโต้ตอบกับฐานข้อมูลของคุณได้
### 📊 แพลตฟอร์มข้อมูล
แพลตฟอร์มข้อมูลสำหรับการผสานรวมข้อมูล การแปลง และการประสานงานไปป์ไลน์
- [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) - เชื่อมต่อกับ Databricks API ช่วยให้ LLMs สามารถเรียกใช้คำสั่ง SQL แสดงรายการงาน และรับสถานะงาน
- [keboola/keboola-mcp-server](https://github.com/keboola/keboola-mcp-server) - โต้ตอบกับ Keboola Connection Data Platform เซิร์ฟเวอร์นี้มีเครื่องมือสำหรับแสดงรายการและเข้าถึงข้อมูลจาก Keboola Storage API
### 💻 เครื่องมือสำหรับนักพัฒนา
เครื่องมือและการผสานรวมที่ปรับปรุงเวิร์กโฟลว์การพัฒนาและการจัดการสภาพแวดล้อม
- [21st-dev/Magic-MCP](https://github.com/21st-dev/magic-mcp) - สร้างส่วนประกอบ UI ที่สร้างขึ้นอย่างประณีตซึ่งได้รับแรงบันดาลใจจากวิศวกรออกแบบที่ดีที่สุดของ 21st.dev
- [Hypersequent/qasphere-mcp](https://github.com/Hypersequent/qasphere-mcp) 🎖️ 📇 ☁️ - การรวมกับระบบจัดการทดสอบ [QA Sphere](https://qasphere.com/) ช่วยให้ LLM สามารถค้นพบ สรุป และโต้ตอบกับกรณีทดสอบได้โดยตรงจาก IDE ที่ขับเคลื่อนด้วย AI
- [admica/FileScopeMCP](https://github.com/admica/FileScopeMCP) 🐍 📇 🦀 - วิเคราะห์โค้ดเบสของคุณโดยระบุไฟล์สำคัญตามความสัมพันธ์ของการพึ่งพา สร้างไดอะแกรมและคะแนนความสำคัญ ช่วยให้ผู้ช่วย AI เข้าใจโค้ดเบส
- [api7/apisix-mcp](https://github.com/api7/apisix-mcp) 🎖️ 📇 🏠 เซิร์ฟเวอร์ MCP ที่รองรับการสืบค้นและจัดการทรัพยากรทั้งหมดใน [Apache APISIX](https://github.com/apache/apisix)
- [automation-ai-labs/mcp-link](https://github.com/automation-ai-labs/mcp-link) 🏎️ 🏠 - ผสานรวม API ใดๆ กับตัวแทน AI ได้อย่างราบรื่น (ด้วย OpenAPI Schema)
- [Coment-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) 🎖️ 📇 ☁️ 🏠 - พูดคุยกับการสังเกตการณ์ LLM การติดตาม และการตรวจสอบที่บันทึกโดย Opik โดยใช้ภาษาธรรมชาติ
- [davidlin2k/pox-mcp-server](https://github.com/davidlin2k/pox-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับตัวควบคุม POX SDN เพื่อให้ความสามารถในการควบคุมและจัดการเครือข่าย
- [delano/postman-mcp-server](https://github.com/delano/postman-mcp-server) 📇 ☁️ - โต้ตอบกับ [Postman API](https://www.postman.com/postman/postman-public-workspace/)
- [flipt-io/mcp-server-flipt](https://github.com/flipt-io/mcp-server-flipt) 📇 🏠 - ช่วยให้ผู้ช่วย AI สามารถโต้ตอบกับแฟล็กคุณสมบัติของคุณใน [Flipt](https://flipt.io)
- [GLips/Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) 📇 🏠 - ให้ตัวแทน coding เข้าถึงข้อมูล Figma โดยตรงเพื่อช่วยในการใช้งานการออกแบบแบบ one-shot
- [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) 🎖️ 📇 ☁️ - ผสานรวม ค้นพบ จัดการ และเข้ารหัสทรัพยากรคลาวด์ด้วย [Firefly](https://firefly.ai)
- [Govcraft/rust-docs-mcp-server](https://github.com/Govcraft/rust-docs-mcp-server) 🦀 🏠 - ให้บริบทเอกสารล่าสุดสำหรับ crate Rust เฉพาะแก่ LLMs ผ่านเครื่องมือ MCP โดยใช้การค้นหาเชิงความหมาย (embeddings) และการสรุป LLM
- [haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์จัดการ Excel ที่ให้การสร้างเวิร์กบุ๊ก การดำเนินการข้อมูล การจัดรูปแบบ และคุณสมบัติขั้นสูง (แผนภูมิ ตาราง Pivot สูตร)
- [higress-group/higress-ops-mcp-server](https://github.com/higress-group/higress-ops-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์ MCP ที่มีเครื่องมือที่ครอบคลุมสำหรับการจัดการการกำหนดค่าและการดำเนินการเกตเวย์ [Higress](https://github.com/alibaba/higress)
- [hungthai1401/bruno-mcp](https://github.com/hungthai1401/bruno-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP สำหรับโต้ตอบกับ [Bruno API Client](https://www.usebruno.com/)
- [hyperb1iss/droidmind](https://github.com/hyperb1iss/droidmind) 🐍 🏠 - ควบคุมอุปกรณ์ Android ด้วย AI ผ่าน MCP เปิดใช้งานการควบคุมอุปกรณ์ การดีบัก การวิเคราะห์ระบบ และการทำงานอัตโนมัติของ UI ด้วยกรอบความปลอดภัยที่ครอบคลุม
- [IlyaGulya/gradle-mcp-server](https://github.com/IlyaGulya/gradle-mcp-server) 🏠 - การผสานรวม Gradle โดยใช้ Gradle Tooling API เพื่อตรวจสอบโปรเจ็กต์ เรียกใช้งาน และรันการทดสอบพร้อมการรายงานผลการทดสอบแต่ละรายการ
- [InhiblabCore/mcp-image-compression](https://github.com/InhiblabCore/mcp-image-compression) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับการบีบอัดรูปภาพรูปแบบต่างๆ ในเครื่อง
- [ios-simulator-mcp](https://github.com/joshuayoes/ios-simulator-mcp) 📇 🏠 🍎 - เซิร์ฟเวอร์ Model Context Protocol (MCP) สำหรับโต้ตอบกับ iOS simulators เซิร์ฟเวอร์นี้ช่วยให้คุณสามารถโต้ตอบกับ iOS simulators โดยรับข้อมูลเกี่ยวกับพวกมัน ควบคุมการโต้ตอบ UI และตรวจสอบองค์ประกอบ UI
- [j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - เซิร์ฟเวอร์ MCP ที่ให้การวิเคราะห์ SQL การตรวจสอบโค้ด และการแปลงภาษาโดยใช้ [SQLGlot](https://github.com/tobymao/sqlglot)
- [jasonjmcghee/claude-debugs-for-you](https://github.com/jasonjmcghee/claude-debugs-for-you) 📇 🏠 - เซิร์ฟเวอร์ MCP และส่วนขยาย VS Code ซึ่งเปิดใช้งานการดีบักอัตโนมัติ (ไม่จำกัดภาษา) ผ่านเบรกพอยต์และการประเมินนิพจน์
- [jetbrains/mcpProxy](https://github.com/JetBrains/mcpProxy) 🎖️ 📇 🏠 - เชื่อมต่อกับ JetBrains IDE
- [Jktfe/serveMyAPI](https://github.com/Jktfe/serveMyAPI) 📇 🏠 🍎 - เซิร์ฟเวอร์ MCP (Model Context Protocol) ส่วนบุคคลสำหรับจัดเก็บและเข้าถึงคีย์ API อย่างปลอดภัยในโปรเจ็กต์ต่างๆ โดยใช้ macOS Keychain
- [joshuarileydev/app-store-connect-mcp-server](https://github.com/JoshuaRileyDev/app-store-connect-mcp-server) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อสื่อสารกับ App Store Connect API สำหรับนักพัฒนา iOS
- [joshuarileydev/simulator-mcp-server](https://github.com/JoshuaRileyDev/simulator-mcp-server) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อควบคุม iOS Simulators
- [lamemind/mcp-server-multiverse](https://github.com/lamemind/mcp-server-multiverse) 📇 🏠 🛠️ - เซิร์ฟเวอร์มิดเดิลแวร์ที่ช่วยให้อินสแตนซ์ที่แยกจากกันหลายอินสแตนซ์ของเซิร์ฟเวอร์ MCP เดียวกันสามารถอยู่ร่วมกันได้อย่างอิสระด้วยเนมสเปซและการกำหนดค่าที่ไม่ซ้ำกัน
- [langfuse/mcp-server-langfuse](https://github.com/langfuse/mcp-server-langfuse) 🐍 🏠 - เซิร์ฟเวอร์ MCP เพื่อเข้าถึงและจัดการพรอมต์แอปพลิเคชัน LLM ที่สร้างด้วย [Langfuse]([https://langfuse.com/](https://langfuse.com/docs/prompts/get-started)) Prompt Management
- [mrexodia/user-feedback-mcp](https://github.com/mrexodia/user-feedback-mcp) 🐍 🏠 - เซิร์ฟเวอร์ MCP อย่างง่ายเพื่อเปิดใช้งานเวิร์กโฟลว์ human-in-the-loop ในเครื่องมือเช่น Cline และ Cursor
- [OctoMind-dev/octomind-mcp](https://github.com/OctoMind-dev/octomind-mcp) - 📇 ☁️ ให้ตัวแทน AI ที่คุณต้องการสร้างและรันการทดสอบ end-to-end ของ [Octomind](https://www.octomind.dev/) ที่จัดการเต็มรูปแบบจากโค้ดเบสของคุณหรือแหล่งข้อมูลอื่นๆ เช่น Jira, Slack หรือ TestRail
- [pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - เซิร์ฟเวอร์ MCP นี้มีเครื่องมือสำหรับดาวน์โหลดเว็บไซต์ทั้งหมดโดยใช้ wget มันรักษาโครงสร้างเว็บไซต์และแปลงลิงก์ให้ทำงานในเครื่อง
- [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - การจัดการและการดำเนินการคอนเทนเนอร์ Docker ผ่าน MCP
- [r-huijts/xcode-mcp-server](https://github.com/r-huijts/xcode-mcp-server) 📇 🏠 🍎 - การผสานรวม Xcode สำหรับการจัดการโปรเจ็กต์ การดำเนินการไฟล์ และการทำงานอัตโนมัติของการสร้าง
- [ReAPI-com/mcp-openapi](https://github.com/ReAPI-com/mcp-openapi) 📇 🏠 - เซิร์ฟเวอร์ MCP ที่ช่วยให้ LLMs รู้ทุกอย่างเกี่ยวกับข้อกำหนด OpenAPI ของคุณเพื่อค้นหา อธิบาย และสร้างโค้ด/ข้อมูลจำลอง
- [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) 🎖️🐍☁️🍎 - เซิร์ฟเวอร์ MCP สำหรับแพลตฟอร์มการจัดการเหตุการณ์ [Rootly](https://rootly.com/)
- [sammcj/mcp-package-version](https://github.com/sammcj/mcp-package-version) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อช่วย LLMs แนะนำเวอร์ชันแพ็คเกจที่เสถียรล่าสุดเมื่อเขียนโค้ด
- [sapientpants/sonarqube-mcp-server](https://github.com/sapientpants/sonarqube-mcp-server) 🦀 ☁️ 🏠 - เซิร์ฟเวอร์ Model Context Protocol (MCP) ที่ผสานรวมกับ SonarQube เพื่อให้ผู้ช่วย AI เข้าถึงเมตริกคุณภาพโค้ด ปัญหา และสถานะเกตคุณภาพ
- [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) 🐍 🏠 - การใช้งานความสามารถของ Claude Code โดยใช้ MCP เปิดใช้งานความเข้าใจโค้ด AI การแก้ไข และการวิเคราะห์โปรเจ็กต์ด้วยการสนับสนุนเครื่องมือที่ครอบคลุม
- [snaggle-ai/openapi-mcp-server](https://github.com/snaggle-ai/openapi-mcp-server) 🏎️ 🏠 - เชื่อมต่อเซิร์ฟเวอร์ HTTP/REST API ใดๆ โดยใช้ข้อกำหนด Open API (v3)
- [stass/lldb-mcp](https://github.com/stass/lldb-mcp) 🐍 🏠 🐧 🍎 - เซิร์ฟเวอร์ MCP สำหรับ LLDB เปิดใช้งานการวิเคราะห์ไบนารีและไฟล์คอร์ของ AI การดีบัก การแยกส่วนประกอบ
- [TencentEdgeOne/edgeone-pages-mcp](https://github.com/TencentEdgeOne/edgeone-pages-mcp) 📇 ☁️ - บริการ MCP สำหรับการปรับใช้เนื้อหา HTML บน EdgeOne Pages และรับ URL ที่สามารถเข้าถึงได้จากสาธารณะ
- [tumf/mcp-text-editor](https://github.com/tumf/mcp-text-editor) 🐍 🏠 - โปรแกรมแก้ไขไฟล์ข้อความแบบบรรทัดต่อบรรทัด ปรับให้เหมาะสมสำหรับเครื่องมือ LLM ด้วยการเข้าถึงไฟล์บางส่วนที่มีประสิทธิภาพเพื่อลดการใช้โทเค็น
- [vivekvells/mcp-pandoc](https://github.com/vivekVells/mcp-pandoc) 🗄️ 🚀 - เซิร์ฟเวอร์ MCP สำหรับการแปลงรูปแบบเอกสารอย่างราบรื่นโดยใช้ Pandoc รองรับ Markdown, HTML, PDF, DOCX (.docx), csv และอื่นๆ
- [VSCode Devtools](https://github.com/biegehydra/BifrostMCP) 📇 - เชื่อมต่อกับ VSCode ide และใช้เครื่องมือเชิงความหมายเช่น `find_usages`
- [xcodebuild](https://github.com/ShenghaiWang/xcodebuild) 🍎 สร้าง iOS Xcode workspace/project และส่งข้อผิดพลาดกลับไปยัง llm
- [xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) 📇 🏠 - โครงการใช้งานเซิร์ฟเวอร์ MCP (Model Context Protocol) บน JVM
- [yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) 🐍 🏠 - เซิร์ฟเวอร์ MCP ที่เชื่อมต่อกับ [Apache Airflow](https://airflow.apache.org/) โดยใช้ไคลเอนต์อย่างเป็นทางการ
- [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) 🐍 🏠 - เซิร์ฟเวอร์ Model Context Protocol (MCP) สำหรับสร้างแผนผังความคิดแบบโต้ตอบที่สวยงาม
- [YuChenSSR/multi-ai-advisor](https://github.com/YuChenSSR/multi-ai-advisor-mcp) 📇 🏠 - เซิร์ฟเวอร์ Model Context Protocol (MCP) ที่สืบค้นโมเดล Ollama หลายตัวและรวมการตอบสนองของพวกมัน ให้มุมมอง AI ที่หลากหลายในคำถามเดียว
- [yWorks/mcp-typescribe](https://github.com/yWorks/mcp-typescribe) 📇 🏠 - เซิร์ฟเวอร์ MCP ที่ให้ข้อมูล Typescript API อย่างมีประสิทธิภาพแก่ตัวแทนเพื่อให้สามารถทำงานกับ API ที่ไม่ได้รับการฝึกฝน
- [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อดึงข้อมูล JSON, ข้อความ และ HTML ได้อย่างยืดหยุ่น
- [zenml-io/mcp-zenml](https://github.com/zenml-io/mcp-zenml) 🐍 🏠 ☁️ - เซิร์ฟเวอร์ MCP เพื่อเชื่อมต่อกับไปป์ไลน์ MLOps และ LLMOps ของ [ZenML](https://www.zenml.io)
- [cjo4m06/mcp-shrimp-task-manager](https://github.com/cjo4m06/mcp-shrimp-task-manager) 📇 ☁️ 🏠 – ระบบจัดการงานที่ออกแบบมาสำหรับการเขียนโปรแกรมโดยเฉพาะ ช่วยเพิ่มประสิทธิภาพให้กับโค้ดดิ้งเอเจนต์อย่าง Cursor AI ด้วยหน่วยความจำงานขั้นสูง การสะท้อนตนเอง และการจัดการลำดับงาน [ShrimpTaskManager](https://cjo4m06.github.io/mcp-shrimp-task-manager)
- [axliupore/mcp-code-runner](https://github.com/axliupore/mcp-code-runner) 📇 🏠 - เซิร์ฟเวอร์ MCP สำหรับการรันโค้ดในเครื่องผ่าน Docker และรองรับภาษาการเขียนโปรแกรมหลายภาษา
### 🧮 เครื่องมือวิทยาศาสตร์ข้อมูล
การผสานรวมและเครื่องมือที่ออกแบบมาเพื่อลดความซับซ้อนในการสำรวจข้อมูล การวิเคราะห์ และปรับปรุงเวิร์กโฟลว์วิทยาศาสตร์ข้อมูล
- [ChronulusAI/chronulus-mcp](https://github.com/ChronulusAI/chronulus-mcp) 🐍 ☁️ - ทำนายอะไรก็ได้ด้วยตัวแทนการพยากรณ์และการทำนายของ Chronulus AI
- [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - เปิดใช้งานการสำรวจข้อมูลอัตโนมัติบนชุดข้อมูลที่ใช้ .csv ให้ข้อมูลเชิงลึกอัจฉริยะด้วยความพยายามน้อยที่สุด
- [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อแปลงไฟล์หรือเนื้อหาเว็บเกือบทุกชนิดเป็น Markdown
- [jjsantos01/jupyter-notebook-mcp](https://github.com/jjsantos01/jupyter-notebook-mcp) 🐍 🏠 - เชื่อมต่อ Jupyter Notebook กับ Claude AI ช่วยให้ Claude สามารถโต้ตอบและควบคุม Jupyter Notebooks ได้โดยตรง
### 📟 ระบบฝังตัว
ให้การเข้าถึงเอกสารและทางลัดสำหรับการทำงานบนอุปกรณ์ฝังตัว
- [horw/esp-mcp](https://github.com/horw/esp-mcp) 📟 - เวิร์กโฟลว์สำหรับการแก้ไขปัญหาการสร้างในชิปซีรีส์ ESP32 โดยใช้ ESP-IDF
### 📂 ระบบไฟล์
ให้การเข้าถึงระบบไฟล์ในเครื่องโดยตรงพร้อมสิทธิ์ที่กำหนดค่าได้ ช่วยให้โมเดล AI สามารถอ่าน เขียน และจัดการไฟล์ภายในไดเร็กทอรีที่ระบุ
- [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) 🐍 🏠 - แบ่งปันบริบทโค้ดกับ LLMs ผ่าน MCP หรือคลิปบอร์ด
- [exoticknight/mcp-file-merger](https://github.com/exoticknight/mcp-file-merger) 🏎️ 🏠 - เครื่องมือรวมไฟล์ เหมาะสำหรับขีดจำกัดความยาวของการแชท AI
- [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) ☕ 🏠 - ระบบไฟล์ที่อนุญาตให้เรียกดูและแก้ไขไฟล์ที่ใช้งานใน Java โดยใช้ Quarkus มีให้ใช้งานเป็น jar หรือ native image
- [hmk/box-mcp-server](https://github.com/hmk/box-mcp-server) 📇 ☁️ - การผสานรวม Box สำหรับการแสดงรายการ อ่าน และค้นหาไฟล์
- [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) 🐍 🏠 🪟 - ค้นหาไฟล์ Windows อย่างรวดเร็วโดยใช้ Everything SDK
- [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) 🏎️ 🏠 - การใช้งาน Golang สำหรับการเข้าถึงระบบไฟล์ในเครื่อง
- [modelcontextprotocol/server-filesystem](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem) 📇 🏠 - การเข้าถึงระบบไฟล์ในเครื่องโดยตรง
- [modelcontextprotocol/server-google-drive](https://github.com/modelcontextprotocol/servers/tree/main/src/gdrive) 📇 ☁️ - การผสานรวม Google Drive สำหรับการแสดงรายการ อ่าน และค้นหาไฟล์
- [Xuanwo/mcp-server-opendal](https://github.com/Xuanwo/mcp-server-opendal) 🐍 🏠 ☁️ - เข้าถึงที่เก็บข้อมูลใดๆ ด้วย Apache OpenDAL™
### 💰 การเงินและฟินเทค
เครื่องมือเข้าถึงและวิเคราะห์ข้อมูลทางการเงิน ช่วยให้โมเดล AI สามารถทำงานกับข้อมูลตลาด แพลตฟอร์มการซื้อขาย และข้อมูลทางการเงิน
- [qiniu/qiniu-mcp-server](https://github.com/qiniu/qiniu-mcp-server) 🐍 ☁️ - MCP ที่สร้างจากผลิตภัณฑ์ของ Qiniu Cloud รองรับการเข้าถึงบริการจัดเก็บข้อมูล Qiniu Cloud, บริการมัลติมีเดียอัจฉริยะ และอื่นๆ
- [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - การผสานรวม Coinmarket API เพื่อดึงรายการและราคา cryptocurrency
- [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) 📇 ☁️ - Bankless Onchain API เพื่อโต้ตอบกับสัญญาอัจฉริยะ สืบค้นข้อมูลธุรกรรมและโทเค็น
- [base/base-mcp](https://github.com/base/base-mcp) 🎖️ 📇 ☁️ - การผสานรวม Base Network สำหรับเครื่องมือ onchain ช่วยให้สามารถโต้ตอบกับ Base Network และ Coinbase API สำหรับการจัดการกระเป๋าเงิน การโอนเงิน สัญญาอัจฉริยะ และการดำเนินการ DeFi
- [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - การผสานรวม Alpha Vantage API เพื่อดึงข้อมูลทั้งหุ้นและ crypto
- [bitteprotocol/mcp](https://github.com/BitteProtocol/mcp) 📇 - การผสานรวม Bitte Protocol เพื่อรันตัวแทน AI บนบล็อกเชนหลายตัว
- [chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) 🎖️ 📇 ☁️ - เซิร์ฟเวอร์ MCP ที่เชื่อมต่อตัวแทน AI กับแพลตฟอร์ม [Chargebee](https://www.chargebee.com/)
- [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - การผสานรวม Yahoo Finance เพื่อดึงข้อมูลตลาดหุ้น รวมถึงคำแนะนำออปชัน
- [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - การผสานรวม Tastyworks API เพื่อจัดการกิจกรรมการซื้อขายบน Tastytrade
- [getalby/nwc-mcp-server](https://github.com/getalby/nwc-mcp-server) 📇 🏠 - การผสานรวมกระเป๋าเงิน Bitcoin Lightning ขับเคลื่อนโดย Nostr Wallet Connect
- [heurist-network/heurist-mesh-mcp-server](https://github.com/heurist-network/heurist-mesh-mcp-server) 🎖️ ⛅️ 🏠 🐍 - เข้าถึงตัวแทน AI web3 เฉพาะทางสำหรับการวิเคราะห์บล็อกเชน การตรวจสอบความปลอดภัยของสัญญาอัจฉริยะ การประเมินเมตริกโทเค็น และการโต้ตอบบนเชนผ่านเครือข่าย Heurist Mesh ให้เครื่องมือที่ครอบคลุมสำหรับการวิเคราะห์ DeFi การประเมินมูลค่า NFT และการตรวจสอบธุรกรรมในบล็อกเชนหลายตัว
- [kukapay/crypto-feargreed-mcp](https://github.com/kukapay/crypto-feargreed-mcp) 🐍 ☁️ - ให้ข้อมูลดัชนี Crypto Fear & Greed แบบเรียลไทม์และย้อนหลัง
- [kukapay/crypto-indicators-mcp](https://github.com/kukapay/crypto-indicators-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ให้ตัวบ่งชี้และกลยุทธ์การวิเคราะห์ทางเทคนิคของ cryptocurrency ที่หลากหลาย
- [kukapay/crypto-sentiment-mcp](https://github.com/kukapay/crypto-sentiment-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ส่งการวิเคราะห์ความเชื่อมั่นของ cryptocurrency ให้กับตัวแทน AI
- [kukapay/cryptopanic-mcp-server](https://github.com/kukapay/cryptopanic-mcp-server) 🐍 ☁️ - ให้ข่าวสาร cryptocurrency ล่าสุดแก่ตัวแทน AI ขับเคลื่อนโดย CryptoPanic
- [kukapay/dune-analytics-mcp](https://github.com/kukapay/dune-analytics-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ mcp ที่เชื่อมโยงข้อมูล Dune Analytics กับตัวแทน AI
- [kukapay/freqtrade-mcp](https://github.com/kukapay/freqtrade-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ผสานรวมกับบอทซื้อขาย cryptocurrency Freqtrade
- [kukapay/jupiter-mcp](https://github.com/kukapay/jupiter-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับดำเนินการแลกเปลี่ยนโทเค็นบนบล็อกเชน Solana โดยใช้ Ultra API ใหม่ของ Jupiter
- [kukapay/pancakeswap-poolspy-mcp](https://github.com/kukapay/pancakeswap-poolspy-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ติดตามพูลที่สร้างขึ้นใหม่บน Pancake Swap
- [kukapay/rug-check-mcp](https://github.com/kukapay/rug-check-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ตรวจจับความเสี่ยงที่อาจเกิดขึ้นในโทเค็นมีม Solana
- [kukapay/thegraph-mcp](https://github.com/kukapay/thegraph-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ขับเคลื่อนตัวแทน AI ด้วยข้อมูลบล็อกเชนที่จัดทำดัชนีจาก The Graph
- [kukapay/token-minter-mcp](https://github.com/kukapay/token-minter-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่มีเครื่องมือสำหรับตัวแทน AI เพื่อสร้างโทเค็น ERC-20 ในบล็อกเชนหลายตัว
- [kukapay/token-revoke-mcp](https://github.com/kukapay/token-revoke-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับตรวจสอบและเพิกถอนการอนุญาตโทเค็น ERC-20 ในบล็อกเชนหลายตัว
- [kukapay/uniswap-poolspy-mcp](https://github.com/kukapay/uniswap-poolspy-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ติดตามพูลสภาพคล่องที่สร้างขึ้นใหม่บน Uniswap ในบล็อกเชนหลายตัว
- [kukapay/uniswap-trader-mcp](https://github.com/kukapay/uniswap-trader-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับตัวแทน AI เพื่อทำการแลกเปลี่ยนโทเค็นอัตโนมัติบน Uniswap DEX ในบล็อกเชนหลายตัว
- [kukapay/whale-tracker-mcp](https://github.com/kukapay/whale-tracker-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ mcp สำหรับติดตามธุรกรรมวาฬ cryptocurrency
- [longportapp/openapi](https://github.com/longportapp/openapi/tree/main/mcp) - 🐍 ☁️ - LongPort OpenAPI ให้ข้อมูลตลาดหุ้นแบบเรียลไทม์ ให้การเข้าถึงการวิเคราะห์และความสามารถในการซื้อขายของ AI ผ่าน MCP
- [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) 📇 ☁️ - บริการบล็อกเชนที่ครอบคลุมสำหรับเครือข่าย EVM มากกว่า 30 เครือข่าย รองรับโทเค็นเนทีฟ, ERC20, NFTs, สัญญาอัจฉริยะ, ธุรกรรม และการแก้ไข ENS
- [mcpdotdirect/starknet-mcp-server](https://github.com/mcpdotdirect/starknet-mcp-server) 📇 ☁️ - การผสานรวมบล็อกเชน Starknet ที่ครอบคลุมพร้อมการสนับสนุนโทเค็นเนทีฟ (ETH, STRK), สัญญาอัจฉริยะ, การแก้ไข StarknetID และการโอนโทเค็น
- [minhyeoky/mcp-server-ledger](https://github.com/minhyeoky/mcp-server-ledger) 🐍 🏠 - การผสานรวม ledger-cli สำหรับการจัดการธุรกรรมทางการเงินและการสร้างรายงาน
- [openMF/mcp-mifosx](https://github.com/openMF/mcp-mifosx) ☁️ 🏠 - การผสานรวม core banking สำหรับการจัดการลูกค้า สินเชื่อ เงินฝาก หุ้น ธุรกรรมทางการเงิน และการสร้างรายงานทางการเงิน
- [narumiruna/yfinance-mcp](https://github.com/narumiruna/yfinance-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ใช้ yfinance เพื่อรับข้อมูลจาก Yahoo Finance
- [pwh-pwh/coin-mcp-server](https://github.com/pwh-pwh/coin-mcp-server) 🐍 ☁️ - Bitget API เพื่อดึงราคา cryptocurrency
- [QuantGeekDev/coincap-mcp](https://github.com/QuantGeekDev/coincap-mcp) 📇 ☁️ - การผสานรวมข้อมูลตลาด cryptocurrency แบบเรียลไทม์โดยใช้ API สาธารณะของ CoinCap ให้การเข้าถึงราคา crypto และข้อมูลตลาดโดยไม่ต้องใช้คีย์ API
- [SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - เครื่องมือ MCP ที่ให้ข้อมูลตลาด cryptocurrency โดยใช้ CoinGecko API
- [SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - เครื่องมือ MCP ที่ให้ข้อมูลตลาดหุ้นและการวิเคราะห์โดยใช้ Yahoo Finance API
- [HuggingAGI/mcp-baostock-server](https://github.com/HuggingAGI/mcp-baostock-server) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่ใช้ baostock เป็นฐาน ให้การเข้าถึงและวิเคราะห์ข้อมูลตลาดหุ้นจีน
- [Wuye-AI/mcp-server-wuye-ai](https://github.com/wuye-ai/mcp-server-wuye-ai) 🎖️ 📇 ☁️ - เซิร์ฟเวอร์ MCP ที่เชื่อมต่อกับแพลตฟอร์ม CRIC Wuye AI โดย CRIC Wuye AI เป็นผู้ช่วย AI อัจฉริยะที่บริษัท CRIC พัฒนาขึ้นสำหรับอุตสาหกรรมการบริหารอสังหาริมทรัพย์
### 🎮 เกม
การผสานรวมกับข้อมูลที่เกี่ยวข้องกับเกม เอนจิ้นเกม และบริการ
- [CoderGamester/mcp-unity](https://github.com/CoderGamester/mcp-unity) 📇 #️⃣ 🏠 - เซิร์ฟเวอร์ MCP สำหรับการผสานรวม Unity3d Game Engine สำหรับการพัฒนาเกม
- [Coding-Solo/godot-mcp](https://github.com/Coding-Solo/godot-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP สำหรับโต้ตอบกับเอนจิ้นเกม Godot ให้เครื่องมือสำหรับการแก้ไข รัน ดีบัก และจัดการฉากในโปรเจ็กต์ Godot
- [pab1ito/chess-mcp](https://github.com/pab1it0/chess-mcp) 🐍 ☁️ - เข้าถึงข้อมูลผู้เล่น Chess.com บันทึกเกม และข้อมูลสาธารณะอื่นๆ ผ่านอินเทอร์เฟซ MCP มาตรฐาน ช่วยให้ผู้ช่วย AI สามารถค้นหาและวิเคราะห์ข้อมูลหมากรุก
- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับข้อมูล Fantasy Premier League แบบเรียลไทม์และเครื่องมือวิเคราะห์
- [opgginc/opgg-mcp](https://github.com/opgginc/opgg-mcp) 📇 ☁️ - เข้าถึงข้อมูลเกมแบบเรียลไทม์จากเกมยอดนิยมเช่น League of Legends, TFT และ Valorant นำเสนอการวิเคราะห์แชมเปี้ยน ตารางการแข่งขันอีสปอร์ต องค์ประกอบเมต้า และสถิติตัวละคร
### 🧠 ความรู้และความจำ
การจัดเก็บหน่วยความจำถาวรโดยใช้โครงสร้างกราฟความรู้ ช่วยให้โมเดล AI สามารถรักษาและสืบค้นข้อมูลที่มีโครงสร้างข้ามเซสชัน
- [CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - หน่วยความจำแบบกราฟที่ปรับปรุงแล้วโดยเน้นที่การเล่นบทบาท AI และการสร้างเรื่องราว
- [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server) 📇 ☁️ - นำเข้าอะไรก็ได้จาก Slack, Discord, เว็บไซต์, Google Drive, Linear หรือ GitHub ลงในโปรเจ็กต์ Graphlit - จากนั้นค้นหาและดึงความรู้ที่เกี่ยวข้องภายในไคลเอนต์ MCP เช่น Cursor, Windsurf หรือ Cline
- [hannesrudolph/mcp-ragdocs](https://github.com/hannesrudolph/mcp-ragdocs) 🐍 🏠 - การใช้งานเซิร์ฟเวอร์ MCP ที่มีเครื่องมือสำหรับดึงและประมวลผลเอกสารผ่านการค้นหาเวกเตอร์ ช่วยให้ผู้ช่วย AI สามารถเสริมการตอบสนองด้วยบริบทเอกสารที่เกี่ยวข้อง
- [kaliaboi/mcp-zotero](https://github.com/kaliaboi/mcp-zotero) 📇 ☁️ - ตัวเชื่อมต่อสำหรับ LLMs เพื่อทำงานกับคอลเลกชันและแหล่งข้อมูลบน Zotero Cloud ของคุณ
- [mcp-summarizer](https://github.com/0xshellming/mcp-summarizer) 📕 ☁️ - เซิร์ฟเวอร์ MCP สรุป AI รองรับเนื้อหาหลายประเภท: ข้อความธรรมดา, หน้าเว็บ, เอกสาร PDF, หนังสือ EPUB, เนื้อหา HTML
- [mem0ai/mem0-mcp](https://github.com/mem0ai/mem0-mcp) 🐍 🏠 - เซิร์ฟเวอร์ Model Context Protocol สำหรับ Mem0 ที่ช่วยจัดการการตั้งค่าและรูปแบบการเขียนโค้ด ให้เครื่องมือสำหรับจัดเก็บ ดึงข้อมูล และจัดการการใช้งานโค้ด แนวทางปฏิบัติที่ดีที่สุด และเอกสารทางเทคนิคใน IDE เช่น Cursor และ Windsurf
- [modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) 📇 🏠 - ระบบหน่วยความจำถาวรแบบกราฟความรู้สำหรับรักษาบริบท
- [@ragieai/mcp-server](https://github.com/ragieai/ragie-mcp-server) 📇 ☁️ - ดึงบริบทจากฐานความรู้ [Ragie](https://www.ragie.ai) (RAG) ของคุณที่เชื่อมต่อกับการผสานรวมต่างๆ เช่น Google Drive, Notion, JIRA และอื่นๆ
- [topoteretes/cognee](https://github.com/topoteretes/cognee/tree/dev/cognee-mcp) 📇 🏠 - ตัวจัดการหน่วยความจำสำหรับแอป AI และตัวแทนโดยใช้กราฟและที่เก็บเวกเตอร์ต่างๆ และอนุญาตการนำเข้าจากแหล่งข้อมูลมากกว่า 30 แหล่ง
### 🗺️ บริการตำแหน่ง
บริการตามตำแหน่งและเครื่องมือแผนที่ ช่วยให้โมเดล AI สามารถทำงานกับข้อมูลทางภูมิศาสตร์ ข้อมูลสภาพอากาศ และการวิเคราะห์ตามตำแหน่ง
- [briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) 🐍 ☁️ - ตำแหน่งทางภูมิศาสตร์ของที่อยู่ IP และข้อมูลเครือข่ายโดยใช้ IPInfo API
- [kukapay/nearby-search-mcp](https://github.com/kukapay/nearby-search-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับการค้นหาสถานที่ใกล้เคียงพร้อมการตรวจจับตำแหน่งตาม IP
- [modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) 📇 ☁️ - การผสานรวม Google Maps สำหรับบริการตำแหน่ง การกำหนดเส้นทาง และรายละเอียดสถานที่
- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - เชื่อมต่อ QGIS Desktop กับ Claude AI ผ่าน MCP การผสานรวมนี้ช่วยให้สามารถสร้างโปรเจ็กต์ โหลดเลเยอร์ เรียกใช้โค้ด และอื่นๆ โดยใช้พรอมต์ช่วย
- [SaintDoresh/Weather-MCP-ClaudeDesktop](https://github.com/SaintDoresh/Weather-MCP-ClaudeDesktop.git) 🐍 ☁️ - เครื่องมือ MCP ที่ให้ข้อมูลสภาพอากาศแบบเรียลไทม์ การพยากรณ์ และข้อมูลสภาพอากาศย้อนหลังโดยใช้ OpenWeatherMap API
- [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) 🐍 🏠 - เข้าถึงเวลาในเขตเวลาใดก็ได้และรับเวลาท้องถิ่นปัจจุบัน
- [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) 🐍 🏠 - เซิร์ฟเวอร์ MCP การเข้ารหัสทางภูมิศาสตร์สำหรับ nominatim, ArcGIS, Bing
### 🎯 การตลาด
เครื่องมือสำหรับสร้างและแก้ไขเนื้อหาทางการตลาด ทำงานกับข้อมูลเมตาเว็บ การวางตำแหน่งผลิตภัณฑ์ และคู่มือการแก้ไข
- [Open Strategy Partners Marketing Tools](https://github.com/open-strategy-partners/osp_marketing_tools) 🐍 🏠 - ชุดเครื่องมือทางการตลาดจาก Open Strategy Partners รวมถึงรูปแบบการเขียน รหัสการแก้ไข และการสร้างแผนที่มูลค่าการตลาดผลิตภัณฑ์
### 📊 การตรวจสอบ
เข้าถึงและวิเคราะห์ข้อมูลการตรวจสอบแอปพลิเคชัน ช่วยให้โมเดล AI สามารถตรวจสอบรายงานข้อผิดพลาดและเมตริกประสิทธิภาพ
- [grafana-loki-mcp](https://github.com/tumf/grafana-loki-mcp) 🐍 🏠 - เซิร์ฟเวอร์ MCP ที่อนุญาตให้สืบค้นบันทึก Loki ผ่าน Grafana API
- [grafana/mcp-grafana](https://github.com/grafana/mcp-grafana) 🎖️ 🐍 🏠 ☁️ - ค้นหาแดชบอร์ด ตรวจสอบเหตุการณ์ และสืบค้นแหล่งข้อมูลในอินสแตนซ์ Grafana ของคุณ
- [hyperb1iss/lucidity-mcp](https://github.com/hyperb1iss/lucidity-mcp) 🐍 🏠 - ปรับปรุงคุณภาพโค้ดที่สร้างโดย AI ผ่านการวิเคราะห์อัจฉริยะตามพรอมต์ใน 10 มิติที่สำคัญตั้งแต่ความซับซ้อนไปจนถึงช่องโหว่ด้านความปลอดภัย
- [last9/last9-mcp-server](https://github.com/last9/last9-mcp-server) - นำบริบทการผลิตแบบเรียลไทม์—บันทึก เมตริก และการติดตาม—เข้าสู่สภาพแวดล้อมในเครื่องของคุณเพื่อแก้ไขโค้ดอัตโนมัติได้เร็วขึ้น
- [metoro-io/metoro-mcp-server](https://github.com/metoro-io/metoro-mcp-server) 🎖️ 🏎️ ☁️ - สืบค้นและโต้ตอบกับสภาพแวดล้อม kubernetes ที่ตรวจสอบโดย Metoro
- [modelcontextprotocol/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - การผสานรวม Raygun API V3 สำหรับการรายงานข้อขัดข้องและการตรวจสอบผู้ใช้จริง
- [modelcontextprotocol/server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry) 🐍 ☁️ - การผสานรวม Sentry.io สำหรับการติดตามข้อผิดพลาดและการตรวจสอบประสิทธิภาพ
- [pydantic/logfire-mcp](https://github.com/pydantic/logfire-mcp) 🎖️ 🐍 ☁️ - ให้การเข้าถึงการติดตามและเมตริก OpenTelemetry ผ่าน Logfire
- [seekrays/mcp-monitor](https://github.com/seekrays/mcp-monitor) 🏎️ 🏠 - เครื่องมือตรวจสอบระบบที่เปิดเผยเมตริกระบบผ่าน Model Context Protocol (MCP) เครื่องมือนี้ช่วยให้ LLMs สามารถดึงข้อมูลระบบแบบเรียลไทม์ผ่านอินเทอร์เฟซที่เข้ากันได้กับ MCP (รองรับ CPU, หน่วยความจำ, ดิสก์, เครือข่าย, โฮสต์, กระบวนการ)
### 🔎 การค้นหาและการดึงข้อมูล
- [scrapeless-ai/scrapeless-mcp-server](https://github.com/scrapeless-ai/scrapeless-mcp-server) 🐍 ☁️ - บริการ Scrapeless Model Context Protocol ทำหน้าที่เป็นตัวเชื่อมเซิร์ฟเวอร์ MCP กับ Google SERP API ช่วยให้สามารถค้นหาเว็บภายในระบบนิเวศ MCP โดยไม่ต้องออกจากมัน
- [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) 📇 ☁️ - การรวม API การค้นหาของ Kagi
- [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ MCP สำหรับ LLM เพื่อค้นหาและอ่านเอกสารจาก arXiv
- [andybrandt/mcp-simple-pubmed](https://github.com/andybrandt/mcp-simple-pubmed) - 🐍 ☁️ MCP เพื่อค้นหาและอ่านเอกสารทางการแพทย์/วิทยาศาสตร์ชีวภาพจาก PubMed
- [angheljf/nyt](https://github.com/angheljf/nyt) 📇 ☁️ - ค้นหาบทความโดยใช้ API ของ NYTimes
- [apify/mcp-server-rag-web-browser](https://github.com/apify/mcp-server-rag-web-browser) 📇 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ RAG Web Browser Actor แบบโอเพ่นซอร์สของ Apify เพื่อทำการค้นหาเว็บ สแครป URL และส่งคืนเนื้อหาในรูปแบบ Markdown
- [Bigsy/Clojars-MCP-Server](https://github.com/Bigsy/Clojars-MCP-Server) 📇 ☁️ - เซิร์ฟเวอร์ MCP ของ Clojars เพื่อข้อมูลการพึ่งพาล่าสุดของไลบรารี Clojure
- [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - ค้นหาเอกสารวิจัยจาก ArXiv
- [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) 📇 ☁️ - การรวม Google News พร้อมการจัดหมวดหมู่หัวข้ออัตโนมัติ รองรับหลายภาษา และความสามารถในการค้นหาที่ครอบคลุม รวมถึงพาดหัว เรื่องราว และหัวข้อที่เกี่ยวข้องผ่าน [SerpAPI](https://serpapi.com/)
- [ConechoAI/openai-websearch-mcp](https://github.com/ConechoAI/openai-websearch-mcp/) 🐍 🏠 ☁️ - เซิร์ฟเวอร์ MCP ที่ใช้ Python ซึ่งให้เครื่องมือ `web_search` ในตัวของ OpenAI
- [devflowinc/trieve](https://github.com/devflowinc/trieve/tree/main/clients/mcp-server) 🎖️ 📇 ☁️ 🏠 - คลานฝังตัว แบ่งส่วน ค้นหา และดึงข้อมูลจากชุดข้อมูลผ่าน [Trieve](https://trieve.ai)
- [Dumpling-AI/mcp-server-dumplingai](https://github.com/Dumpling-AI/mcp-server-dumplingai) 🎖️ 📇 ☁️ - เข้าถึงข้อมูล การสแครปเว็บ และ API การแปลงเอกสารโดย [Dumpling AI](https://www.dumplingai.com/)
- [erithwik/mcp-hn](https://github.com/erithwik/mcp-hn) 🐍 ☁️ - เซิร์ฟเวอร์ MCP เพื่อค้นหา Hacker News รับเรื่องเด่น และอื่นๆ
- [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – เซิร์ฟเวอร์ Model Context Protocol (MCP) ที่ช่วยให้ผู้ช่วย AI เช่น Claude ใช้ Exa AI Search API ในการค้นหาเว็บ การตั้งค่านี้ช่วยให้โมเดล AI รับข้อมูลเว็บแบบเรียลไทม์ได้อย่างปลอดภัยและควบคุมได้
- [fatwang2/search1api-mcp](https://github.com/fatwang2/search1api-mcp) 📇 ☁️ - ค้นหาผ่าน search1api (ต้องใช้คีย์ API แบบชำระเงิน)
- [hellokaton/unsplash-mcp-server](https://github.com/hellokaton/unsplash-mcp-server) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับการค้นหารูปภาพจาก Unsplash
- [Ihor-Sokoliuk/MCP-SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng) 📇 🏠/☁️ - เซิร์ฟเวอร์ Model Context Protocol สำหรับ [SearXNG](https://docs.searxng.org)
- [jae-jae/fetcher-mcp](https://github.com/jae-jae/fetcher-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP สำหรับดึงเนื้อหาเว็บเพจโดยใช้เบราว์เซอร์ headless Playwright รองรับการเรนเดอร์ Javascript และการดึงเนื้อหาอย่างชาญฉลาด และส่งออกในรูปแบบ Markdown หรือ HTML
- [jae-jae/g-search-mcp](https://github.com/jae-jae/g-search-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP อันทรงพลังสำหรับการค้นหา Google ที่ช่วยให้ค้นหาคำหลักหลายคำพร้อมกันแบบขนาน
- [kshern/mcp-tavily](https://github.com/kshern/mcp-tavily.git) ☁️ 📇 – API การค้นหา AI ของ Tavily
- [modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) 📇 ☁️ - ความสามารถในการค้นหาเว็บโดยใช้ API การค้นหาของ Brave
- [modelcontextprotocol/server-fetch](https://github.com/modelcontextprotocol/servers/tree/main/src/fetch) 🐍 🏠 ☁️ - การดึงและประมวลผลเนื้อหาเว็บอย่างมีประสิทธิภาพสำหรับการบริโภคของ AI
- [mzxrai/mcp-webresearch](https://github.com/mzxrai/mcp-webresearch) 🔍📚 - ค้นหา Google และทำการวิจัยเชิงลึกบนเว็บในหัวข้อใดก็ได้
- [nickclyde/duckduckgo-mcp-server](https://github.com/nickclyde/duckduckgo-mcp-server) 🐍 ☁️ - การค้นหาเว็บโดยใช้ DuckDuckGo
- [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) 📇 ☁️ - เซิร์ฟเวอร์ MCP ที่ให้การวิจัยเชิงลึกแบบอัตโนมัติคล้าย OpenAI/Perplexity การขยายคำถามที่มีโครงสร้าง และการรายงานที่กระชับ
- [SecretiveShell/MCP-searxng](https://github.com/SecretiveShell/MCP-searxng) 🐍 🏠 - เซิร์ฟเวอร์ MCP เพื่อเชื่อมต่อกับอินสแตนซ์ searXNG
- [tinyfish-io/agentql-mcp](https://github.com/tinyfish-io/agentql-mcp) 🎖️ 📇 ☁️ - เซิร์ฟเวอร์ MCP ที่ให้ความสามารถในการดึงข้อมูลของ [AgentQL](https://agentql.com)
- [Tomatio13/mcp-server-tavily](https://github.com/Tomatio13/mcp-server-tavily) ☁️ 🐍 – API การค้นหา AI ของ Tavily
- [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) ☁️ 📇 - เซิร์ฟเวอร์ MCP ของ [Vectorize](https://vectorize.io) สำหรับการดึงข้อมูลขั้นสูง การวิจัยเชิงลึกส่วนตัว การดึงไฟล์ Anything-to-Markdown และการแบ่งส่วนข้อความ
- [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - เซิร์ฟเวอร์ MCP ที่ใช้ TypeScript ซึ่งให้ฟังก์ชันการค้นหาของ DuckDuckGo
- [zoomeye-ai/mcp_zoomeye](https://github.com/zoomeye-ai/mcp_zoomeye) 📇 ☁️ - การสอบถามข้อมูลสินทรัพย์เครือข่ายโดยเซิร์ฟเวอร์ MCP ของ ZoomEye
- [yamanoku/baseline-mcp-server](https://github.com/yamanoku/baseline-mcp-server) 📇 🏠 - เซิร์ฟเวอร์ MCP ที่ค้นหาสถานะ Baseline โดยใช้ Web Platform API
### 🔒 ความปลอดภัย
- [13bm/GhidraMCP](https://github.com/13bm/GhidraMCP) 🐍 ☕ 🏠 - เซิร์ฟเวอร์ MCP สำหรับการรวม Ghidra กับผู้ช่วย AI ปลั๊กอินนี้ช่วยให้สามารถวิเคราะห์ไบนารีได้ โดยมีเครื่องมือสำหรับการตรวจสอบฟังก์ชัน การดีคอมไพล์ การสำรวจหน่วยความจำ และการวิเคราะห์การนำเข้า/ส่งออกผ่าน Model Context Protocol
- [atomicchonk/roadrecon_mcp_server](https://github.com/atomicchonk/roadrecon_mcp_server) 🐍 🪟 🏠 เซิร์ฟเวอร์ MCP สำหรับวิเคราะห์ผลการรวบรวม ROADrecon จากการแจงนับผู้เช่า Azure
- [BurtTheCoder/mcp-dnstwist](https://github.com/BurtTheCoder/mcp-dnstwist) 📇 🪟 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ dnstwist เครื่องมือ fuzzing DNS อันทรงพลังที่ช่วยตรวจจับการพิมพ์ผิด การฟิชชิ่ง และการจารกรรมองค์กร
- [BurtTheCoder/mcp-maigret](https://github.com/BurtTheCoder/mcp-maigret) 📇 🪟 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ maigret เครื่องมือ OSINT อันทรงพลังที่รวบรวมข้อมูลบัญชีผู้ใช้จากแหล่งสาธารณะต่างๆ เซิร์ฟเวอร์นี้มีเครื่องมือสำหรับค้นหาชื่อผู้ใช้ในโซเชียลเน็ตเวิร์กและวิเคราะห์ URL
- [BurtTheCoder/mcp-shodan](https://github.com/BurtTheCoder/mcp-shodan) 📇 🪟 ☁️ - เซิร์ฟเวอร์ MCP สำหรับสอบถาม API ของ Shodan และ Shodan CVEDB เซิร์ฟเวอร์นี้มีเครื่องมือสำหรับการค้นหา IP การค้นหาอุปกรณ์ การค้นหา DNS การสอบถามช่องโหว่ การค้นหา CPE และอื่นๆ
- [BurtTheCoder/mcp-virustotal](https://github.com/BurtTheCoder/mcp-virustotal) 📇 🪟 ☁️ - เซิร์ฟเวอร์ MCP สำหรับสอบถาม API ของ VirusTotal เซิร์ฟเวอร์นี้มีเครื่องมือสำหรับสแกน URL วิเคราะห์แฮชไฟล์ และดึงรายงานที่อยู่ IP
- [fr0gger/MCP_Security](https://github.com/fr0gger/MCP_Security) 📇 ☁️ - เซิร์ฟเวอร์ MCP สำหรับสอบถาม API ของ ORKL เซิร์ฟเวอร์นี้มีเครื่องมือสำหรับดึงรายงานภัยคุกคาม วิเคราะห์ตัวแสดงภัยคุกคาม และดึงแหล่งข่าวกรอง
- [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ เซิร์ฟเวอร์ MCP อันทรงพลังที่ตรวจสอบการพึ่งพาแพ็คเกจ npm เพื่อหาช่องโหว่ด้านความปลอดภัย สร้างด้วยการรวมรีจิสทรี npm ระยะไกลสำหรับการตรวจสอบความปลอดภัยแบบเรียลไทม์
- [semgrep/mcp-security-audit](https://github.com/semgrep/mcp-security-audit) 📇 ☁️ อนุญาตให้ตัวแทน AI สแกนโค้ดเพื่อหาช่องโหว่ด้านความปลอดภัยโดยใช้ [Semgrep](https://semgrep.dev)
- [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - เซิร์ฟเวอร์ MCP สำหรับ IDA Pro ช่วยให้คุณทำการวิเคราะห์ไบนารีด้วยผู้ช่วย AI ปลั๊กอินนี้ใช้การดีคอมไพล์ การแยกส่วน และช่วยให้คุณสร้างรายงานการวิเคราะห์มัลแวร์โดยอัตโนมัติ
### 🏃 กีฬา
เครื่องมือสำหรับการเข้าถึงข้อมูลที่เกี่ยวข้องกับกีฬา ผลการแข่งขัน และสถิติ
- [r-huijts/firstcycling-mcp](https://github.com/r-huijts/firstcycling-mcp) 📇 ☁️ - เข้าถึงข้อมูลการแข่งขันจักรยาน ผลการแข่งขัน และสถิติผ่านภาษาธรรมชาติ คุณสมบัติรวมถึงการดึงรายชื่อผู้เริ่มต้น ผลการแข่งขัน และข้อมูลนักปั่นจาก firstcycling.com
- [willvelida/mcp-afl-server](https://github.com/willvelida/mcp-afl-server) ☁️ - เซิร์ฟเวอร์ MCP ที่ผสานรวมกับ Squiggle API เพื่อให้ข้อมูลเกี่ยวกับทีมในลีกออสเตรเลียนฟุตบอล, ตารางอันดับ, ผลการแข่งขัน, การทำนายผล, และการจัดอันดับพลัง.
### 🎧 การสนับสนุนและการจัดการบริการ
เครื่องมือสำหรับการจัดการการสนับสนุนลูกค้า การจัดการบริการไอที และการดำเนินการช่วยเหลือ
- [effytech/freshdesk-mcp](https://github.com/effytech/freshdesk_mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP ที่รวมเข้ากับ Freshdesk ช่วยให้โมเดล AI สามารถโต้ตอบกับโมดูล Freshdesk และดำเนินการสนับสนุนต่างๆ
### 🌎 บริการแปลภาษา
เครื่องมือและบริการแปลภาษาเพื่อช่วยให้ผู้ช่วย AI สามารถแปลเนื้อหาระหว่างภาษาต่างๆ ได้
- [translated/lara-mcp](https://github.com/translated/lara-mcp) 📇 🏠 - เซิร์ฟเวอร์ MCP สำหรับ Lara Translate API ช่วยให้มีความสามารถในการแปลที่ทรงพลัง รองรับการตรวจจับภาษาและการแปลที่คำนึงถึงบริบท
### 🚆 การเดินทางและการขนส่ง
การเข้าถึงข้อมูลการเดินทางและการขนส่ง ช่วยให้สามารถสอบถามตารางเวลา เส้นทาง และข้อมูลการเดินทางแบบเรียลไทม์
- [Airbnb MCP Server](https://github.com/openbnb-org/mcp-server-airbnb) 📇 ☁️ - ให้เครื่องมือในการค้นหา Airbnb และรับรายละเอียดรายการ
- [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) 📇 ☁️ - การรวม API ของ National Park Service ที่ให้ข้อมูลล่าสุดเกี่ยวกับรายละเอียดของอุทยาน การแจ้งเตือน ศูนย์บริการนักท่องเที่ยว ที่ตั้งแคมป์ และเหตุการณ์สำหรับอุทยานแห่งชาติในสหรัฐอเมริกา
- [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - เข้าถึงข้อมูลการเดินทางของ Dutch Railways (NS) ตารางเวลา และการอัปเดตแบบเรียลไทม์
- [pab1it0/tripadvisor-mcp](https://github.com/pab1it0/tripadvisor-mcp) 📇 🐍 - เซิร์ฟเวอร์ MCP ที่ช่วยให้ LLM สามารถโต้ตอบกับ API ของ Tripadvisor รองรับข้อมูลสถานที่ รีวิว และรูปภาพผ่านอินเทอร์เฟซ MCP ที่ได้มาตรฐาน
### 🔄 การควบคุมเวอร์ชัน
โต้ตอบกับที่เก็บ Git และแพลตฟอร์มควบคุมเวอร์ชัน ช่วยให้สามารถจัดการที่เก็บ วิเคราะห์โค้ด จัดการคำขอผสาน (pull request) ติดตามปัญหา และดำเนินการควบคุมเวอร์ชันอื่นๆ ผ่าน API ที่ได้มาตรฐาน
- [adhikasp/mcp-git-ingest](https://github.com/adhikasp/mcp-git-ingest) 🐍 🏠 - อ่านและวิเคราะห์ที่เก็บ GitHub ด้วย LLM ของคุณ
- [ddukbg/github-enterprise-mcp](https://github.com/ddukbg/github-enterprise-mcp) 📇 ☁️ 🏠 - เซิร์ฟเวอร์ MCP สำหรับการรวม API ของ GitHub Enterprise
- [kopfrechner/gitlab-mr-mcp](https://github.com/kopfrechner/gitlab-mr-mcp) 📇 ☁️ - โต้ตอบกับปัญหาและคำขอผสานของโปรเจกต์ GitLab ได้อย่างราบรื่น
- [modelcontextprotocol/server-git](https://github.com/modelcontextprotocol/servers/tree/main/src/git) 🐍 🏠 - การดำเนินการกับที่เก็บ Git โดยตรง รวมถึงการอ่าน ค้นหา และวิเคราะห์ที่เก็บในเครื่อง
- [modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/tree/main/src/github) 📇 ☁️ - การรวม API ของ GitHub สำหรับการจัดการที่เก็บ คำขอผสาน ปัญหา และอื่นๆ
- [modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/tree/main/src/gitlab) 📇 ☁️ 🏠 - การรวมแพลตฟอร์ม GitLab สำหรับการจัดการโปรเจกต์และการดำเนินการ CI/CD
- [oschina/mcp-gitee](https://github.com/oschina/gitee) 🏎️ ☁️ 🏠 - การรวม API ของ Gitee การจัดการที่เก็บ ปัญหา และคำขอผสาน และอื่นๆ
- [Tiberriver256/mcp-server-azure-devops](https://github.com/Tiberriver256/mcp-server-azure-devops) 📇 ☁️ - การรวม Azure DevOps สำหรับการจัดการที่เก็บ รายการงาน และไปป์ไลน์
### 🛠️ เครื่องมือและการรวมอื่นๆ
- [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ เซิร์ฟเวอร์ Model Context Protocol (MCP) ที่ช่วยให้โมเดล AI โต้ตอบกับ Bitcoin สามารถสร้างคีย์ ตรวจสอบที่อยู่ ถอดรหัสธุรกรรม สอบถามบล็อกเชน และอื่นๆ
- [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - ช่วยให้ AI อ่านจาก Bear Notes ของคุณ (เฉพาะ macOS)
- [allenporter/mcp-server-home-assistant](https://github.com/allenporter/mcp-server-home-assistant) 🐍 🏠 - เปิดเผยเจตนาคำสั่งเสียงทั้งหมดของ Home Assistant ผ่านเซิร์ฟเวอร์ Model Context Protocol เพื่อควบคุมบ้าน
- [Amazon Bedrock Nova Canvas](https://github.com/zxkane/mcp-server-amazon-bedrock) 📇 ☁️ - ใช้โมเดล Amazon Nova Canvas เพื่อสร้างภาพ
- [amidabuddha/unichat-mcp-server](https://github.com/amidabuddha/unichat-mcp-server) 🐍/📇 ☁️ - ส่งคำขอไปยัง OpenAI, MistralAI, Anthropic, xAI, Google AI หรือ DeepSeek โดยใช้โปรโตคอล MCP ผ่านเครื่องมือหรือคำสั่งที่กำหนดไว้ล่วงหน้า ต้องใช้คีย์ API ของผู้ให้บริการ
- [anaisbetts/mcp-installer](https://github.com/anaisbetts/mcp-installer) 🐍 🏠 - เซิร์ฟเวอร์ MCP ที่ติดตั้งเซิร์ฟเวอร์ MCP อื่นๆ ให้คุณ
- [anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube) 📇 ☁️ - ดึงคำบรรยายของ YouTube
- [andybrandt/mcp-simple-openai-assistant](https://github.com/andybrandt/mcp-simple-openai-assistant) - 🐍 ☁️ MCP เพื่อพูดคุยกับผู้ช่วย OpenAI (Claude สามารถใช้โมเดล GPT ใดๆ เป็นผู้ช่วยได้)
- [andybrandt/mcp-simple-timeserver](https://github.com/andybrandt/mcp-simple-timeserver) 🐍 🏠☁️ - เซิร์ฟเวอร์ MCP ที่ช่วยให้ตรวจสอบเวลาท้องถิ่นบนเครื่องลูกข่ายหรือเวลา UTC ปัจจุบันจากเซิร์ฟเวอร์ NTP
- [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 🏠 - การรวม API ของ Coinmarket เพื่อดึงรายการและราคาสกุลเงินดิจิทัล
- [apify/actors-mcp-server](https://github.com/apify/actors-mcp-server) 📇 ☁️ - ใช้เครื่องมือที่สร้างไว้ล่วงหน้ากว่า 3,000 รายการที่เรียกว่า Actors เพื่อดึงข้อมูลจากเว็บไซต์ อีคอมเมิร์ซ โซเชียลมีเดีย เครื่องมือค้นหา แผนที่ และอื่นๆ
- [apinetwork/piapi-mcp-server](https://github.com/apinetwork/piapi-mcp-server) 📇 ☁️ เซิร์ฟเวอร์ MCP ของ PiAPI ช่วยให้ผู้ใช้สามารถสร้างเนื้อหาสื่อด้วย Midjourney/Flux/Kling/Hunyuan/Udio/Trellis ได้โดยตรงจาก Claude หรือแอปที่เข้ากันได้กับ MCP
- [awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - ให้ความสามารถในการสร้างภาพผ่าน API ของ Replicate
- [awwaiid/mcp-server-taskwarrior](https://github.com/awwaiid/mcp-server-taskwarrior) 🏠 📇 - เซิร์ฟเวอร์ MCP สำหรับการใช้งาน taskwarrior ในเครื่องพื้นฐาน (เพิ่ม อัปเดต ลบงาน)
- [baba786/phabricator-mcp-server](https://github.com/baba786/phabricator-mcp-server) 🐍 ☁️ - โต้ตอบกับ API ของ Phabricator
- [Badhansen/notion-mcp](https://github.com/Badhansen/notion-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ Model Context Protocol (MCP) ที่รวมเข้ากับ API ของ Notion เพื่อจัดการรายการสิ่งที่ต้องทำส่วนตัวอย่างมีประสิทธิภาพ
- [bart6114/my-bear-mcp-server](https://github.com/bart6114/my-bear-mcp-server/) 📇 🏠 🍎 - ช่วยให้อ่านโน้ตและแท็กสำหรับแอปจดโน้ต Bear ผ่านการรวมโดยตรงกับฐานข้อมูล sqlite ของ Bear
- [billster45/mcp-chatgpt-responses](https://github.com/billster45/mcp-chatgpt-responses) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ Claude เพื่อพูดคุยกับ ChatGPT และใช้ความสามารถในการค้นหาเว็บของมัน
- [blurrah/mcp-graphql](https://github.com/blurrah/mcp-graphql) 📇 ☁️ - ช่วยให้ AI สามารถสอบถามเซิร์ฟเวอร์ GraphQL
- [fotoetienne/gqai](https://github.com/fotoetienne/gqai) 🏎 🏠 - ใช้เครื่องมือการกำหนดแบบสอบถาม/การกลายพันธุ์ GraphQL ทั่วไป และ gqai จะสร้างเซิร์ฟเวอร์ MCP ให้กับคุณโดยอัตโนมัติ
- [calclavia/mcp-obsidian](https://github.com/calclavia/mcp-obsidian) 📇 🏠 - ตัวเชื่อมต่อนี้ช่วยให้ Claude Desktop (หรือไคลเอนต์ MCP ใดๆ) อ่านและค้นหาไดเรกทอรีที่มีโน้ต Markdown (เช่น vault ของ Obsidian)
- [chrishayuk/mcp-cli](https://github.com/chrishayuk/mcp-cli) 🐍 🏠 - เครื่องมือ CLI อีกตัวสำหรับทดสอบเซิร์ฟเวอร์ MCP
- [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) 🐍 ☁️ - รวมเข้ากับ API ของ Notion เพื่อจัดการรายการสิ่งที่ต้องทำส่วนตัว
- [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) 📇 ☁️ - เข้าถึงไวท์บอร์ด MIRO สร้างและอ่านรายการจำนวนมาก ต้องใช้คีย์ OAUTH สำหรับ REST API
- [future-audiences/wikimedia-enterprise-model-context-protocol](https://gitlab.wikimedia.org/repos/future-audiences/wikimedia-enterprise-model-context-protocol) 🐍 ☁️ - API ค้นหาบทความ Wikipedia
- [githejie/mcp-server-calculator](https://github.com/githejie/mcp-server-calculator) 🐍 🏠 - เซิร์ฟเวอร์นี้ช่วยให้ LLM ใช้เครื่องคิดเลขสำหรับการคำนวณตัวเลขที่แม่นยำ
- [gotoolkits/DifyWorkflow](https://github.com/gotoolkits/mcp-difyworkflow-server) - 🏎️ ☁️ เครื่องมือสำหรับสอบถามและดำเนินการเวิร์กโฟลว์ของ Dify
- [hiromitsusasaki/raindrop-io-mcp-server](https://github.com/hiromitsusasaki/raindrop-io-mcp-server) 📇 ☁️ - การรวมที่ช่วยให้ LLM โต้ตอบกับบุ๊กมาร์ก Raindrop.io โดยใช้ Model Context Protocol (MCP)
- [hmk/attio-mcp-server](https://github.com/hmk/attio-mcp-server) - 📇 ☁️ ช่วยให้ไคลเอนต์ AI จัดการบันทึกและโน้ตใน Attio CRM
- [isaacwasserman/mcp-vegalite-server](https://github.com/isaacwasserman/mcp-vegalite-server) 🐍 🏠 - สร้างการแสดงผลข้อมูลจากข้อมูลที่ดึงมาโดยใช้รูปแบบและตัวเรนเดอร์ VegaLite
- [ivo-toby/contentful-mcp](https://github.com/ivo-toby/contentful-mcp) 📇 🏠 - อัปเดต สร้าง ลบเนื้อหา โมเดลเนื้อหา และสินทรัพย์ใน Contentful Space ของคุณ
- [j3k0/speech.sh](https://github.com/j3k0/speech.sh/blob/main/MCP_README.md) 🏠 - ให้ตัวแทนพูดสิ่งต่างๆ ออกมาดังๆ แจ้งเตือนคุณเมื่อเขาทำงานเสร็จพร้อมสรุปสั้นๆ
- [joshuarileydev/mac-apps-launcher-mcp-server](https://github.com/JoshuaRileyDev/mac-apps-launcher) 📇 🏠 - เซิร์ฟเวอร์ MCP เพื่อแสดงรายการและเปิดแอปพลิเคชันบน MacOS
- [kelvin6365/plane-mcp-server](https://github.com/kelvin6365/plane-mcp-server) - 🏎️ 🏠 เซิร์ฟเวอร์ MCP นี้จะช่วยคุณจัดการโปรเจกต์และปัญหาผ่าน API ของ [Plane](https://plane.so)
- [kenliao94/mcp-server-rabbitmq](https://github.com/kenliao94/mcp-server-rabbitmq) 🐍 🏠 - เปิดใช้งานการโต้ตอบ (การดำเนินการจัดการ การส่ง/รับข้อความ) กับ RabbitMQ
- [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ ช่วยให้โมเดล AI โต้ตอบกับ [Kibela](https://kibe.la/)
- [KS-GEN-AI/confluence-mcp-server](https://github.com/KS-GEN-AI/confluence-mcp-server) 📇 ☁️ 🍎 🪟 - ดึงข้อมูล Confluence ผ่าน CQL และอ่านหน้า
- [KS-GEN-AI/jira-mcp-server](https://github.com/KS-GEN-AI/jira-mcp-server) 📇 ☁️ 🍎 🪟 - อ่านข้อมูล Jira ผ่าน JQL และ API และดำเนินการคำขอเพื่อสร้างและแก้ไขตั๋ว
- [lciesielski/mcp-salesforce](https://github.com/lciesielski/mcp-salesforce-example) 🏠 ☁️ - เซิร์ฟเวอร์ MCP พร้อมการสาธิตพื้นฐานของการโต้ตอบกับอินสแตนซ์ Salesforce
- [llmindset/mcp-hfspace](https://github.com/evalstate/mcp-hfspace) 📇 ☁️ - ใช้ HuggingFace Spaces โดยตรงจาก Claude ใช้การสร้างภาพแบบโอเพ่นซอร์ส การแชท งานด้านการมองเห็น และอื่นๆ รองรับการอัปโหลด/ดาวน์โหลดภาพ เสียง และข้อความ
- [magarcia/mcp-server-giphy](https://github.com/magarcia/mcp-server-giphy) 📇 ☁️ - ค้นหาและดึง GIF จากคลังขนาดใหญ่ของ Giphy ผ่าน API ของ Giphy
- [makehq/mcp-server](https://github.com/integromat/make-mcp-server) 🎖️ 📇 🏠 - เปลี่ยนสถานการณ์ [Make](https://www.make.com/) ของคุณให้เป็นเครื่องมือที่เรียกใช้ได้สำหรับผู้ช่วย AI
- [marcelmarais/Spotify](https://github.com/marcelmarais/spotify-mcp-server) - 📇 🏠 ควบคุมการเล่น Spotify และจัดการเพลย์ลิสต์
- [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) 🐍 ☁️ 🏠 - โต้ตอบกับ Obsidian ผ่าน REST API
- [mcp-server-jfx](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jfx) ☕ 🏠 - วาดบนผ้าใบ JavaFX
- [mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe) - 🎖️ 🦀 🏠 🍎 ระบบท้องถิ่นเป็นอันดับแรกที่จับภาพหน้าจอ/เสียงพร้อมการจัดทำดัชนีตามเวลา การจัดเก็บ SQL/embedding การค้นหาเชิงความหมาย การวิเคราะห์ประวัติที่ขับเคลื่อนด้วย LLM และการกระทำที่เกิดจากเหตุการณ์ - ช่วยให้สามารถสร้างตัวแทน AI ที่ตระหนักถึงบริบทผ่านระบบปลั๊กอิน NextJS
- [modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) 📇 🏠 - เซิร์ฟเวอร์ MCP ที่ใช้คุณสมบัติทั้งหมดของโปรโตคอล MCP
- [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - เซิร์ฟเวอร์เอกสาร Go ที่มีประสิทธิภาพด้านโทเค็น ซึ่งให้ผู้ช่วย AI เข้าถึงเอกสารแพ็คเกจและประเภทอย่างชาญฉลาดโดยไม่ต้องอ่านไฟล์ต้นฉบับทั้งหมด
- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇 ☁️ - แชทกับโมเดลที่ฉลาดที่สุดของ OpenAI
- [NakaokaRei/swift-mcp-gui](https://github.com/NakaokaRei/swift-mcp-gui.git) 🏠 🍎 - เซิร์ฟเวอร์ MCP ที่สามารถดำเนินการคำสั่ง เช่น การป้อนข้อมูลจากคีย์บอร์ดและการเคลื่อนไหวของเมาส์
- [nguyenvanduocit/all-in-one-model-context-protocol](https://github.com/nguyenvanduocit/all-in-one-model-context-protocol) 🏎️ 🏠 - เครื่องมือที่มีประโยชน์สำหรับนักพัฒนา เกือบทุกอย่างที่วิศวกรต้องการ: Confluence, Jira, Youtube, รันสคริปต์, ฐานความรู้ RAG, ดึง URL, จัดการช่อง Youtube, อีเมล, ปฏิทิน, Gitlab
- [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) - 🐍 การดำเนินการอัตโนมัติของ GUI บนหน้าจอ
- [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - สอบถามโมเดล OpenAI โดยตรงจาก Claude โดยใช้โปรโตคอล MCP
- [pskill9/hn-server](https://github.com/pskill9/hn-server) - 📇 ☁️ แยกวิเคราะห์เนื้อหา HTML จาก news.ycombinator.com (Hacker News) และให้ข้อมูลที่มีโครงสร้างสำหรับเรื่องราวประเภทต่างๆ (ยอดนิยม ใหม่ ถาม แสดง งาน)
- [PV-Bhat/vibe-check-mcp-server](https://github.com/PV-Bhat/vibe-check-mcp-server) 📇 ☁️ - เซิร์ฟเวอร์ MCP ที่ป้องกันข้อผิดพลาดแบบต่อเนื่องและการขยายขอบเขตโดยเรียกตัวแทน "Vibe-check" เพื่อให้แน่ใจว่าสอดคล้องกับผู้ใช้
- [pwh-pwh/cal-mcp](https://github.com/pwh-pwh/cal-mcp) - เซิร์ฟเวอร์ MCP สำหรับการคำนวณนิพจน์ทางคณิตศาสตร์
- [pyroprompts/any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp) - แชทกับ API Chat Completions ที่เข้ากันได้กับ OpenAI SDK อื่นๆ เช่น Perplexity, Groq, xAI และอื่นๆ
- [reeeeemo/ancestry-mcp](https://github.com/reeeeemo/ancestry-mcp) 🐍 🏠 - ช่วยให้ AI อ่านไฟล์ .ged และข้อมูลพันธุกรรม
- [rember/rember-mcp](https://github.com/rember/rember-mcp) 📇 🏠 - สร้างบัตรคำทบทวนแบบเว้นระยะใน [Rember](https://rember.com) เพื่อจดจำสิ่งที่คุณเรียนรู้ในการแชทของคุณ
- [roychri/mcp-server-asana](https://github.com/roychri/mcp-server-asana) - 📇 ☁️ การใช้งานเซิร์ฟเวอร์ Model Context Protocol ของ Asana นี้ช่วยให้คุณพูดคุยกับ API ของ Asana จากไคลเอนต์ MCP เช่นแอปพลิเคชันเดสก์ท็อปของ Anthropic Claude และอื่นๆ อีกมากมาย
- [rusiaaman/wcgw](https://github.com/rusiaaman/wcgw/blob/main/src/wcgw/client/mcp_server/Readme.md) 🐍 🏠 - การดำเนินการเชลล์อัตโนมัติ การควบคุมคอมพิวเตอร์ และตัวแทนเขียนโค้ด (Mac)
- [SecretiveShell/MCP-wolfram-alpha](https://github.com/SecretiveShell/MCP-wolfram-alpha) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับสอบถาม API ของ Wolfram Alpha
- [Seym0n/tiktok-mcp](https://github.com/Seym0n/tiktok-mcp) 📇 ☁️ - โต้ตอบกับวิดีโอ TikTok
- [sirmews/apple-notes-mcp](https://github.com/sirmews/apple-notes-mcp) 🐍 🏠 - ช่วยให้ AI อ่านจากฐานข้อมูล Apple Notes ในเครื่องของคุณ (เฉพาะ macOS)
- [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับผลิตภัณฑ์ Atlassian (Confluence และ Jira) รองรับ Confluence Cloud, Jira Cloud และ Jira Server/Data Center ให้เครื่องมือที่ครอบคลุมสำหรับการค้นหา อ่าน สร้าง และจัดการเนื้อหาทั่วทั้งพื้นที่ทำงาน Atlassian
- [suekou/mcp-notion-server](https://github.com/suekou/mcp-notion-server) 📇 🏠 - โต้ตอบกับ API ของ Notion
- [tacticlaunch/mcp-linear](https://github.com/tacticlaunch/mcp-linear) 📇 ☁️ 🍎 🪟 🐧 - รวมเข้ากับระบบการจัดการโปรเจกต์ Linear
- [tanigami/mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity) 🐍 ☁️ - โต้ตอบกับ API ของ Perplexity
- [tevonsb/homeassistant-mcp](https://github.com/tevonsb/homeassistant-mcp) 📇 🏠 - เข้าถึงข้อมูล Home Assistant และควบคุมอุปกรณ์ (ไฟ สวิตช์ เทอร์โมสตัท ฯลฯ)
- [tomekkorbak/oura-mcp-server](https://github.com/tomekkorbak/oura-mcp-server) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ Oura แอปสำหรับติดตามการนอนหลับ
- [tomekkorbak/strava-mcp-server](https://github.com/tomekkorbak/strava-mcp-server) 🐍 ☁️ - เซิร์ฟเวอร์ MCP สำหรับ Strava แอปสำหรับติดตามการออกกำลังกาย
- [wanaku-ai/wanaku](https://github.com/wanaku-ai/wanaku) - ☁️ 🏠 Wanaku MCP Router เป็นเซิร์ฟเวอร์ MCP ที่ใช้ SSE ซึ่งให้เครื่องมือกำหนดเส้นทางที่ขยายได้ ช่วยให้รวมระบบองค์กรของคุณเข้ากับตัวแทน AI
- [wong2/mcp-cli](https://github.com/wong2/mcp-cli) 📇 🏠 - เครื่องมือ CLI สำหรับทดสอบเซิร์ฟเวอร์ MCP
- [ws-mcp](https://github.com/nick1udwig/ws-mcp) - ห่อหุ้มเซิร์ฟเวอร์ MCP ด้วย WebSocket (สำหรับใช้กับ [kitbitz](https://github.com/nick1udwig/kibitz))
- [yuna0x0/hackmd-mcp](https://github.com/yuna0x0/hackmd-mcp) 📇 ☁️ - ช่วยให้โมเดล AI โต้ตอบกับ [HackMD](https://hackmd.io)
- [ZeparHyfar/mcp-datetime](https://github.com/ZeparHyfar/mcp-datetime) - เซิร์ฟเวอร์ MCP ที่ให้ฟังก์ชันวันที่และเวลาในรูปแบบต่างๆ
- [zueai/mcp-manager](https://github.com/zueai/mcp-manager) 📇 ☁️ - อินเทอร์เฟซเว็บ UI ง่ายๆ เพื่อติดตั้งและจัดการเซิร์ฟเวอร์ MCP สำหรับแอป Claude Desktop
- [HenryHaoson/Yuque-MCP-Server](https://github.com/HenryHaoson/Yuque-MCP-Server) - 📇 ☁️ เซิร์ฟเวอร์ Model-Context-Protocol (MCP) สำหรับการรวมเข้ากับ API ของ Yuque ช่วยให้โมเดล AI จัดการเอกสาร โต้ตอบกับฐานความรู้ ค้นหาเนื้อหา และเข้าถึงข้อมูลการวิเคราะห์จากแพลตฟอร์ม Yuque
- [tumf/web3-mcp](https://github.com/tumf/web3-mcp) 🐍 ☁️ - การใช้งาน MCP เซิร์ฟเวอร์ที่ห่อหุ้ม Ankr Advanced API สามารถเข้าถึงข้อมูล NFT, โทเค็น และบล็อกเชนในหลายเครือข่ายรวมถึง Ethereum, BSC, Polygon, Avalanche และอื่นๆ
## กรอบการทำงาน (Frameworks)
- [FastMCP (Python)](https://github.com/jlowin/fastmcp) 🐍 - กรอบการทำงานระดับสูงสำหรับการสร้างเซิร์ฟเวอร์ MCP ใน Python
- [FastMCP (TypeScript)](https://github.com/punkpeye/fastmcp) 📇 - กรอบการทำงานระดับสูงสำหรับการสร้างเซิร์ฟเวอร์ MCP ใน TypeScript
- [Foxy Contexts](https://github.com/strowk/foxy-contexts) 🏎️ - ไลบรารี Golang เพื่อเขียนเซิร์ฟเวอร์ MCP แบบกำหนดเองพร้อมการทดสอบฟังก์ชันรวมอยู่ด้วย
- [gabfr/waha-api-mcp-server](https://github.com/gabfr/waha-api-mcp-server) 📇 - เซิร์ฟเวอร์ MCP พร้อมสเปค openAPI สำหรับการใช้ API WhatsApp ที่ไม่เป็นทางการ (https://waha.devlike.pro/ - และยังเป็นโอเพ่นซอร์ส: https://github.com/devlikeapro/waha)
- [Genkit MCP](https://github.com/firebase/genkit/tree/main/js/plugins/mcp) 📇 – ให้การรวมระหว่าง [Genkit](https://github.com/firebase/genkit/tree/main) และ Model Context Protocol (MCP)
- [http4k MCP SDK](https://mcp.http4k.org) 🐍 - SDK Kotlin ที่ใช้งานได้ดีและทดสอบได้ โดยอิงจากชุดเครื่องมือเว็บ [http4k](https://http4k.org) ยอดนิยม รองรับโปรโตคอลสตรีมมิ่ง HTTP ใหม่
- [lastmile-ai/mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - สร้างตัวแทนที่มีประสิทธิภาพด้วยเซิร์ฟเวอร์ MCP โดยใช้รูปแบบที่เรียบง่ายและประกอบได้
- [LiteMCP](https://github.com/wong2/litemcp) 📇 - กรอบการทำงานระดับสูงสำหรับการสร้างเซิร์ฟเวอร์ MCP ใน JavaScript/TypeScript
- [marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - ส่วนขยาย CodeMirror ที่ใช้ Model Context Protocol (MCP) สำหรับการกล่าวถึงทรัพยากรและคำสั่งพรอมต์
- [mark3labs/mcp-go](https://github.com/mark3labs/mcp-go) 🏎️ - SDK Golang สำหรับการสร้างเซิร์ฟเวอร์และไคลเอนต์ MCP
- [mcp-framework](https://github.com/QuantGeekDev/mcp-framework) 📇 - กรอบการทำงาน TypeScript ที่รวดเร็วและสง่างามสำหรับการสร้างเซิร์ฟเวอร์ MCP
- [mcp-proxy](https://github.com/punkpeye/mcp-proxy) - 📇 พร็อกซี่ SSE TypeScript สำหรับเซิร์ฟเวอร์ MCP ที่ใช้การขนส่ง `stdio`
- [mcp-rs-template](https://github.com/linux-china/mcp-rs-template) 🦀 - เทมเพลตเซิร์ฟเวอร์ MCP CLI สำหรับ Rust
- [metoro-io/mcp-golang](https://github.com/metoro-io/mcp-golang) 🏎️ - กรอบการทำงาน Golang สำหรับการสร้างเซิร์ฟเวอร์ MCP โดยเน้นที่ความปลอดภัยของประเภท
- [mullerhai/sakura-mcp](https://github.com/mullerhai/sakura-mcp) 🦀 ☕ - กรอบการทำงาน Scala MCP สำหรับสร้างตัวแทนที่มีประสิทธิภาพด้วยเซิร์ฟเวอร์และไคลเอนต์ MCP ที่แรเงาจาก modelcontextprotocol.io
- [paulotaylor/voyp-mcp](https://github.com/paulotaylor/voyp-mcp) 📇 - VOYP - เซิร์ฟเวอร์ MCP Voice Over Your Phone สำหรับการโทร
- [poem-web/poem-mcpserver](https://github.com/poem-web/poem/tree/master/poem-mcpserver) 🦀 - การใช้งานเซิร์ฟเวอร์ MCP สำหรับ Poem
- [quarkiverse/quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) ☕ - SDK Java สำหรับการสร้างเซิร์ฟเวอร์ MCP โดยใช้ Quarkus
- [rectalogic/langchain-mcp](https://github.com/rectalogic/langchain-mcp) 🐍 - ให้การสนับสนุนการเรียกเครื่องมือ MCP ใน LangChain ช่วยให้สามารถรวมเครื่องมือ MCP เข้ากับเวิร์กโฟลว์ LangChain
- [ribeirogab/simple-mcp](https://github.com/ribeirogab/simple-mcp) 📇 - ไลบรารี TypeScript ง่ายๆ สำหรับการสร้างเซิร์ฟเวอร์ MCP
- [salty-flower/ModelContextProtocol.NET](https://github.com/salty-flower/ModelContextProtocol.NET) #️⃣ 🏠 - SDK C# สำหรับการสร้างเซิร์ฟเวอร์ MCP บน .NET 9 ที่เข้ากันได้กับ NativeAOT ⚡ 🔌
- [spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) ☕ 🌱 - SDK Java และการรวม Spring Framework สำหรับการสร้างไคลเอนต์และเซิร์ฟเวอร์ MCP ด้วยตัวเลือกการขนส่งที่หลากหลายและเสียบได้
- [spring-projects-experimental/spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) ☕ 🌱 - SDK Java และการรวม Spring Framework สำหรับการสร้างไคลเอนต์และเซิร์ฟเวอร์ MCP ด้วยตัวเลือกการขนส่งที่หลากหลายและเสียบได้
- [Template MCP Server](https://github.com/mcpdotdirect/template-mcp-server) 📇 - เครื่องมือ CLI เพื่อสร้างโปรเจกต์เซิร์ฟเวอร์ Model Context Protocol ใหม่ด้วยการสนับสนุน TypeScript ตัวเลือกการขนส่งคู่ และโครงสร้างที่ขยายได้
- [sendaifun/solana-mcp-kit](https://github.com/sendaifun/solana-agent-kit/tree/main/examples/agent-kit-mcp-server) - SDK MCP Solana
## ยูทิลิตี้ (Utilities)
- [boilingdata/mcp-server-and-gw](https://github.com/boilingdata/mcp-server-and-gw) 📇 - เกตเวย์การขนส่ง MCP stdio ไปยัง HTTP SSE พร้อมเซิร์ฟเวอร์ตัวอย่างและไคลเอนต์ MCP
- [f/MCPTools](https://github.com/f/mcptools) 🔨 - เครื่องมือพัฒนาแบบ command-line สำหรับการตรวจสอบและโต้ตอบกับเซิร์ฟเวอร์ MCP พร้อมฟีเจอร์พิเศษ เช่น การจำลองและพร็อกซี่
- [flux159/mcp-chat](https://github.com/flux159/mcp-chat) 📇🖥️ - ไคลเอนต์แบบ CLI เพื่อแชทและเชื่อมต่อกับเซิร์ฟเวอร์ MCP ใดๆ มีประโยชน์ในระหว่างการพัฒนาและทดสอบเซิร์ฟเวอร์ MCP
- [isaacwasserman/mcp-langchain-ts-client](https://github.com/isaacwasserman/mcp-langchain-ts-client) 📇 – ใช้เครื่องมือที่จัดหาโดย MCP ใน LangChain.js
- [kukapay/whattimeisit-mcp](https://github.com/kukapay/whattimeisit-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP น้ำหนักเบาที่บอกเวลาที่แน่นอนให้คุณทราบ
- [kukapay/whereami-mcp](https://github.com/kukapay/whereami-mcp) 🐍 ☁️ - เซิร์ฟเวอร์ MCP น้ำหนักเบาที่บอกตำแหน่งที่แน่นอนของคุณตาม IP ปัจจุบัน
- [kukapay/whoami-mcp](https://github.com/kukapay/whoami-mcp) 🐍 🏠 - เซิร์ฟเวอร์ MCP น้ำหนักเบาที่บอกว่าคุณเป็นใครอย่างแน่นอน
- [lightconetech/mcp-gateway](https://github.com/lightconetech/mcp-gateway) 📇 - การสาธิตเกตเวย์สำหรับเซิร์ฟเวอร์ MCP SSE
- [mark3labs/mcphost](https://github.com/mark3labs/mcphost) 🏎️ - แอปพลิเคชันโฮสต์ CLI ที่ช่วยให้ Large Language Models (LLMs) โต้ตอบกับเครื่องมือภายนอกผ่าน Model Context Protocol (MCP)
- [MCP-Connect](https://github.com/EvalsOne/MCP-Connect) 📇 - เครื่องมือขนาดเล็กที่ช่วยให้บริการ AI บนคลาวด์เข้าถึงเซิร์ฟเวอร์ MCP ที่ใช้ Stdio ในเครื่องผ่านคำขอ HTTP/HTTPS
- [SecretiveShell/MCP-Bridge](https://github.com/SecretiveShell/MCP-Bridge) 🐍 – พร็อกซี่ middleware OpenAI เพื่อใช้ MCP ในไคลเอนต์ที่เข้ากันได้กับ OpenAI ใดๆ
- [sparfenyuk/mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) 🐍 – เกตเวย์การขนส่ง MCP stdio ไปยัง SSE
- [TBXark/mcp-proxy](https://github.com/TBXark/mcp-proxy) 🏎️ - เซิร์ฟเวอร์พร็อกซี่ MCP ที่รวบรวมและให้บริการเซิร์ฟเวอร์ทรัพยากร MCP หลายตัวผ่านเซิร์ฟเวอร์ http เดียว
- [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 🐍 – กรอบการทำงานเพื่อสร้างตัวแทน AI แนวตั้ง
## เคล็ดลับและเทคนิค (Tips and Tricks)
### พรอมต์อย่างเป็นทางการเพื่อแจ้ง LLM เกี่ยวกับวิธีใช้ MCP
ต้องการถาม Claude เกี่ยวกับ Model Context Protocol หรือไม่?
สร้างโปรเจกต์ จากนั้นเพิ่มไฟล์นี้เข้าไป:
https://modelcontextprotocol.io/llms-full.txt
ตอนนี้ Claude สามารถตอบคำถามเกี่ยวกับการเขียนเซิร์ฟเวอร์ MCP และวิธีการทำงานของมันได้
- https://www.reddit.com/r/ClaudeAI/comments/1h3g01r/want_to_ask_claude_about_model_context_protocol/
## Star History
The content has been capped at 50000 tokens, and files over NaN bytes have been omitted. The user could consider applying other filters to refine the result. The better and more specific the context, the better the LLM can follow instructions. If the context seems verbose, the user can refine the filter using uithub. Thank you for using https://uithub.com - Perfect LLM context for any GitHub repo.