From 067b6afb65364328e097f58071c9f7719ece61aa Mon Sep 17 00:00:00 2001 From: Sarmad Qadri Date: Wed, 29 Jan 2025 12:11:15 -0500 Subject: [PATCH 01/18] Add mcp-agent framework to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f2e2ae6..3222ece8 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ Interact with Git repositories and version control platforms. Enables repository - [salty-flower/ModelContextProtocol.NET](https://github.com/salty-flower/ModelContextProtocol.NET) #️⃣ 🏠 - A C# SDK for building MCP servers on .NET 9 with NativeAOT compatibility ⚡ 🔌 - [spring-ai-mcp](https://github.com/spring-projects-experimental/spring-ai-mcp) ☕ 🌱 - Java SDK and Spring Framework integration for building MCP client and MCP servers with various, plugable, transport options. - [@marimo-team/codemirror-mcp](https://github.com/marimo-team/codemirror-mcp) - CodeMirror extension that implements the Model Context Protocol (MCP) for resource mentions and prompt commands. +- [mcp-agent](https://github.com/lastmile-ai/mcp-agent) 🤖 🔌 - Build effective agents with MCP servers using simple, composable patterns. ## Utilities From b3261046238b119192e847bc058c5dc5195891b6 Mon Sep 17 00:00:00 2001 From: Daniel <10074684+danieltprice@users.noreply.github.com> Date: Sun, 16 Feb 2025 20:48:00 -0400 Subject: [PATCH 02/18] Add Neon Postgres MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 118d2943..cd2ad366 100644 --- a/README.md +++ b/README.md @@ -161,6 +161,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [hannesrudolph/sqlite-explorer-fastmcp-mcp-server](https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server) 🐍 🏠 - An MCP server that provides safe, read-only access to SQLite databases through Model Context Protocol (MCP). This server is built with the FastMCP framework, which enables LLMs to explore and query SQLite databases with built-in safety features and query validation. - [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - Pinecone integration with vector search capabilities - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) 🐍 🏠 - Universal SQLAlchemy-based database integration supporting PostgreSQL, MySQL, MariaDB, SQLite, Oracle, MS SQL Server and many more databases. Features schema and relationship inspection, and large dataset analysis capabilities. +- [neondatabase/mcp-server-neon](https://github.com/neondatabase/mcp-server-neon) 📇 ☁️ — An MCP Server for creating and managing Postgres databases using Neon Serverless Postgres ### 💻 Developer Tools From 9020cc20e13c98925e2aa64e5b06e2f436bbd1b9 Mon Sep 17 00:00:00 2001 From: Jason McGhee Date: Mon, 17 Feb 2025 14:09:19 -0800 Subject: [PATCH 03/18] Add "Claude Debugs For You" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 118d2943..a3e3afb7 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Tools and integrations that enhance the development workflow and environment man - [@pskill9/website-downloader](https://github.com/pskill9/website-downloader) 🗄️ 🚀 - This MCP server provides a tool to download entire websites using wget. It preserves the website structure and converts links to work locally. - [@lamemind/mcp-server-multiverse](https://github.com/lamemind/mcp-server-multiverse) 📇 🏠 🛠️ - A middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations. - [@j4c0bs/mcp-server-sql-analyzer](https://github.com/j4c0bs/mcp-server-sql-analyzer) 🐍 - MCP server that provides SQL analysis, linting, and dialect conversion using [SQLGlot](https://github.com/tobymao/sqlglot) +- [@jasonjmcghee/claude-debugs-for-you](https://github.com/jasonjmcghee/claude-debugs-for-you) 📇 🏠 - An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation. ### 🧮 Data Science Tools From afb28a241f6c87bccca7af7a34875bd1631ca182 Mon Sep 17 00:00:00 2001 From: Jason McGhee Date: Sat, 22 Feb 2025 11:37:19 -0800 Subject: [PATCH 04/18] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b09a7fd6..14fbcfd6 100644 --- a/README.md +++ b/README.md @@ -185,7 +185,6 @@ Tools and integrations that enhance the development workflow and environment man - [@haris-musa/excel-mcp-server](https://github.com/haris-musa/excel-mcp-server) 🐍 🏠 - An Excel manipulation server providing workbook creation, data operations, formatting, and advanced features (charts, pivot tables, formulae). - [@jasonjmcghee/claude-debugs-for-you](https://github.com/jasonjmcghee/claude-debugs-for-you) 📇 🏠 - An MCP Server and VS Code Extension which enables (language agnostic) automatic debugging via breakpoints and expression evaluation. - ### 🧮 Data Science Tools Integrations and tools designed to simplify data exploration, analysis and enhance data science workflows. From 64a76c6fcb72467ef9e6dee6f12a4f8b146cdcfb Mon Sep 17 00:00:00 2001 From: Ferdous Bhai Date: Sun, 23 Feb 2025 16:17:45 +0900 Subject: [PATCH 05/18] Update README.md # investor-agent: A Financial Analysis MCP Server ## Overview The **investor-agent** is a Model Context Protocol (MCP) server that provides comprehensive financial insights and analysis to Large Language Models. It leverages real-time market data, news, and advanced analytics to help users obtain: - Detailed ticker reports including company overview, news, key metrics, performance, dates, analyst recommendations, and upgrades/downgrades. - Options data highlighting high open interest. - Historical price trends for stocks. - Essential financial statements (income, balance sheet, cash flow) formatted in millions USD. - Up-to-date institutional ownership and mutual fund holdings. - Earnings history and insider trading activity. The server integrates with [yfinance](https://pypi.org/project/yfinance/) for market data retrieval and [BraveSearch](https://pypi.org/project/brave-search-python-client/) for search capabilities. ## Prerequisites - **Python:** 3.12 or higher - **Package Manager:** [uv](https://docs.astral.sh/uv/) ## Installation First, install **uv** if you haven't already: ```bash curl -LsSf https://astral.sh/uv/install.sh | sh ``` Then, you can run the **investor-agent** MCP server using `uvx`: ```bash uvx investor-agent ``` ## Tools The **investor-agent** server comes with several tools to support financial analysis: ### Ticker Information 1. **`get_ticker_data`** - **Description:** Retrieves a comprehensive report for a given ticker symbol, including company overview, news, key metrics, performance, dates, analyst recommendations, and upgrades/downgrades. - **Input:** - `ticker` (string): Stock ticker symbol (e.g., `"AAPL"`). - **Return:** A formatted multi-section report. 2. **`get_available_options`** - **Description:** Provides a list of stock options with the highest open interest. - **Inputs:** - `ticker_symbol` (string): Stock ticker symbol. - `num_options` (int, optional): Number of options to return (default: 10). - `start_date` & `end_date` (string, optional): Date range in `YYYY-MM-DD` format. - `strike_lower` & `strike_upper` (float, optional): Desired strike price range. - `option_type` (string, optional): Option type (`"C"` for calls, `"P"` for puts). - **Return:** A formatted table of options data. 3. **`get_price_history`** - **Description:** Retrieves historical price data for a specific ticker. - **Inputs:** - `ticker` (string): Stock ticker symbol. - `period` (string): Time period (choose from `"1d"`, `"5d"`, `"1mo"`, `"3mo"`, `"6mo"`, `"1y"`, `"2y"`, `"5y"`, `"10y"`, `"ytd"`, `"max"`). - **Return:** A table showing price history. ### Financial Data Tools 1. **`get_financial_statements`** - **Description:** Fetches financial statements (income, balance, or cash flow) formatted in millions USD. - **Inputs:** - `ticker` (string): Stock ticker symbol. - `statement_type` (string): `"income"`, `"balance"`, or `"cash"`. - `frequency` (string): `"quarterly"` or `"annual"`. - **Return:** A formatted financial statement. 2. **`get_institutional_holders`** - **Description:** Retrieves details about major institutional and mutual fund holders. - **Input:** - `ticker` (string): Stock ticker symbol. - **Return:** Two formatted tables listing institutional and mutual fund holders. 3. **`get_earnings_history`** - **Description:** Retrieves a formatted table of earnings history. - **Input:** - `ticker` (string): Stock ticker symbol. - **Return:** A table displaying historical earnings data. 4. **`get_insider_trades`** - **Description:** Fetches the recent insider trading activity for a given ticker. - **Input:** - `ticker` (string): Stock ticker symbol. - **Return:** A formatted table showing insider trades. ## Usage with MCP Clients To integrate **investor-agent** with an MCP client (for example, Claude Desktop), add the following configuration to your `claude_desktop_config.json`: ```json { "mcpServers": { "investor": { "command": "path/to/uvx/command/uvx", "args": ["investor-agent"], "env": { "BRAVE_SEARCH_API_KEY": "your_brave_search_api_key_here" } } } } ``` ## Debugging You can leverage the MCP inspector to debug the server: ```bash npx @modelcontextprotocol/inspector uvx investor-agent ``` For log monitoring, check the following directories: - macOS: `~/Library/Logs/Claude/mcp*.log` - Windows: `%APPDATA%\Claude\logs\mcp*.log` ## Development For local development and testing: 1. Use the MCP inspector as described in the [Debugging](#debugging) section. 2. Test using Claude Desktop with this configuration: ```json { "mcpServers": { "investor": { "command": "path/to/uv/command/uv", "args": ["--directory", "path/to/investor-agent", "run", "investor-agent"], } } } ``` ## License This MCP server is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60624f0b..dab0a1ae 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,8 @@ Financial data access and cryptocurrency market information. Enables querying re - [QuantGeekDev/coincap-mcp](https://github.com/QuantGeekDev/coincap-mcp) 📇 ☁️ - Real-time cryptocurrency market data integration using CoinCap's public API, providing access to crypto prices and market information without API keys - [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) 🐍 ☁️ - Coinmarket API integration to fetch cryptocurrency listings and quotes - [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) 🐍 ☁️ - Alpha Vantage API integration to fetch both stock and crypto information -- [ferdousbhai/tasty-agent] (https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastyworks API integration to handle trading activities on Tastytrade +- [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastyworks API integration to handle trading activities on Tastytrade +- [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - Yahoo Finance integration to fetch stock market data including options recommendations ### 🧠 Knowledge & Memory From 7b1c26a0958ec95d24ade8aa09c7609a33a4494c Mon Sep 17 00:00:00 2001 From: kshern Date: Mon, 24 Feb 2025 23:06:40 +0800 Subject: [PATCH 06/18] feat: add nodejs tavily mcp server --- README-zh.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-zh.md b/README-zh.md index 16f3d1a2..f1ecccd7 100644 --- a/README-zh.md +++ b/README-zh.md @@ -199,6 +199,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – 模型上下文协议 (MCP) 服务器让 Claude 等 AI 助手可以使用 Exa AI Search 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) - 🐍 ☁️ MCP for LLM 用于搜索和阅读 arXiv 上的论文) diff --git a/README.md b/README.md index 88dea8d4..0c9feca7 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [exa-labs/exa-mcp-server](https://github.com/exa-labs/exa-mcp-server) 🎖️ 📇 ☁️ – A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way. - [fatwang2/search1api-mcp](https://github.com/fatwang2/search1api-mcp) 📇 ☁️ - Search via search1api (requires paid API key) - [Tomatio13/mcp-server-tavily](https://github.com/Tomatio13/mcp-server-tavily) ☁️ 🐍 – Tavily AI search API +- [kshern/mcp-tavily](https://github.com/kshern/mcp-tavily.git) ☁️ 📇 – Tavily AI search API - [blazickjp/arxiv-mcp-server](https://github.com/blazickjp/arxiv-mcp-server) ☁️ 🐍 - Search ArXiv research papers - [mzxrai/mcp-webresearch](https://github.com/mzxrai/mcp-webresearch) 🔍📚 - Search Google and do deep web research on any topic - [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ MCP for LLM to search and read papers from arXiv From b3014d0a4c12f8be10e2d305b7554f486716b94c Mon Sep 17 00:00:00 2001 From: NON906 Date: Thu, 27 Feb 2025 14:40:20 +0900 Subject: [PATCH 07/18] Add new NON906/omniparser-autogui-mcp server --- README-ja.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README-ja.md b/README-ja.md index 0f802fc6..fdd8a0f6 100644 --- a/README-ja.md +++ b/README-ja.md @@ -217,6 +217,7 @@ 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の自動操作 ## フレームワーク diff --git a/README.md b/README.md index 60624f0b..22aeff50 100644 --- a/README.md +++ b/README.md @@ -336,6 +336,7 @@ Interact with Git repositories and version control platforms. Enables repository - [hmk/attio-mcp-server](https://github.com/hmk/attio-mcp-server) - 📇 ☁️ Allows AI clients to manage records and notes in Attio CRM - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. +- [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) - 🐍 Automatic operation of on-screen GUI. ## Frameworks From bf181661ad34e3e6e9c44434c3b9f66843d431bb Mon Sep 17 00:00:00 2001 From: shellming Date: Fri, 28 Feb 2025 20:05:24 +0800 Subject: [PATCH 08/18] add mcp-summarizer --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80896b2..fae151b0 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [/topoteretes/cognee](https://github.com/topoteretes/cognee/tree/dev/cognee-mcp) 📇 🏠 - Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources - [@hannesrudolph/mcp-ragdocs](https://github.com/hannesrudolph/mcp-ragdocs) 🐍 🏠 - An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context - [@kaliaboi/mcp-zotero](https://github.com/kaliaboi/mcp-zotero) 📇 ☁️ - A connector for LLMs to work with collections and sources on your Zotero Cloud +- [mcp-summarizer](https://github.com/0xshellming/mcp-summarizer) 📕 ☁️ - AI Summarization MCP Server, Support for multiple content types: Plain text, Web pages, PDF documents, EPUB books, HTML content ### 🗺️ Location Services From 7b8a7b2b280437173d8aef5eacf52cb1704f2b43 Mon Sep 17 00:00:00 2001 From: Tomek Korbak Date: Fri, 28 Feb 2025 15:58:30 +0000 Subject: [PATCH 09/18] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f80896b2..276d0520 100644 --- a/README.md +++ b/README.md @@ -338,6 +338,9 @@ Interact with Git repositories and version control platforms. Enables repository - [roychri/mcp-server-asana](https://github.com/roychri/mcp-server-asana) - 📇 ☁️ This Model Context Protocol server implementation of Asana allows you to talk to Asana API from MCP Client such as Anthropic's Claude Desktop Application, and many more. - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. +- [tomekkorbak/strava-mcp-server](https://github.com/tomekkorbak/strava-mcp-server) 🐍 ☁️ - An MCP server for Strava, an app for tracking physical exercise +- [tomekkorbak/oura-mcp-server](https://github.com/tomekkorbak/oura-mcp-server) 🐍 ☁️ - An MCP server for Oura, an app for tracking sleep + ## Frameworks From 554c14da7acbc2e8774717f23288519b1bd6d913 Mon Sep 17 00:00:00 2001 From: LiarCoder Date: Sun, 2 Mar 2025 16:20:23 +0800 Subject: [PATCH 10/18] docs(zh): Update Chinese README navigation and section links --- README-zh.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README-zh.md b/README-zh.md index 83c456c6..629fad5d 100644 --- a/README-zh.md +++ b/README-zh.md @@ -8,13 +8,15 @@ 精选的优秀模型上下文协议 (MCP) 服务器列表。 -* [什么是MCP?](#what-is-mcp) -* [教程](#tutorials) -* [Server 实现](#server-implementations) -* [框架](#frameworks) -* [实用工具](#utilities) -* [客户端](#clients) -* [提示和技巧](#tips-and-tricks) +* [什么是MCP?](#什么是MCP?) +* [教程](#教程) +* [社区](#社区) +* [说明](#说明) +* [Server 实现](#服务器实现) +* [框架](#框架) +* [实用工具](#实用工具) +* [客户端](#客户端) +* [提示和技巧](#提示和技巧) ## 什么是MCP? From e86b9b855945212128b38736b394de8a4a34fd1a Mon Sep 17 00:00:00 2001 From: LiarCoder Date: Sun, 2 Mar 2025 16:20:51 +0800 Subject: [PATCH 11/18] docs(ja): Update Japan README navigation and section links --- README-ja.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README-ja.md b/README-ja.md index 0f802fc6..2e9e90cb 100644 --- a/README-ja.md +++ b/README-ja.md @@ -8,11 +8,13 @@ 素晴らしいモデルコンテキストプロトコル(MCP)サーバーの厳選リスト。 -* [MCPとは何ですか?](#what-is-mcp) -* [チュートリアル](#tutorials) -* [サーバー実装](#server-implementations) -* [フレームワーク](#frameworks) -* [ヒントとコツ](#tips-and-tricks) +* [MCPとは何ですか?](#MCPとは何ですか?) +* [チュートリアル](#チュートリアル) +* [コミュニティ](#コミュニティ) +* [凡例](#凡例) +* [サーバー実装](#サーバー実装) +* [フレームワーク](#フレームワーク) +* [ヒントとコツ](#ヒントとコツ) ## MCPとは何ですか? From f97d6f046218fb6909a57a29d354057fcf8eea13 Mon Sep 17 00:00:00 2001 From: Hyeonsoo Lee <32061883+sooperset@users.noreply.github.com> Date: Sun, 9 Mar 2025 01:18:07 +0900 Subject: [PATCH 12/18] Update mcp-atlassian description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fdf9b0..dccd63d1 100644 --- a/README.md +++ b/README.md @@ -314,7 +314,7 @@ Interact with Git repositories and version control platforms. Enables repository - [evalstate/mcp-miro](https://github.com/evalstate/mcp-miro) 📇 ☁️ - Access MIRO whiteboards, bulk create and read items. Requires OAUTH key for REST API. - [KS-GEN-AI/jira-mcp-server](https://github.com/KS-GEN-AI/jira-mcp-server) 📇 ☁️ 🍎 🪟 - Get Confluence data via CQL and read pages. - [KS-GEN-AI/confluence-mcp-server](https://github.com/KS-GEN-AI/confluence-mcp-server) 📇 ☁️ 🍎 🪟 - Read jira data via JQL and api and execute requests to create and edit tickets. -- [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) 🐍 ☁️ - Natural language search and content access for Confluence workspaces +- [sooperset/mcp-atlassian](https://github.com/sooperset/mcp-atlassian) 🐍 ☁️ - MCP server for Atlassian products (Confluence and Jira). Supports Confluence Cloud, Jira Cloud, and Jira Server/Data Center. Provides comprehensive tools for searching, reading, creating, and managing content across Atlassian workspaces. - [pyroprompts/any-chat-completions-mcp](https://github.com/pyroprompts/any-chat-completions-mcp) - Chat with any other OpenAI SDK Compatible Chat Completions API, like Perplexity, Groq, xAI and more - [anaisbetts/mcp-installer](https://github.com/anaisbetts/mcp-installer) 🐍 🏠 - An MCP server that installs other MCP servers for you. - [tanigami/mcp-server-perplexity](https://github.com/tanigami/mcp-server-perplexity) 🐍 ☁️ - Interacting with Perplexity API. From 4c54120356161bf656ecd05751de519a8b7a4351 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sat, 8 Mar 2025 14:05:03 -0600 Subject: [PATCH 13/18] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index c2fdf9b0..8d189bc6 100644 --- a/README.md +++ b/README.md @@ -9,17 +9,24 @@ A curated list of awesome Model Context Protocol (MCP) servers. * [What is MCP?](#what-is-mcp) +* [Clients](#clients) * [Tutorials](#tutorials) * [Server Implementations](#server-implementations) * [Frameworks](#frameworks) * [Utilities](#utilities) -* [Clients](#clients) * [Tips & Tricks](#tips-and-tricks) ## What is MCP? [MCP](https://modelcontextprotocol.io/) is an open protocol that enables AI models to securely interact with local and remote resources through standardized server implementations. This list focuses on production-ready and experimental MCP servers that extend AI capabilities through file access, database connections, API integrations, and other contextual services. +## Clients + +Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) and [glama.ai/mcp/clients](https://glama.ai/mcp/clients). + +> [!TIP] +> [Glama Chat](https://glama.ai/chat) is a multi-modal AI client with MCP support & [AI gateway](https://glama.ai/gateway). + ## Tutorials * [Model Context Protocol (MCP) Quickstart](https://glama.ai/blog/2024-11-25-model-context-protocol-quickstart) @@ -371,11 +378,6 @@ Interact with Git repositories and version control platforms. Enables repository - [sparfenyuk/mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) 🐍 – An MCP stdio to SSE transport gateawy. - [upsonic/gpt-computer-assistant](https://github.com/Upsonic/gpt-computer-assistant) 🐍 – framework to build vertical AI agent -## Clients - -> [!NOTE] -> Looking for MCP clients? Check out the [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) repository. - ## Tips and Tricks ### Official prompt to inform LLMs how to use MCP From f1c11fab652195c72993a82713ba96a7fc48290c Mon Sep 17 00:00:00 2001 From: zhsama Date: Sun, 9 Mar 2025 22:01:22 +0800 Subject: [PATCH 14/18] Add ts-based duckduckgo web search --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc97f40..1eae6a9b 100644 --- a/README.md +++ b/README.md @@ -274,6 +274,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [chanmeng/google-news-mcp-server](https://github.com/ChanMeng666/server-google-news) 📇 ☁️ - Google News integration with automatic topic categorization, multi-language support, and comprehensive search capabilities including headlines, stories, and related topics through [SerpAPI](https://serpapi.com/). - [devflowinc/trieve](https://github.com/devflowinc/trieve/tree/main/clients/mcp-server) 🎖️📇☁️🏠 - Crawl, embed, chunk, search, and retrieve information from datasets through [Trieve](https://trieve.ai) - [nickclyde/duckduckgo-mcp-server](https://github.com/nickclyde/duckduckgo-mcp-server) 🐍 ☁️ - Web search using DuckDuckGo +- [zhsama/duckduckgo-mcp-server](https://github.com/zhsama/duckduckgo-mpc-server/) 📇 🏠 ☁️ - This is a TypeScript-based MCP server that provides DuckDuckGo search functionality. ### 🔒 Security From 8c8bd4c2f71af8739507a47aab7346e5580746e5 Mon Sep 17 00:00:00 2001 From: Gannon Hall Date: Sun, 9 Mar 2025 08:31:57 -0700 Subject: [PATCH 15/18] Add Firebase MCP link to README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc97f40..821209bf 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities - [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - ClickHouse database integration with schema inspection and query capabilities +- [@gannonh/firebase-mcp](https://github.com/gannonh/firebase-mcp) 🔥 ⛅️ - Firebase services including Auth, Firestore and Storage. - [@fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) 📇 ☁️ - Fireproof ledger database with multi-user sync - [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines - [f4ww4z/mcp-mysql-server](https://github.com/f4ww4z/mcp-mysql-server) 🐍 🏠 - Node.js-based MySQL database integration that provides secure MySQL database operations From 343a25d940461d5fb6c4902a2e285ca225cd928d Mon Sep 17 00:00:00 2001 From: Jove Zhong Date: Sun, 9 Mar 2025 17:56:59 -0700 Subject: [PATCH 16/18] Add new Timeplus server --- README-zh.md | 3 ++- README.md | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 12b8d201..e03c9061 100644 --- a/README-zh.md +++ b/README-zh.md @@ -144,7 +144,8 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) 📇 🏠 - Airtable 数据库集成,具有架构检查、读写功能 - [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 数据库访问和查询功能 -- [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - ClickHouse 数据库集成,支持数据库架构检查和查询功能 +- [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - 集成 Apache Kafka 和 Timeplus。可以获取Kafka中的最新数据,并通过 Timeplus 来 SQL 查询。 +- [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus - [@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) 🐍 🏠 - 基于 Node.js 的 MySQL 数据库集成,提供安全的 MySQL 数据库操作 diff --git a/README.md b/README.md index abc97f40..c0a53ee2 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) 🐍 ☁️ - BigQuery database integration with schema inspection and query capabilities - [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) 📇 ☁️ - Server implementation for Google BigQuery integration that enables direct BigQuery database access and querying capabilities - [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) 🐍 ☁️ - ClickHouse database integration with schema inspection and query capabilities +- [jovezhong/mcp-timeplus](https://github.com/jovezhong/mcp-timeplus) 🐍 ☁️ - MCP server for Apache Kafka and Timeplus. Able to list Kafka topics, poll Kafka messages, save Kafka data locally and query streaming data with SQL via Timeplus - [@fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) 📇 ☁️ - Fireproof ledger database with multi-user sync - [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) 🐍 🏠 - MySQL database integration with configurable access controls, schema inspection, and comprehensive security guidelines - [f4ww4z/mcp-mysql-server](https://github.com/f4ww4z/mcp-mysql-server) 🐍 🏠 - Node.js-based MySQL database integration that provides secure MySQL database operations From 4536723afa850f0434ad6fa133d03545d7142ac9 Mon Sep 17 00:00:00 2001 From: Patrik Simek Date: Mon, 10 Mar 2025 22:11:39 +0100 Subject: [PATCH 17/18] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc97f40..1b7391fc 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,7 @@ Interact with Git repositories and version control platforms. Enables repository - [ws-mcp](https://github.com/nick1udwig/ws-mcp) - Wrap MCP servers with a WebSocket (for use with [kitbitz](https://github.com/nick1udwig/kibitz)) - [AbdelStark/bitcoin-mcp](https://github.com/AbdelStark/bitcoin-mcp) - ₿ A Model Context Protocol (MCP) server that enables AI models to interact with Bitcoin, allowing them to generate keys, validate addresses, decode transactions, query the blockchain, and more. - [rember/rember-mcp](https://github.com/rember/rember-mcp) 📇 🏠 - Create spaced repetition flashcards in [Rember](https://rember.com) to remember anything you learn in your chats. +- [@makehq/mcp-server](https://github.com/integromat/make-mcp-server) 🎖️ 📇 🏠 - Turn your [Make](https://www.make.com/) scenarios into callable tools for AI assistants. ## Frameworks From fd1ce3956b81cc90c20f6127b8bd7953c05ffba2 Mon Sep 17 00:00:00 2001 From: kj455 Date: Mon, 24 Feb 2025 22:31:46 +0900 Subject: [PATCH 18/18] docs: add mcp-kibela --- README-ja.md | 1 + README-zh.md | 1 + README.md | 1 + 3 files changed, 3 insertions(+) diff --git a/README-ja.md b/README-ja.md index 416dbdc2..ee389301 100644 --- a/README-ja.md +++ b/README-ja.md @@ -221,6 +221,7 @@ Gitリポジトリおよびバージョン管理プラットフォームとの - [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/)との連携 ## フレームワーク diff --git a/README-zh.md b/README-zh.md index a43d4d30..c4bcff23 100644 --- a/README-zh.md +++ b/README-zh.md @@ -336,6 +336,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - 允许 AI 读取您的 Bear Notes(仅支持 macOS) - [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) - ₿ 一个模型上下文协议(MCP)服务器,使 AI 模型能够与比特币交互,允许它们生成密钥、验证地址、解码交易、查询区块链等 +- [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ [Kibela](https://kibe.la/) 与 MCP 的集成 ## 框架 - [FastMCP](https://github.com/jlowin/fastmcp) 🐍 - 用于在 Python 中构建 MCP 服务器的高级框架 diff --git a/README.md b/README.md index 7ee5ddfc..b5807c01 100644 --- a/README.md +++ b/README.md @@ -361,6 +361,7 @@ Interact with Git repositories and version control platforms. Enables repository - [rember/rember-mcp](https://github.com/rember/rember-mcp) 📇 🏠 - Create spaced repetition flashcards in [Rember](https://rember.com) to remember anything you learn in your chats. - [@makehq/mcp-server](https://github.com/integromat/make-mcp-server) 🎖️ 📇 🏠 - Turn your [Make](https://www.make.com/) scenarios into callable tools for AI assistants. - [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) - 🐍 Automatic operation of on-screen GUI. +- [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - 📇 ☁️ Allows AI models to interact with [Kibela](https://kibe.la/) ## Frameworks