From 067b6afb65364328e097f58071c9f7719ece61aa Mon Sep 17 00:00:00 2001 From: Sarmad Qadri Date: Wed, 29 Jan 2025 12:11:15 -0500 Subject: [PATCH 01/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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/28] 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 570e145612afd16a43c0fc20ad64fa02721de902 Mon Sep 17 00:00:00 2001 From: pab1it0 Date: Mon, 10 Mar 2025 17:22:30 +0200 Subject: [PATCH 17/28] Add adx-mcp-server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc97f40..2d918dab 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,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. +- [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) ๐Ÿ โ˜๏ธ - Query and analyze Azure Data Explorer databases ### ๐Ÿ’ป Developer Tools From 35d4b4c8661693ffdce212b0538f99b45053c9f3 Mon Sep 17 00:00:00 2001 From: Sriram Subramanian Date: Mon, 10 Mar 2025 12:40:09 -0700 Subject: [PATCH 18/28] Add Nile MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc97f40..1b79f9dc 100644 --- a/README.md +++ b/README.md @@ -166,6 +166,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [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 +- [niledatabase/nile-mcp-server](https://github.com/niledatabase/nile-mcp-server) MCP server for Nile's Postgres platform - Manage and query Postgres databases, tenants, users, auth using LLMs - [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) ๐Ÿ โ˜๏ธ - Snowflake integration implementing read and (optional) write operations as well as insight tracking - [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 From 4536723afa850f0434ad6fa133d03545d7142ac9 Mon Sep 17 00:00:00 2001 From: Patrik Simek Date: Mon, 10 Mar 2025 22:11:39 +0100 Subject: [PATCH 19/28] 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 9c027af3b02df0f43dc66c9f9f1a925dfe268523 Mon Sep 17 00:00:00 2001 From: kukapay Date: Tue, 11 Mar 2025 15:07:26 +0800 Subject: [PATCH 20/28] Update README.md Add cryptopanic-mcp-server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ee5ddfc..0b9b0d7a 100644 --- a/README.md +++ b/README.md @@ -224,6 +224,7 @@ Financial data access and cryptocurrency market information. Enables querying re - [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/investor-agent](https://github.com/ferdousbhai/investor-agent) ๐Ÿ โ˜๏ธ - Yahoo Finance integration to fetch stock market data including options recommendations +- [kukapay/cryptopanic-mcp-server](https://github.com/kukapay/cryptopanic-mcp-server) ๐Ÿ โ˜๏ธ - Providing latest cryptocurrency news to AI agents, powered by CryptoPanic. ### ๐Ÿง  Knowledge & Memory From fd1ce3956b81cc90c20f6127b8bd7953c05ffba2 Mon Sep 17 00:00:00 2001 From: kj455 Date: Mon, 24 Feb 2025 22:31:46 +0900 Subject: [PATCH 21/28] 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 From 40e5f6467d2e988e2e7c0a6ae4d5e7bdaac94be4 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 11 Mar 2025 16:11:29 +0100 Subject: [PATCH 22/28] Update README.md to add browser-use Add browser-use-mcp-server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5807c01..f54d101e 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [@recursechat/mcp-server-apple-shortcuts](https://github.com/recursechat/mcp-server-apple-shortcuts) ๐Ÿ“‡ ๐Ÿ  ๐ŸŽ - An MCP Server Integration with Apple Shortcuts - [@kimtth/mcp-aoai-web-browsing](https://github.com/kimtth/mcp-aoai-web-browsing) ๐Ÿ ๐Ÿ  - A `minimal` server/client MCP implementation using Azure OpenAI and Playwright. - [@pskill9/web-search](https://github.com/pskill9/web-search) ๐Ÿ“‡ ๐Ÿ  - An MCP server that enables free web searching using Google search results, with no API keys required. +- [@co-browser/browser-use-mcp-server](https://github.com/co-browser/browser-use-mcp-server) ๐ŸŒ๐Ÿ”ฎ - browser-use packaged as an MCP server with SSE transport. includes a dockerfile to run chromium in docker + a vnc server. ### ๐ŸŽจ Art & Culture From 554aad18c963ed99d979efad40442cc1022f2aea Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 13 Mar 2025 00:29:35 +1100 Subject: [PATCH 23/28] chore(docs): added opik --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5807c01..abb6efda 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Secure database access with schema inspection capabilities. Enables querying and Tools and integrations that enhance the development workflow and environment management. +- [Coment-ML/Opik-MCP](https://github.com/comet-ml/opik-mcp) ๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ ๐Ÿ  - Talk to your LLM observability, traces and monitoring captured by Opik using natural language. - [GLips/Figma-Context-MCP](https://github.com/GLips/Figma-Context-MCP) ๐Ÿ“‡ ๐Ÿ  - Provide coding agents direct access to Figma data to help them one-shot design implementation. - [QuantGeekDev/docker-mcp](https://github.com/QuantGeekDev/docker-mcp) ๐ŸŽ๏ธ ๐Ÿ  - Docker container management and operations through MCP - [zcaceres/fetch-mcp](https://github.com/zcaceres/fetch-mcp) ๐Ÿ“‡ ๐Ÿ  - An MCP server to flexibly fetch JSON, text, and HTML data From 501fa0df9df323d029a5866fedb5e2bf50e96e93 Mon Sep 17 00:00:00 2001 From: Tianzhou Date: Thu, 13 Mar 2025 18:46:01 +0800 Subject: [PATCH 24/28] chore: add dhbub MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [bytebase/dhhub](https://github.com/bytebase/dbhub) ๐Ÿ“‡ ๐Ÿ  โ€“ย Universal database MCP server supporting mainstream databases. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6da4b6a..d389145c 100644 --- a/README.md +++ b/README.md @@ -174,6 +174,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [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 +- [bytebase/dhhub](https://github.com/bytebase/dbhub) ๐Ÿ“‡ ๐Ÿ  โ€“ย Universal database MCP server supporting mainstream databases. ### ๐Ÿ’ป Developer Tools From 4c2365bb43f74cb0480457e052f3a58ccf02ea78 Mon Sep 17 00:00:00 2001 From: Tianzhou Date: Thu, 13 Mar 2025 18:48:23 +0800 Subject: [PATCH 25/28] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d389145c..a0983681 100644 --- a/README.md +++ b/README.md @@ -174,7 +174,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [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 -- [bytebase/dhhub](https://github.com/bytebase/dbhub) ๐Ÿ“‡ ๐Ÿ  โ€“ย Universal database MCP server supporting mainstream databases. +- [bytebase/dbhub](https://github.com/bytebase/dbhub) ๐Ÿ“‡ ๐Ÿ  โ€“ย Universal database MCP server supporting mainstream databases. ### ๐Ÿ’ป Developer Tools From 555773fe264bb866deacd56c82e9673ca2e7838f Mon Sep 17 00:00:00 2001 From: Simon <119116740+Seym0n@users.noreply.github.com> Date: Thu, 13 Mar 2025 13:41:32 +0100 Subject: [PATCH 26/28] feat: add tiktok-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6da4b6a..5d4fd5fc 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,7 @@ Interact with Git repositories and version control platforms. Enables repository - [MarkusPfundstein/mcp-obsidian](https://github.com/MarkusPfundstein/mcp-obsidian) ๐Ÿ โ˜๏ธ ๐Ÿ  - Interacting with Obsidian via REST API - [calclavia/mcp-obsidian](https://github.com/calclavia/mcp-obsidian) ๐Ÿ“‡ ๐Ÿ  - This is a connector to allow Claude Desktop (or any MCP client) to read and search any directory containing Markdown notes (such as an Obsidian vault). - [anaisbetts/mcp-youtube](https://github.com/anaisbetts/mcp-youtube) ๐Ÿ“‡ โ˜๏ธ - Fetch YouTube subtitles +- [Seym0n/tiktok-mcp](https://github.com/Seym0n/tiktok-mcp) ๐Ÿ“‡ โ˜๏ธ - Interact with TikTok videos - [danhilse/notion_mcp](https://github.com/danhilse/notion_mcp) ๐Ÿ โ˜๏ธ - Integrates with Notion's API to manage personal todo lists - [rusiaaman/wcgw](https://github.com/rusiaaman/wcgw/blob/main/src/wcgw/client/mcp_server/Readme.md) ๐Ÿ ๐Ÿ  - Autonomous shell execution, computer control and coding agent. (Mac) - [reeeeemo/ancestry-mcp](https://github.com/reeeeemo/ancestry-mcp) ๐Ÿ ๐Ÿ  - Allows the AI to read .ged files and genetic data From 4b8f21be70317456e4721f9d0e3514416612ef95 Mon Sep 17 00:00:00 2001 From: kukapay Date: Fri, 14 Mar 2025 00:28:21 +0800 Subject: [PATCH 27/28] Update README.md Add whale-tracker-mcp server. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6da4b6a..0cced956 100644 --- a/README.md +++ b/README.md @@ -226,6 +226,7 @@ Financial data access and cryptocurrency market information. Enables querying re - [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 - [kukapay/cryptopanic-mcp-server](https://github.com/kukapay/cryptopanic-mcp-server) ๐Ÿ โ˜๏ธ - Providing latest cryptocurrency news to AI agents, powered by CryptoPanic. +- [kukapay/whale-tracker-mcp](https://github.com/kukapay/whale-tracker-mcp) ๐Ÿ โ˜๏ธ - A mcp server for tracking cryptocurrency whale transactions. ### ๐Ÿง  Knowledge & Memory From 5f5bdffa716a49b230fc40098b68c79254cb7c82 Mon Sep 17 00:00:00 2001 From: James Furey Date: Fri, 14 Mar 2025 04:48:22 +1100 Subject: [PATCH 28/28] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6da4b6a..920e6c6d 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,10 @@ Secure database access with schema inspection capabilities. Enables querying and - [@joshuarileydev/supabase-mcp-server](https://github.com/joshuarileydev/supabase) - Supabase MCP Server for managing and creating projects and organisations in Supabase - [@alexanderzuev/supabase-mcp-server](https://github.com/alexander-zuev/supabase-mcp-server) - Supabase MCP Server with support for SQL query execution and database exploration tools - [ktanaka101/mcp-server-duckdb](https://github.com/ktanaka101/mcp-server-duckdb) ๐Ÿ ๐Ÿ  - DuckDB database integration with schema inspection and query capabilities +- [furey/mongodb-lens](https://github.com/furey/mongodb-lens) ๐Ÿ“‡ ๐Ÿ  - MongoDB Lens: Full Featured MCP Server for MongoDB Databases - [QuantGeekDev/mongo-mcp](https://github.com/QuantGeekDev/mongo-mcp) ๐Ÿ“‡ ๐Ÿ  - MongoDB integration that enables LLMs to interact directly with databases. -- [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 +- [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) ๐Ÿ โ˜๏ธ - Tinybird integration with query and API capabilities - [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 - [isaacwasserman/mcp-snowflake-server](https://github.com/isaacwasserman/mcp-snowflake-server) ๐Ÿ โ˜๏ธ - Snowflake integration implementing read and (optional) write operations as well as insight tracking