mirror of
https://github.com/punkpeye/awesome-mcp-servers.git
synced 2026-02-23 20:05:15 +00:00
Merge branch 'punkpeye:main' into main
This commit is contained in:
25
README-ja.md
25
README-ja.md
@@ -8,11 +8,13 @@
|
||||
|
||||
素晴らしいモデルコンテキストプロトコル(MCP)サーバーの厳選リスト。
|
||||
|
||||
* [MCPとは何ですか?](#what-is-mcp)
|
||||
* [チュートリアル](#tutorials)
|
||||
* [サーバー実装](#server-implementations)
|
||||
* [フレームワーク](#frameworks)
|
||||
* [ヒントとコツ](#tips-and-tricks)
|
||||
* [MCPとは何ですか?](#MCPとは何ですか?)
|
||||
* [チュートリアル](#チュートリアル)
|
||||
* [コミュニティ](#コミュニティ)
|
||||
* [凡例](#凡例)
|
||||
* [サーバー実装](#サーバー実装)
|
||||
* [フレームワーク](#フレームワーク)
|
||||
* [ヒントとコツ](#ヒントとコツ)
|
||||
|
||||
## MCPとは何ですか?
|
||||
|
||||
@@ -28,7 +30,7 @@
|
||||
* [r/mcp Reddit](https://www.reddit.com/r/mcp)
|
||||
* [Discordサーバー](https://glama.ai/mcp/discord)
|
||||
|
||||
## 伝説
|
||||
## 凡例
|
||||
|
||||
* 🎖️ – 公式実装
|
||||
* 🐍 – Pythonコードベース
|
||||
@@ -81,6 +83,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb
|
||||
- [@modelcontextprotocol/server-bluesky](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グループロボットにさまざまなタイプのメッセージを送信します。
|
||||
- [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - 📇 🏠 VRChat APIと対話するためのMCPサーバーです。VRChatのフレンドやワールド、アバターなどの情報を取得することができます。
|
||||
|
||||
### 👤 <a name="customer-data-platforms"></a>顧客データプラットフォーム
|
||||
|
||||
@@ -95,6 +98,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb
|
||||
- [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) 🐍 🏠 - MCPサーバーの実装で、Elasticsearchとのインタラクションを提供します
|
||||
- [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データベース統合
|
||||
@@ -106,6 +110,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb
|
||||
- [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - MongoDBのためのモデルコンテキストプロトコルサーバー
|
||||
- [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サービスにクエリを実行する。
|
||||
|
||||
### 💻 <a name="developer-tools"></a>開発者ツール
|
||||
|
||||
@@ -126,6 +131,7 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb
|
||||
- [@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™ でどのストレージにもアクセスできます
|
||||
|
||||
### 🧠 <a name="knowledge--memory"></a>知識と記憶
|
||||
|
||||
@@ -165,6 +171,10 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb
|
||||
- [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統合。
|
||||
|
||||
### 🔒 <a name="security"></a>セキュリティ
|
||||
|
||||
- [Security Audit MCP Server](https://github.com/qianniuspace/mcp-security-audit) 📇🛡️☁️ 強力なモデルコンテキストプロトコル(MCP)サーバーで、npmパッケージ依存関係のセキュリティ脆弱性を監査します。リモートnpmレジストリ統合を備えたリアルタイムセキュリティチェックを使用して構築されています。
|
||||
|
||||
### 🚆 <a name="travel-and-transportation"></a>旅行と交通
|
||||
|
||||
旅行および交通情報へのアクセス。スケジュール、ルート、およびリアルタイムの旅行データをクエリすることができます。
|
||||
@@ -214,6 +224,9 @@ Gitリポジトリおよびバージョン管理プラットフォームとの
|
||||
- [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/)との連携
|
||||
- [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) 📇 ☁️ - Replicate APIを通じて画像を生成する機能を提供します。
|
||||
|
||||
## フレームワーク
|
||||
|
||||
|
||||
Reference in New Issue
Block a user