From bc5b10617f6d055b972e2a8ef19a8bd169e4bf50 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 9 Dec 2024 03:33:03 +0900 Subject: [PATCH 1/9] docs: add Japanese README I created Japanese translated README. --- README-ja.md | 234 +++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 235 insertions(+) create mode 100644 README-ja.md diff --git a/README-ja.md b/README-ja.md new file mode 100644 index 00000000..267f42df --- /dev/null +++ b/README-ja.md @@ -0,0 +1,234 @@ +# 素晴らしいMCPサーバー [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) + +[![English](https://img.shields.io/badge/English-Click-yellow)](README.md) +[![中文文档](https://img.shields.io/badge/中文文档-点击查看-orange)](README-zh.md) +[![日本語](https://img.shields.io/badge/日本語-クリック-青)](README-ja.md) +[![Discord](https://img.shields.io/discord/1312302100125843476?logo=discord&label=discord)](https://glama.ai/mcp/discord) +[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/mcp?style=flat&logo=reddit&label=subreddit)](https://www.reddit.com/r/mcp/) + +素晴らしいモデルコンテキストプロトコル(MCP)サーバーの厳選リスト。 + +* [MCPとは何ですか?](#what-is-mcp) +* [チュートリアル](#tutorials) +* [サーバー実装](#server-implementations) +* [フレームワーク](#frameworks) +* [ヒントとコツ](#tips-and-tricks) + +## MCPとは何ですか? + +[MCP](https://modelcontextprotocol.io/) は、標準化されたサーバー実装を通じて、AIモデルがローカルおよびリモートリソースと安全に対話できるようにするオープンプロトコルです。このリストは、ファイルアクセス、データベース接続、API統合、その他のコンテキストサービスを通じてAIの機能を拡張する、実運用および実験的なMCPサーバーに焦点を当てています。 + +## チュートリアル + +* [モデルコンテキストプロトコル (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コードベース +* ☁️ - クラウドサービス +* 🏠 - ローカルサービス + +## サーバー実装 + +* 📂 - [ブラウザ自動化](#browser-automation) +* ☁️ - [クラウドプラットフォーム](#cloud-platforms) +* 💬 - [コミュニケーション](#communication) +* 👤 - [顧客データプラットフォーム](#customer-data-platforms) +* 🗄️ - [データベース](#databases) +* 🛠️ - [開発者ツール](#developer-tools) +* 📂 - [ファイルシステム](#file-systems) +* 🧠 - [知識と記憶](#knowledge--memory) +* 🗺️ - [位置情報サービス](#location-services) +* 📊 - [監視](#monitoring) +* 🔎 - [検索](#search) +* 🔄 - [旅行と交通](#travel-and-transportation) +* 🔄 - [バージョン管理](#version-control) +* 🛠️ - [その他のツールと統合](#other-tools-and-integrations) + +### 📂 ブラウザ自動化 + +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字幕とトランスクリプトの取得 + +### ☁️ クラウドプラットフォーム + +クラウドプラットフォームサービスの統合。クラウドインフラストラクチャとサービスの管理と対話を可能にします。 + +- [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クラスター操作 + +### 💬 コミュニケーション + +メッセージ管理とチャネル操作のためのコミュニケーションプラットフォームとの統合。AIモデルがチームコミュニケーションツールと対話できるようにします。 + +- [@modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack) 📇 ☁️ - チャネル管理とメッセージングのためのSlackワークスペース統合 +- [@modelcontextprotocol/server-bluesky](https://github.com/keturiosakys/bluesky-context-server) 📇 ☁️ - クエリとインタラクションのためのBlueskyインスタンス統合 +- [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) - 🐍 ☁️ - GmailとGoogleカレンダーとの統合。 + +### 👤 顧客データプラットフォーム + +顧客データプラットフォーム内の顧客プロファイルへのアクセスを提供します。 + +- [sergehuber/inoyu-mcp-unomi-server](https://github.com/sergehuber/inoyu-mcp-unomi-server) 📇 ☁️ - Apache Unomi CDPサーバー上のプロファイルにアクセスし、更新するためのMCPサーバー。 + +### 🗄️ データベース + +スキーマ検査機能を備えた安全なデータベースアクセス。読み取り専用アクセスを含む構成可能なセキュリティ制御を使用してデータをクエリおよび分析することができます。 + +- [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - スキーマ検査とクエリ機能を備えたBigQueryデータベース統合 +- [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のためのモデルコンテキストプロトコルサーバー +- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - コレクションとインデックスの紹介、ベクトルストアと検索機能を備えたVikingDB統合。 + +### 💻 開発者ツール + +開発ワークフローと環境管理を強化するツールと統合。 + +- [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - MCPを通じたDockerコンテナの管理と操作 +- [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サーバー + +### 📂 ファイルシステム + +構成可能な権限を備えたローカルファイルシステムへの直接アクセスを提供します。指定されたディレクトリ内のファイルを読み取り、書き込み、管理することができます。 + +- [@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実装。 + +### 🧠 知識と記憶 + +知識グラフ構造を使用した永続的なメモリストレージ。セッション間で構造化情報を維持およびクエリすることができます。 + +- [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) 📇 🏠 - コンテキストを維持するための知識グラフベースの長期記憶システム +- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - AIロールプレイとストーリー生成に焦点を当てた強化されたグラフベースのメモリ + +### 🗺️ 位置情報サービス + +地理および位置ベースのサービス統合。地図データ、方向、および場所情報へのアクセスを提供します。 + +- [@modelcontextprotocol/server-google-maps](https://github.com/modelcontextprotocol/servers/tree/main/src/google-maps) 📇 ☁️ - 位置情報サービス、ルート計画、および場所の詳細のためのGoogle Maps統合 + +### 📊 監視 + +アプリケーション監視データへのアクセスと分析。エラーレポートとパフォーマンスメトリクスをレビューすることができます。 + +- [@modelcontextprotocol/server-sentry](https://github.com/modelcontextprotocol/servers/tree/main/src/sentry) 🐍 ☁️ - エラートラッキングとパフォーマンス監視のためのSentry.io統合 +- [@modelcontextprotocol/server-raygun](https://github.com/MindscapeHQ/mcp-server-raygun) 📇 ☁️ - クラッシュレポートとリアルユーザーモニタリングのためのRaygun API V3統合 + +### 🔎 検索 + +- [@modelcontextprotocol/server-brave-search](https://github.com/modelcontextprotocol/servers/tree/main/src/brave-search) 📇 ☁️ - Braveの検索APIを使用したWeb検索機能 +- [@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の論文を検索および読む + +### 🚆 旅行と交通 + +旅行および交通情報へのアクセス。スケジュール、ルート、およびリアルタイムの旅行データをクエリすることができます。 + +- [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) 📇 ☁️ - オランダ鉄道(NS)の旅行情報、スケジュール、およびリアルタイムの更新にアクセス + +### 🔄 バージョン管理 + +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リポジトリ操作 + +### 🛠️ その他のツールと統合 + +- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇 ☁️ - OpenAIの最も賢いモデルとチャット +- [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - Goドキュメントサーバーで、AIアシスタントがパッケージドキュメントとタイプにスマートにアクセスできるようにします。 +- [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サーバー。 + +## フレームワーク + +- [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ライブラリ + +## クライアント + +- [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の自動補完およびチャットツール(フル機能サポート) + +## ヒントとコツ + +### 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/ + +## スター履歴 + + + + + + Star History Chart + + diff --git a/README.md b/README.md index b4719dfd..4b0ee3a1 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![English](https://img.shields.io/badge/English-Click-yellow)](README.md) [![中文文档](https://img.shields.io/badge/中文文档-点击查看-orange)](README-zh.md) +[![日本語](https://img.shields.io/badge/日本語-クリック-青)](README-ja.md) [![Discord](https://img.shields.io/discord/1312302100125843476?logo=discord&label=discord)](https://glama.ai/mcp/discord) [![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/mcp?style=flat&logo=reddit&label=subreddit)](https://www.reddit.com/r/mcp/) From 969d72635daa7e72983dd50cd8a4d977dbf9339b Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 15:31:03 +0800 Subject: [PATCH 2/9] Update README-zh.md --- README-zh.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 82955e7f..d5ce267f 100644 --- a/README-zh.md +++ b/README-zh.md @@ -34,6 +34,9 @@ ## 服务器实现 +> [!NOTE] +> 我们现在有一个与存储库同步的[基于 Web 的目录](https://glama.ai/mcp/servers)。 + * 📂 - [浏览器自动化](#browser-automation) * ☁️ - [云平台](#cloud-platforms) * 💬 - [社交](#communication) @@ -41,6 +44,7 @@ * 🗄️ - [数据库](#databases) * 🛠️ - [开发者工具](#developer-tools) * 📂 - [文件系统](#file-systems) +* 💰 - [Finance & Fintech](#finance--fintech) * 🧠 - [知识与记忆](#knowledge--memory) * 🗺️ - [位置服务](#location-services) * 📊 - [监测](#monitoring) @@ -64,6 +68,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare) 🎖️ 📇 ☁️ - 与 Cloudflare 服务集成,包括 Workers、KV、R2 和 D1 - [Kubernetes MCP Server](https://github.com/strowk/mcp-k8s-go) - 🏎️ ☁️ 通过 MCP 操作 Kubernetes 集群 +- [@flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - 📇 ☁️/🏠 使用 Typescript 实现 Kubernetes 集群中针对 pod、部署、服务的操作。 ### 💬 社交 @@ -88,8 +93,19 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [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 MCP 服务器用于管理和创建 Supabase 中的项目和组织 - [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) 🐍 🏠 - DuckDB 数据库集成了模式检查和查询功能 -- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server)🐍☁️ - VikingDB 数据库集成了collection和index的基本信息介绍,并提供向量存储和查询的功能. +- [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) 📇 🏠 - MongoDB 集成使 LLM 能够直接与数据库交互。 +- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Tinybird 集成查询和 API 功能 +- [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - MongoDB 的模型上下文协议服务器 +- [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB 数据库集成了collection和index的基本信息介绍,并提供向量存储和查询的功能. + +### 💻 开发者工具 + +增强开发工作流程和环境管理的工具和集成。 + +- [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) 🏎️ 🏠 - 通过 MCP 进行 Docker 容器管理和操作 +- [snaggle-ai/openapi-mcp-server](https://github.com/snaggle-ai/openapi-mcp-server) 🏎️ 🏠 - 使用开放 API 规范 (v3) 连接任何 HTTP/REST API 服务器 ### 📂 文件系统 @@ -99,11 +115,19 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [@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 实现。 +### 💰 金融 & 金融科技 + +金融数据访问和加密货币市场信息。支持查询实时市场数据、加密货币价格和财务分析。 + +- [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 集成以获取加密货币列表和报价 + ### 🧠 知识与记忆 使用知识图谱结构的持久内存存储。使 AI 模型能够跨会话维护和查询结构化信息。 - [@modelcontextprotocol/server-memory](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) 📇 🏠 - 基于知识图谱的长期记忆系统用于维护上下文 +- [/CheMiguel23/MemoryMesh](https://github.com/CheMiguel23/MemoryMesh) 📇 🏠 - 增强基于图形的记忆,重点关注 AI 角色扮演和故事生成 ### 🗺️ 位置服务 @@ -129,6 +153,8 @@ Web 内容访问和自动化功能。支持以 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 - [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) - 🐍 ☁️ MCP for LLM 用于搜索和阅读 arXiv 上的论文) ### 🚆 旅行与交通 @@ -146,6 +172,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 ### 🛠️ 其他工具和集成 +- [mzxrai/mcp-openai](https://github.com/mzxrai/mcp-openai) 📇 ☁️ - 与 OpenAI 最智能的模型聊天 - [mrjoshuak/godoc-mcp](https://github.com/mrjoshuak/godoc-mcp) 🏎️ 🏠 - 高效的 Go 文档服务器,让 AI 助手可以智能访问包文档和类型,而无需阅读整个源文件 - [pierrebrunelle/mcp-server-openai](https://github.com/pierrebrunelle/mcp-server-openai) 🐍 ☁️ - 直接从Claude查询OpenAI模型,使用MCP协议 - [@modelcontextprotocol/server-everything](https://github.com/modelcontextprotocol/servers/tree/main/src/everything) 📇 🏠 - MCP服务器,涵盖MCP协议的所有功能 @@ -167,6 +194,9 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [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) 🐍 🏠☁️ - MCP 服务器允许检查客户端计算机上的本地时间或 NTP 服务器上的当前 UTC 时间 +- [andybrandt/mcp-simple-openai-assistant](https://github.com/andybrandt/mcp-simple-openai-assistant) - 🐍 ☁️ MCP 与 OpenAI 助手对话(Claude 可以使用任何 GPT 模型作为他的助手) +- [MladenSU/cli-mcp-server](https://github.com/MladenSU/cli-mcp-server) 🐍 🏠 - 具有安全执行和可定制安全策略的命令行界面 ## 框架 @@ -175,6 +205,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [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) 🏎️ - Golang 库以声明方式编写 MCP 服务器,并包含功能测试 ## 客户端 From a919d4e34e114e83475c37e9781bf44037b55330 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 15:32:15 +0800 Subject: [PATCH 3/9] Update README-zh.md --- README-zh.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README-zh.md b/README-zh.md index d5ce267f..9ada3ee0 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,6 +1,11 @@ # 精选的 MCP 服务器 [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) +[![English](https://img.shields.io/badge/English-Click-yellow)](README.md) +[![中文文档](https://img.shields.io/badge/中文文档-点击查看-orange)](README-zh.md) +[![Discord](https://img.shields.io/discord/1312302100125843476?logo=discord&label=discord)](https://glama.ai/mcp/discord) +[![Subreddit subscribers](https://img.shields.io/reddit/subreddit-subscribers/mcp?style=flat&logo=reddit&label=subreddit)](https://www.reddit.com/r/mcp/) + 精选的优秀模型上下文协议 (MCP) 服务器列表。 * [什么是MCP?](#what-is-mcp) From 811a4c8f826986801acd4adfe7547d4d2033ef24 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 16:30:30 +0800 Subject: [PATCH 4/9] Update README.md - add mcp-client gpt-computer-assistant --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d8efc96e..57dbf76d 100644 --- a/README.md +++ b/README.md @@ -216,6 +216,7 @@ Interact with Git repositories and version control platforms. Enables repository - [zed-industries/zed](https://github.com/zed-industries/zed) multiplayer code editor from the creators of atom - [firebase/genkit](https://github.com/firebase/genkit) agent and data transformation framework - [continuedev/continue](https://github.com/continuedev/continue) vscode auto complete and chat tool (full feature support) +- [gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) Dockerized Computer Use Agents with Production Ready API’s - MCP Client for Langchain ## Tips and Tricks From af58a1475d99550d83052306966b098be38d5198 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 16:32:14 +0800 Subject: [PATCH 5/9] Update README-zh.md - add mcp-client gpt-computer-assistant --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 9ada3ee0..fcba3866 100644 --- a/README-zh.md +++ b/README-zh.md @@ -219,6 +219,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [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自动补全和聊天工具(支持完整功能)。 +- [gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 ## 提示和技巧 From cdac6316a0e027b95b9358a1b360197ec9e797e8 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 16:52:01 +0800 Subject: [PATCH 6/9] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 57dbf76d..62504a11 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ Secure database access with schema inspection capabilities. Enables querying and - [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Tinybird integration with query and API capabilities - [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - A Model Context Protocol Server for MongoDB - [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB integration with collection and index introduction, vector store and search capabilities. +- [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Model Context Protocol with Neo4j + ### 💻 Developer Tools Tools and integrations that enhance the development workflow and environment management. @@ -216,7 +218,7 @@ Interact with Git repositories and version control platforms. Enables repository - [zed-industries/zed](https://github.com/zed-industries/zed) multiplayer code editor from the creators of atom - [firebase/genkit](https://github.com/firebase/genkit) agent and data transformation framework - [continuedev/continue](https://github.com/continuedev/continue) vscode auto complete and chat tool (full feature support) -- [gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) Dockerized Computer Use Agents with Production Ready API’s - MCP Client for Langchain +- [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) Dockerized Computer Use Agents with Production Ready API’s - MCP Client for Langchain ## Tips and Tricks From e1402ea6d9034584895cb95e52ab2fd7f46671b9 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 16:53:32 +0800 Subject: [PATCH 7/9] Update README-zh.md --- README-zh.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index fcba3866..ecaf2c19 100644 --- a/README-zh.md +++ b/README-zh.md @@ -104,6 +104,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Tinybird 集成查询和 API 功能 - [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) 📇 🏠 - MongoDB 的模型上下文协议服务器 - [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) 🐍 ☁️ - VikingDB 数据库集成了collection和index的基本信息介绍,并提供向量存储和查询的功能. +- [neo4j-contrib/mcp-neo4j](https://github.com/neo4j-contrib/mcp-neo4j) 🐍 🏠 - Neo4j 的模型上下文协议 ### 💻 开发者工具 @@ -219,7 +220,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [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自动补全和聊天工具(支持完整功能)。 -- [gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 +- [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 ## 提示和技巧 From db4bb2e8fee6e28b6717f5083762081f67610fb6 Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 18:34:10 +0800 Subject: [PATCH 8/9] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 62504a11..a6cee5fc 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,6 @@ Interact with Git repositories and version control platforms. Enables repository - [zed-industries/zed](https://github.com/zed-industries/zed) multiplayer code editor from the creators of atom - [firebase/genkit](https://github.com/firebase/genkit) agent and data transformation framework - [continuedev/continue](https://github.com/continuedev/continue) vscode auto complete and chat tool (full feature support) -- [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) Dockerized Computer Use Agents with Production Ready API’s - MCP Client for Langchain ## Tips and Tricks From dc997143ff33b6c03d0b1ae13f68d0f5ec2ecbdb Mon Sep 17 00:00:00 2001 From: YanchaoMa Date: Mon, 9 Dec 2024 18:36:08 +0800 Subject: [PATCH 9/9] Update README-zh.md --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index ecaf2c19..3e19ecc8 100644 --- a/README-zh.md +++ b/README-zh.md @@ -220,7 +220,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [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自动补全和聊天工具(支持完整功能)。 -- [Upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 +- [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 使用 Docker 化的计算机使用代理,具备生产就绪的 API - Langchain 的 MCP 客户端 ## 提示和技巧