From 31b5ea673c7d618e5818b86ad0cf4ea109b04799 Mon Sep 17 00:00:00 2001 From: Max Rydahl Andersen Date: Mon, 27 Jan 2025 20:31:26 +0100 Subject: [PATCH 01/34] add quarkus server framework and available mcp servers --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 054758bc..c2efff15 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,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. +- [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) โ˜• ๐Ÿ  - Connect to any JDBC-compatible database and query, insert, update, delete, and more. ### ๐Ÿ’ป Developer Tools @@ -193,6 +194,7 @@ Provides direct access to local file systems with configurable permissions. Enab - [mark3labs/mcp-filesystem-server](https://github.com/mark3labs/mcp-filesystem-server) ๐ŸŽ๏ธ ๐Ÿ  - Golang implementation for local file system access. - [mamertofabian/mcp-everything-search](https://github.com/mamertofabian/mcp-everything-search) ๐Ÿ ๐Ÿ  ๐ŸชŸ - Fast Windows file search using Everything SDK - [cyberchitta/llm-context.py](https://github.com/cyberchitta/llm-context.py) ๐Ÿ ๐Ÿ  - Share code context with LLMs via MCP or clipboard +- [filesystem@quarkiverse/quarkus-mcp-servers](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/filesystem) โ˜• ๐Ÿ  - A filesystem allowing for browsing and editing files implemented in Java using Quarkus. Available as jar or native image. ### ๐Ÿ’ฐ Finance & Fintech @@ -322,6 +324,7 @@ Interact with Git repositories and version control platforms. Enables repository - [@pskill9/hn-server](https://github.com/pskill9/hn-server) - ๐Ÿ“‡ โ˜๏ธ Parses the HTML content from news.ycombinator.com (Hacker News) and provides structured data for different types of stories (top, new, ask, show, jobs). - [@mediar-ai/screenpipe](https://github.com/mediar-ai/screenpipe) - ๐ŸŽ–๏ธ ๐Ÿฆ€ ๐Ÿ  ๐ŸŽ Local-first system capturing screen/audio with timestamped indexing, SQL/embedding storage, semantic search, LLM-powered history analysis, and event-triggered actions - enables building context-aware AI agents through a NextJS plugin ecosystem. - [akseyh/bear-mcp-server](https://github.com/akseyh/bear-mcp-server) - Allows the AI to read from your Bear Notes (macOS only) +- [mcp-server-jfx](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jfx) โ˜• ๐Ÿ  - Draw on JavaFX canvas. ## Frameworks @@ -339,6 +342,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. +- [quarkus-mcp-server](https://github.com/quarkiverse/quarkus-mcp-server) โ˜• - Java SDK for building MCP servers using Quarkus. ## Utilities From 2043d34fafd57531ae8562d4d94816971136fb51 Mon Sep 17 00:00:00 2001 From: Sujay Jayakar Date: Wed, 5 Mar 2025 09:37:51 -0500 Subject: [PATCH 02/34] Add Convex MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f80896b2..e89ad707 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,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 +- [get-convex/convex-backend](https://stack.convex.dev/convex-mcp-server) ๐Ÿ“‡ โ˜๏ธ - Convex database integration to introspect tables, functions, and run oneoff queries ([Source](https://github.com/get-convex/convex-backend/blob/main/npm-packages/convex/src/cli/mcp.ts)) - [@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 760d6700bdeddec7c5586c70aef361e25a61259b Mon Sep 17 00:00:00 2001 From: sykp241095 Date: Fri, 7 Mar 2025 13:54:44 +0800 Subject: [PATCH 03/34] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2fdf9b0..be0fd9a7 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) ๐Ÿ ๐Ÿ  - MCP Server implementation that provides Elasticsearch interaction - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) ๐Ÿ“‡ ๐Ÿ  - Airtable database integration with schema inspection, read and write capabilities - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) ๐Ÿ โ˜๏ธ - BigQuery database integration with schema inspection and query capabilities +- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) ๐Ÿ โ˜๏ธ - TiDB 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 - [@fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) ๐Ÿ“‡ โ˜๏ธ - Fireproof ledger database with multi-user sync From e631ef7dd0798d9b8971857392574d486686bfc2 Mon Sep 17 00:00:00 2001 From: sykp241095 Date: Fri, 7 Mar 2025 13:59:39 +0800 Subject: [PATCH 04/34] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 12b8d201..4be6015d 100644 --- a/README-zh.md +++ b/README-zh.md @@ -143,6 +143,7 @@ Web ๅ†…ๅฎน่ฎฟ้—ฎๅ’Œ่‡ชๅŠจๅŒ–ๅŠŸ่ƒฝใ€‚ๆ”ฏๆŒไปฅ AI ๅ‹ๅฅฝๆ ผๅผๆœ็ดขใ€ๆŠ“ๅ–ๅ’Œ - [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) ๐Ÿ ๐Ÿ  - ้›†ๆˆ Elasticsearch ็š„ MCP ๆœๅŠกๅ™จๅฎž็Žฐ - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) ๐Ÿ“‡ ๐Ÿ  - Airtable ๆ•ฐๆฎๅบ“้›†ๆˆ๏ผŒๅ…ทๆœ‰ๆžถๆž„ๆฃ€ๆŸฅใ€่ฏปๅ†™ๅŠŸ่ƒฝ - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) ๐Ÿ โ˜๏ธ - BigQuery ๆ•ฐๆฎๅบ“้›†ๆˆไบ†ๆžถๆž„ๆฃ€ๆŸฅๅ’ŒๆŸฅ่ฏขๅŠŸ่ƒฝ +- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) ๐Ÿ โ˜๏ธ - TiDB ๆ•ฐๆฎๅบ“้›†ๆˆ๏ผŒๅŒ…ๆ‹ฌ่กจ็ป“ๆž„็š„ๅปบ็ซ‹ DDL ๅ’Œ SQL ็š„ๆ‰ง่กŒ - [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) ๐Ÿ“‡ โ˜๏ธ - Google BigQuery ้›†ๆˆ็š„ๆœๅŠกๅ™จๅฎž็Žฐ๏ผŒๅฏๅฎž็Žฐ็›ดๆŽฅ BigQuery ๆ•ฐๆฎๅบ“่ฎฟ้—ฎๅ’ŒๆŸฅ่ฏขๅŠŸ่ƒฝ - [ClickHouse/mcp-clickhouse](https://github.com/ClickHouse/mcp-clickhouse) ๐Ÿ โ˜๏ธ - ClickHouse ๆ•ฐๆฎๅบ“้›†ๆˆ๏ผŒๆ”ฏๆŒๆ•ฐๆฎๅบ“ๆžถๆž„ๆฃ€ๆŸฅๅ’ŒๆŸฅ่ฏขๅŠŸ่ƒฝ - [@fireproof-storage/mcp-database-server](https://github.com/fireproof-storage/mcp-database-server) ๐Ÿ“‡ โ˜๏ธ - Fireproof ๅˆ†ๅธƒๅผ่ดฆๆœฌๆ•ฐๆฎๅบ“๏ผŒๆ”ฏๆŒๅคš็”จๆˆทๆ•ฐๆฎๅŒๆญฅ From 379a56a4800e9d05f148a80d25572eccd574713e Mon Sep 17 00:00:00 2001 From: sykp241095 Date: Fri, 7 Mar 2025 14:01:31 +0800 Subject: [PATCH 05/34] Update README-ja.md --- README-ja.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-ja.md b/README-ja.md index 1d416291..7e99dd6b 100644 --- a/README-ja.md +++ b/README-ja.md @@ -94,6 +94,7 @@ Webใ‚ณใƒณใƒ†ใƒณใƒ„ใฎใ‚ขใ‚ฏใ‚ปใ‚นใจ่‡ชๅ‹•ๅŒ–ๆฉŸ่ƒฝใ€‚AIใซๅ„ชใ—ใ„ๅฝขๅผใงWeb - [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) ๐Ÿ ๐Ÿ  - MCPใ‚ตใƒผใƒใƒผใฎๅฎŸ่ฃ…ใงใ€Elasticsearchใจใฎใ‚คใƒณใ‚ฟใƒฉใ‚ฏใ‚ทใƒงใƒณใ‚’ๆไพ›ใ—ใพใ™ - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) ๐Ÿ“‡ ๐Ÿ  - ใ‚นใ‚ญใƒผใƒžๆคœๆŸปใ€่ชญใฟๅ–ใ‚Š/ๆ›ธใ่พผใฟๆฉŸ่ƒฝใ‚’ๅ‚™ใˆใŸ Airtable ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ตฑๅˆ - [LucasHild/mcp-server-bigquery](https://github.com/LucasHild/mcp-server-bigquery) ๐Ÿ โ˜๏ธ - ใ‚นใ‚ญใƒผใƒžๆคœๆŸปใจใ‚ฏใ‚จใƒชๆฉŸ่ƒฝใ‚’ๅ‚™ใˆใŸBigQueryใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ตฑๅˆ +- [c4pt0r/mcp-server-tidb](https://github.com/c4pt0r/mcp-server-tidb) ๐Ÿ โ˜๏ธ - TiDB ใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใฎ็ตฑๅˆใ€ใƒ†ใƒผใƒ–ใƒซๆง‹้€ ใฎไฝœๆˆ๏ผˆDDL๏ผ‰ใŠใ‚ˆใณ SQL ใฎๅฎŸ่กŒ - [ergut/mcp-bigquery-server](https://github.com/ergut/mcp-bigquery-server) ๐Ÿ“‡ โ˜๏ธ - Google BigQuery็ตฑๅˆใฎใŸใ‚ใฎใ‚ตใƒผใƒใƒผๅฎŸ่ฃ…ใงใ€็›ดๆŽฅ็š„ใชBigQueryใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใ‚ขใ‚ฏใ‚ปใ‚นใจใ‚ฏใ‚จใƒชๆฉŸ่ƒฝใ‚’ๆไพ› - [designcomputer/mysql_mcp_server](https://github.com/designcomputer/mysql_mcp_server) ๐Ÿ ๐Ÿ  - ๆง‹ๆˆๅฏ่ƒฝใชใ‚ขใ‚ฏใ‚ปใ‚นๅˆถๅพกใ€ใ‚นใ‚ญใƒผใƒžๆคœๆŸปใ€ๅŒ…ๆ‹ฌ็š„ใชใ‚ปใ‚ญใƒฅใƒชใƒ†ใ‚ฃใ‚ฌใ‚คใƒ‰ใƒฉใ‚คใƒณใ‚’ๅ‚™ใˆใŸMySQLใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ตฑๅˆ - [@modelcontextprotocol/server-postgres](https://github.com/modelcontextprotocol/servers/tree/main/src/postgres) ๐Ÿ“‡ ๐Ÿ  - ใ‚นใ‚ญใƒผใƒžๆคœๆŸปใจใ‚ฏใ‚จใƒชๆฉŸ่ƒฝใ‚’ๅ‚™ใˆใŸPostgreSQLใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ตฑๅˆ From f5e858928d0fac8b5eb62e26573adccbf27cd0f6 Mon Sep 17 00:00:00 2001 From: Tim Wang Date: Fri, 7 Mar 2025 20:11:00 +1100 Subject: [PATCH 06/34] Add xcodebuild mcp server tool --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c2fdf9b0..5a59de73 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,8 @@ Tools and integrations that enhance the development workflow and environment man - [@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) - [@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). +- [xcodebuild](https://github.com/ShenghaiWang/xcodebuild) ๐ŸŽ Build iOS Xcode workspace/project and feed back errors to llm. + ### ๐Ÿงฎ Data Science Tools From baf36fe783b5f9d6f33e055c2497272cceb8a5cc Mon Sep 17 00:00:00 2001 From: Boris Besemer Date: Fri, 7 Mar 2025 12:42:38 +0100 Subject: [PATCH 07/34] feat: add graphql mcp server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2fdf9b0..cb3edad1 100644 --- a/README.md +++ b/README.md @@ -342,6 +342,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. +- [blurrah/mcp-graphql](https://github.com/blurrah/mcp-graphql) ๐Ÿ“‡ โ˜๏ธ - Allows the AI to query GraphQL servers ## Frameworks From 5af0df6ef93c534239d6b3ede0c33dabf6863b18 Mon Sep 17 00:00:00 2001 From: nwiizo Date: Sun, 9 Mar 2025 00:30:45 +0900 Subject: [PATCH 08/34] Fix tfmcp description: change from Chinese to English --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c2fdf9b0..77a2c208 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ Cloud platform service integration. Enables management and interaction with clou - [@flux159/mcp-server-kubernetes](https://github.com/Flux159/mcp-server-kubernetes) - ๐Ÿ“‡ โ˜๏ธ/๐Ÿ  Typescript implementation of Kubernetes cluster operations for pods, deployments, services. - [@manusa/Kubernetes MCP Server](https://github.com/manusa/kubernetes-mcp-server) - ๐ŸŽ๏ธ ๐Ÿ  A powerful Kubernetes MCP server with additional support for OpenShift. Besides providing CRUD operations for **any** Kubernetes resource, this server provides specialized tools to interact with your cluster. - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) ๐Ÿ”’ โ˜๏ธ - An MCP to give access to all Netskope Private Access components within a Netskope Private Access environments including detailed setup information and LLM examples on usage. +- [nwiizo/tfmcp](https://github.com/nwiizo/tfmcp) - ๐Ÿฆ€ ๐Ÿ  - A Terraform MCP server allowing AI assistants to manage and operate Terraform environments, enabling reading configurations, analyzing plans, applying configurations, and managing Terraform state. ### ๐Ÿ–ฅ๏ธ Command Line From a90fc87fd9528413010da9ec321688b2193fd340 Mon Sep 17 00:00:00 2001 From: hiromitsusasaki Date: Sun, 9 Mar 2025 22:38:58 +0900 Subject: [PATCH 09/34] feat: add mcp to allow LLMs to manage bookmarks and collections at Raindrop.io --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index abc97f40..c475a964 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. +- [hiromitsusasaki/raindrop-io-mcp-server](https://github.com/hiromitsusasaki/raindrop-io-mcp-server) ๐Ÿ“‡ โ˜๏ธ - An integration that allows LLMs to interact with Raindrop.io bookmarks using the Model Context Protocol (MCP). ## Frameworks From 1108ff006bb6e0950c22a53a73a621439cf44aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Boschi?= Date: Tue, 11 Mar 2025 11:20:01 +0100 Subject: [PATCH 10/34] Add vectorize server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5807c01..49652624 100644 --- a/README.md +++ b/README.md @@ -282,6 +282,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [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. +- [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) โ˜๏ธ - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. ### ๐Ÿ”’ Security From d0f85ad8081c3d65758816d66670c5344dfe5b98 Mon Sep 17 00:00:00 2001 From: QDS Date: Tue, 11 Mar 2025 18:14:19 +0100 Subject: [PATCH 11/34] Update README.md Added Bankless Onchain MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5807c01..bc5a3fc9 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 +- [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) ๐Ÿ“‡โ˜๏ธ - Bankless Onchain API to interact with smart contracts, query transaction and token information ### ๐Ÿง  Knowledge & Memory From 8ffbe44b8c0d5b291906942ef7337f09f8ca7209 Mon Sep 17 00:00:00 2001 From: vcart Date: Tue, 11 Mar 2025 23:16:14 -0400 Subject: [PATCH 12/34] Add EVM MCP Server to Finance & Fintech section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b5807c01..ba761225 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 +- [mcpdotdirect/evm-mcp-server](https://github.com/mcpdotdirect/evm-mcp-server) ๐Ÿ“‡ โ˜๏ธ - Comprehensive blockchain services for 30+ EVM networks, supporting native tokens, ERC20, NFTs, smart contracts, transactions, and ENS resolution. ### ๐Ÿง  Knowledge & Memory From 5589f5beebd97454736a43f7004e1fb6eb54e5df Mon Sep 17 00:00:00 2001 From: XGenerationLab Date: Thu, 13 Mar 2025 19:56:38 +0800 Subject: [PATCH 13/34] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f6da4b6a..b7300937 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 +- [XGenerationLab/xiyan_mcp_server](https://github.com/XGenerationLab/xiyan_mcp_server) ๐Ÿ“‡ โ˜๏ธ โ€” An MCP server that supports fetching data from a database using natural language queries, powered by XiyanSQL as the text-to-SQL LLM. ### ๐Ÿ’ป Developer Tools From 15bcabc9953868971f01b1177d7bfcb202fd95e4 Mon Sep 17 00:00:00 2001 From: Carter LaSalle <50027436+carterlasalle@users.noreply.github.com> Date: Thu, 13 Mar 2025 11:27:34 -0700 Subject: [PATCH 14/34] Add mac_messages_mcp An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeb98ead..ec1630de 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Integration with communication platforms for message management and channel oper - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) ๐Ÿ โ˜๏ธ - Interact with Twitter search and timeline - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - ๐Ÿš€ โ˜๏ธ - An MCP server application that sends various types of messages to the WeCom group robot. - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - ๐ŸŒ โ˜๏ธ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. +- [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp_) ๐Ÿ  ๐ŸŽ ๐Ÿš€ - An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages. ### ๐Ÿ‘ค Customer Data Platforms From ac67a7824e2fd215bc9a234dc1edfd62307e222d Mon Sep 17 00:00:00 2001 From: Ning Sun Date: Thu, 13 Mar 2025 12:38:38 -0700 Subject: [PATCH 15/34] docs: add greptimedb mcp --- 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 ee389301..fa28c3b9 100644 --- a/README-ja.md +++ b/README-ja.md @@ -107,6 +107,7 @@ Webใ‚ณใƒณใƒ†ใƒณใƒ„ใฎใ‚ขใ‚ฏใ‚ปใ‚นใจ่‡ชๅ‹•ๅŒ–ๆฉŸ่ƒฝใ€‚AIใซๅ„ชใ—ใ„ๅฝขๅผใงWeb - [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) ๐Ÿ“‡ ๐Ÿ  - MongoDBใฎใŸใ‚ใฎใƒขใƒ‡ใƒซใ‚ณใƒณใƒ†ใ‚ญใ‚นใƒˆใƒ—ใƒญใƒˆใ‚ณใƒซใ‚ตใƒผใƒใƒผ - [KashiwaByte/vikingdb-mcp-server](https://github.com/KashiwaByte/vikingdb-mcp-server) ๐Ÿ โ˜๏ธ - ใ‚ณใƒฌใ‚ฏใ‚ทใƒงใƒณใจใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚นใฎ็ดนไป‹ใ€ใƒ™ใ‚ฏใƒˆใƒซใ‚นใƒˆใ‚ขใจๆคœ็ดขๆฉŸ่ƒฝใ‚’ๅ‚™ใˆใŸVikingDB็ตฑๅˆใ€‚ - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) ๐Ÿ ๐Ÿ  - PostgreSQLใ€MySQLใ€MariaDBใ€SQLiteใ€Oracleใ€MS SQL Serverใชใฉๅคšๆ•ฐใฎใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚นใ‚’ใ‚ตใƒใƒผใƒˆใ™ใ‚‹SQLAlchemyใƒ™ใƒผใ‚นใฎๆฑŽ็”จใƒ‡ใƒผใ‚ฟใƒ™ใƒผใ‚น็ตฑๅˆใ€‚ใ‚นใ‚ญใƒผใƒžใจ้–ขไฟ‚ใฎๆคœๆŸปใ€ๅคง่ฆๆจกใƒ‡ใƒผใ‚ฟใ‚ปใƒƒใƒˆๅˆ†ๆžๆฉŸ่ƒฝใ‚’ๅ‚™ใˆใฆใ„ใพใ™ใ€‚ +- [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) ๐Ÿ ๐Ÿ  - GreptimeDBใฎMCPใ‚ตใƒผใƒ“ใ‚นใซใ‚ฏใ‚จใƒชใ‚’ๅฎŸ่กŒใ™ใ‚‹ใ€‚ ### ๐Ÿ’ป ้–‹็™บ่€…ใƒ„ใƒผใƒซ diff --git a/README-zh.md b/README-zh.md index c4bcff23..b6ea98f5 100644 --- a/README-zh.md +++ b/README-zh.md @@ -164,6 +164,7 @@ Web ๅ†…ๅฎน่ฎฟ้—ฎๅ’Œ่‡ชๅŠจๅŒ–ๅŠŸ่ƒฝใ€‚ๆ”ฏๆŒไปฅ AI ๅ‹ๅฅฝๆ ผๅผๆœ็ดขใ€ๆŠ“ๅ–ๅ’Œ - [hannesrudolph/sqlite-explorer-fastmcp-mcp-server](https://github.com/hannesrudolph/sqlite-explorer-fastmcp-mcp-server) ๐Ÿ ๐Ÿ  - ไธ€ไธช MCP ๆœๅŠกๅ™จ๏ผŒ้€š่ฟ‡ๆจกๅž‹ไธŠไธ‹ๆ–‡ๅ่ฎฎ ๏ผˆMCP๏ผ‰ ๆไพ›ๅฏน SQLite ๆ•ฐๆฎๅบ“็š„ๅฎ‰ๅ…จๅช่ฏป่ฎฟ้—ฎใ€‚่ฏฅๆœๅŠกๅ™จๆ˜ฏไฝฟ็”จ FastMCP ๆก†ๆžถๆž„ๅปบ็š„๏ผŒๅฎƒไฝฟ LLM ่ƒฝๅคŸๆŽข็ดขๅ’ŒๆŸฅ่ฏขๅ…ทๆœ‰ๅ†…็ฝฎๅฎ‰ๅ…จๅŠŸ่ƒฝๅ’ŒๆŸฅ่ฏข้ชŒ่ฏ็š„ SQLite ๆ•ฐๆฎๅบ“ใ€‚ - [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) ๐Ÿ โ˜๏ธ - Pinecone ไธŽ็Ÿข้‡ๆœ็ดขๅŠŸ่ƒฝ็š„้›†ๆˆ - [runekaagaard/mcp-alchemy](https://github.com/runekaagaard/mcp-alchemy) ๐Ÿ ๐Ÿ  - ๅŸบไบŽSQLAlchemy็š„้€š็”จๆ•ฐๆฎๅบ“้›†ๆˆ๏ผŒๆ”ฏๆŒPostgreSQLใ€MySQLใ€MariaDBใ€SQLiteใ€Oracleใ€MS SQL Server็ญ‰ไผ—ๅคšๆ•ฐๆฎๅบ“ใ€‚ๅ…ทๆœ‰ๆžถๆž„ๅ’Œๅ…ณ็ณปๆฃ€ๆŸฅไปฅๅŠๅคงๅž‹ๆ•ฐๆฎ้›†ๅˆ†ๆžๅŠŸ่ƒฝใ€‚ +- [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) ๐Ÿ ๐Ÿ  - ๆŸฅ่ฏข GreptimeDB ็š„ MCP ๆœๅŠกใ€‚ ### ๐Ÿ’ป ๅผ€ๅ‘่€…ๅทฅๅ…ท diff --git a/README.md b/README.md index eeb98ead..a11bf572 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) ๐Ÿ โ˜๏ธ - Query and analyze Azure Data Explorer databases - [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/dbhub](https://github.com/bytebase/dbhub) ๐Ÿ“‡ ๐Ÿ  โ€“ย Universal database MCP server supporting mainstream databases. +- [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) ๐Ÿ ๐Ÿ  - MCP Server for querying GreptimeDB. ### ๐Ÿ’ป Developer Tools From 4a2bab72620eaf8d62c3bb731241a7875d0c2259 Mon Sep 17 00:00:00 2001 From: Kirk Marple Date: Thu, 13 Mar 2025 16:24:43 -0700 Subject: [PATCH 16/34] Added Graphlt MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeb98ead..d9c09d08 100644 --- a/README.md +++ b/README.md @@ -242,6 +242,7 @@ Persistent memory storage using knowledge graph structures. Enables AI models to - [@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 +- [graphlit-mcp-server](https://github.com/graphlit/graphlit-mcp-server) ๐Ÿ“‡ โ˜๏ธ - Ingest anything from Slack, Discord, websites, Google Drive, Linear or GitHub into a Graphlit project - and then search and retrieve relevant knowledge within an MCP client like Cursor, Windsurf or Cline. ### ๐Ÿ—บ๏ธ Location Services From 55353236e8629630302f51298304c63053bccb8b Mon Sep 17 00:00:00 2001 From: Elie Steinbock <3090527+elie222@users.noreply.github.com> Date: Fri, 14 Mar 2025 12:49:57 +0200 Subject: [PATCH 17/34] Add Inbox Zero MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeb98ead..1792586d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Integration with communication platforms for message management and channel oper - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) ๐Ÿ โ˜๏ธ - Interact with Twitter search and timeline - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - ๐Ÿš€ โ˜๏ธ - An MCP server application that sends various types of messages to the WeCom group robot. - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - ๐ŸŒ โ˜๏ธ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. +- [elie222/inbox-zero](https://github.com/elie222/inbox-zero/tree/main/apps/mcp-server) - ๐Ÿ โ˜๏ธ - An MCP server for Inbox Zero. Adds functionality on top of Gmail like finding out which emails you need to reply to or need to follow up on. ### ๐Ÿ‘ค Customer Data Platforms From 006abc7fbee7b4b384431097876a124c1ed4c2f5 Mon Sep 17 00:00:00 2001 From: fakepixels Date: Fri, 14 Mar 2025 10:06:38 -0400 Subject: [PATCH 18/34] Add Base MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eeb98ead..99a10bf8 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,7 @@ Provides direct access to local file systems with configurable permissions. Enab Financial data access and cryptocurrency market information. Enables querying real-time market data, crypto prices, and financial analytics. +- [@base/base-mcp](https://github.com/base/base-mcp) ๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - Base Network integration for onchain tools, allowing interaction with Base Network and Coinbase API for wallet management, fund transfers, smart contracts, and DeFi operations - [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 From b316f75c8f7d1035e6348975901a9f4a7ddcc8c9 Mon Sep 17 00:00:00 2001 From: Yaroslav Boiko Date: Fri, 14 Mar 2025 19:43:41 +0100 Subject: [PATCH 19/34] add Replicate API MCP server --- 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 ee389301..5bc96bdd 100644 --- a/README-ja.md +++ b/README-ja.md @@ -222,6 +222,7 @@ Gitใƒชใƒใ‚ธใƒˆใƒชใŠใ‚ˆใณใƒใƒผใ‚ธใƒงใƒณ็ฎก็†ใƒ—ใƒฉใƒƒใƒˆใƒ•ใ‚ฉใƒผใƒ ใจใฎ - [sparfenyuk/mcp-proxy](https://github.com/sparfenyuk/mcp-proxy) ๐Ÿ MCP stdioใ‹ใ‚‰SSEใธใฎใƒˆใƒฉใƒณใ‚นใƒใƒผใƒˆใ‚ฒใƒผใƒˆใ‚ฆใ‚งใ‚คใ€‚ - [NON906/omniparser-autogui-mcp](https://github.com/NON906/omniparser-autogui-mcp) ๐Ÿ - ็”ป้ขไธŠใฎGUIใฎ่‡ชๅ‹•ๆ“ไฝœ - [kj455/mcp-kibela](https://github.com/kj455/mcp-kibela) - ๐Ÿ“‡ โ˜๏ธ [Kibela](https://kibe.la/)ใจใฎ้€ฃๆบ +- [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) ๐Ÿ“‡ โ˜๏ธ - Replicate APIใ‚’้€šใ˜ใฆ็”ปๅƒใ‚’็”Ÿๆˆใ™ใ‚‹ๆฉŸ่ƒฝใ‚’ๆไพ›ใ—ใพใ™ใ€‚ ## ใƒ•ใƒฌใƒผใƒ ใƒฏใƒผใ‚ฏ diff --git a/README-zh.md b/README-zh.md index c4bcff23..22391d62 100644 --- a/README-zh.md +++ b/README-zh.md @@ -337,6 +337,7 @@ Web ๅ†…ๅฎน่ฎฟ้—ฎๅ’Œ่‡ชๅŠจๅŒ–ๅŠŸ่ƒฝใ€‚ๆ”ฏๆŒไปฅ AI ๅ‹ๅฅฝๆ ผๅผๆœ็ดขใ€ๆŠ“ๅ–ๅ’Œ - [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 ็š„้›†ๆˆ +- [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) ๐Ÿ“‡ โ˜๏ธ - ้€š่ฟ‡Replicate APIๆไพ›ๅ›พๅƒ็”ŸๆˆๅŠŸ่ƒฝใ€‚ ## ๆก†ๆžถ - [FastMCP](https://github.com/jlowin/fastmcp) ๐Ÿ - ็”จไบŽๅœจ Python ไธญๆž„ๅปบ MCP ๆœๅŠกๅ™จ็š„้ซ˜็บงๆก†ๆžถ diff --git a/README.md b/README.md index eeb98ead..140abd6a 100644 --- a/README.md +++ b/README.md @@ -371,6 +371,7 @@ Interact with Git repositories and version control platforms. Enables repository - [@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/) +- [@awkoy/replicate-flux-mcp](https://github.com/awkoy/replicate-flux-mcp) ๐Ÿ“‡ โ˜๏ธ - Provides the ability to generate images via Replicate's API. ## Frameworks From 4a1a85d2dbeb3c45e88a4a34e7c258083aaa9945 Mon Sep 17 00:00:00 2001 From: Carter LaSalle <50027436+carterlasalle@users.noreply.github.com> Date: Fri, 14 Mar 2025 20:04:30 -0700 Subject: [PATCH 20/34] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec1630de..add274dd 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Integration with communication platforms for message management and channel oper - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) ๐Ÿ โ˜๏ธ - Interact with Twitter search and timeline - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - ๐Ÿš€ โ˜๏ธ - An MCP server application that sends various types of messages to the WeCom group robot. - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - ๐ŸŒ โ˜๏ธ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. -- [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp_) ๐Ÿ  ๐ŸŽ ๐Ÿš€ - An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages. +- [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp) ๐Ÿ  ๐ŸŽ ๐Ÿš€ - An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages. ### ๐Ÿ‘ค Customer Data Platforms From 3d97c57f976c3c6ec2668077e55965fd87308391 Mon Sep 17 00:00:00 2001 From: Mahesh P Chandran Date: Sat, 15 Mar 2025 07:42:58 +0000 Subject: [PATCH 21/34] Adding trino MCP server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..3bf495e1 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,7 @@ 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 +- [Dataring-engineering/mcp-server-trino](https://github.com/Dataring-engineering/mcp-server-trino) ๐Ÿ โ˜๏ธ - Trino MCP Server to query and access data from Trino Clusters. - [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. - [kiliczsh/mcp-mongo-server](https://github.com/kiliczsh/mcp-mongo-server) ๐Ÿ“‡ ๐Ÿ  - A Model Context Protocol Server for MongoDB From 45636ccf1f62882428f8db6d8eae5ae32918fd2b Mon Sep 17 00:00:00 2001 From: Sergey Bunas Date: Sat, 15 Mar 2025 18:19:09 +0800 Subject: [PATCH 22/34] add: magic mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..04499262 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,7 @@ Secure database access with schema inspection capabilities. Enables querying and Tools and integrations that enhance the development workflow and environment management. +- [21st-dev/Magic-MCP](https://github.com/21st-dev/magic-mcp) - Create crafted UI components inspired by the best 21st.dev design engineers. - [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 From 4bf5b18bd544b3bc58c5dc28c0a48fae33902aa3 Mon Sep 17 00:00:00 2001 From: kukapay Date: Sat, 15 Mar 2025 20:35:19 +0800 Subject: [PATCH 23/34] Update README.md Add crypto-feargreed-mcp. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..364ae50a 100644 --- a/README.md +++ b/README.md @@ -233,6 +233,7 @@ Financial data access and cryptocurrency market information. Enables querying re - [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. +- [kukapay/crypto-feargreed-mcp](https://github.com/kukapay/crypto-feargreed-mcp) ๐Ÿ โ˜๏ธ - Providing real-time and historical Crypto Fear & Greed Index data. ### ๐Ÿง  Knowledge & Memory From 7da08f87ce7c8011b1779a87536316020c47dfbc Mon Sep 17 00:00:00 2001 From: Rashid Azarang <76001184+rashidazarang@users.noreply.github.com> Date: Sat, 15 Mar 2025 06:45:40 -0600 Subject: [PATCH 24/34] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..9c423dba 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) ๐Ÿ ๐Ÿ  - MCP Server implementation that provides Elasticsearch interaction - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) ๐Ÿ“‡ ๐Ÿ  - Airtable database integration with schema inspection, read and write capabilities +- [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) ๐Ÿ โ˜๏ธ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. Available on [Smithery](https://smithery.ai/server/@rashidazarang/airtable-mcp/tools). - [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 From 2583990e0f27bf49413ba29206a1509ac2f48cf4 Mon Sep 17 00:00:00 2001 From: sawa-zen Date: Sat, 15 Mar 2025 21:57:20 +0900 Subject: [PATCH 25/34] Add sawa-zen/vrchat-mcp --- 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 ee389301..6ae1a007 100644 --- a/README-ja.md +++ b/README-ja.md @@ -82,6 +82,7 @@ Webใ‚ณใƒณใƒ†ใƒณใƒ„ใฎใ‚ขใ‚ฏใ‚ปใ‚นใจ่‡ชๅ‹•ๅŒ–ๆฉŸ่ƒฝใ€‚AIใซๅ„ชใ—ใ„ๅฝขๅผใงWeb - [@modelcontextprotocol/server-bluesky](https://github.com/keturiosakys/bluesky-context-server) ๐Ÿ“‡ โ˜๏ธ - ใ‚ฏใ‚จใƒชใจใ‚คใƒณใ‚ฟใƒฉใ‚ฏใ‚ทใƒงใƒณใฎใŸใ‚ใฎBlueskyใ‚คใƒณใ‚นใ‚ฟใƒณใ‚น็ตฑๅˆ - [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) - ๐Ÿ โ˜๏ธ - GmailใจGoogleใ‚ซใƒฌใƒณใƒ€ใƒผใจใฎ็ตฑๅˆใ€‚ - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - ๐Ÿš€ โ˜๏ธ - MCPใ‚ตใƒผใƒใƒผใ‚ขใƒ—ใƒชใ‚ฑใƒผใ‚ทใƒงใƒณใฏใ€WeComใ‚ฐใƒซใƒผใƒ—ใƒญใƒœใƒƒใƒˆใซใ•ใพใ–ใพใชใ‚ฟใ‚คใƒ—ใฎใƒกใƒƒใ‚ปใƒผใ‚ธใ‚’้€ไฟกใ—ใพใ™ใ€‚ +- [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - ๐Ÿ“‡ ๐Ÿ  VRChat APIใจๅฏพ่ฉฑใ™ใ‚‹ใŸใ‚ใฎMCPใ‚ตใƒผใƒใƒผใงใ™ใ€‚VRChatใฎใƒ•ใƒฌใƒณใƒ‰ใ‚„ใƒฏใƒผใƒซใƒ‰ใ€ใ‚ขใƒใ‚ฟใƒผใชใฉใฎๆƒ…ๅ ฑใ‚’ๅ–ๅพ—ใ™ใ‚‹ใ“ใจใŒใงใใพใ™ใ€‚ ### ๐Ÿ‘ค ้กงๅฎขใƒ‡ใƒผใ‚ฟใƒ—ใƒฉใƒƒใƒˆใƒ•ใ‚ฉใƒผใƒ  diff --git a/README-zh.md b/README-zh.md index c4bcff23..f97ba691 100644 --- a/README-zh.md +++ b/README-zh.md @@ -128,6 +128,7 @@ Web ๅ†…ๅฎน่ฎฟ้—ฎๅ’Œ่‡ชๅŠจๅŒ–ๅŠŸ่ƒฝใ€‚ๆ”ฏๆŒไปฅ AI ๅ‹ๅฅฝๆ ผๅผๆœ็ดขใ€ๆŠ“ๅ–ๅ’Œ - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) ๐Ÿ โ˜๏ธ - ไธŽ Twitter ๆœ็ดขๅ’Œๆ—ถ้—ด็บฟ่ฟ›่กŒไบคไบ’ - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - ๐Ÿš€ โ˜๏ธ - MCPๆœๅŠกๅ™จ Tools ๅบ”็”จ็จ‹ๅบ๏ผŒ็”จไบŽๅ‘ไผไธšๅพฎไฟก็พคๆœบๅ™จไบบๅ‘้€ๅ„็ง็ฑปๅž‹็š„ๆถˆๆฏใ€‚ - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - ๐ŸŒ โ˜๏ธ - Nostr MCP ๆœๅŠกๅ™จ๏ผŒๆ”ฏๆŒไธŽ Nostr ไบคไบ’๏ผŒๅฏๅ‘ๅธƒ็ฌ”่ฎฐ็ญ‰ๅŠŸ่ƒฝใ€‚ +- [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - ๐Ÿ“‡ ๐Ÿ  ่ฟ™ๆ˜ฏไธ€ไธชไธŽVRChat APIไบคไบ’็š„MCPๆœๅŠกๅ™จใ€‚ๆ‚จๅฏไปฅ่Žทๅ–VRChat็š„ๅฅฝๅ‹ใ€ไธ–็•Œใ€ๅŒ–่บซ็ญ‰ไฟกๆฏใ€‚ ### ๐Ÿ‘ค ๆ•ฐๆฎๅนณๅฐ diff --git a/README.md b/README.md index add274dd..5117bcbf 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Integration with communication platforms for message management and channel oper - [gotoolkits/wecombot](https://github.com/gotoolkits/mcp-wecombot-server.git) - ๐Ÿš€ โ˜๏ธ - An MCP server application that sends various types of messages to the WeCom group robot. - [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - ๐ŸŒ โ˜๏ธ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. - [carterlasalle/mac_messages_mcp](https://github.com/carterlasalle/mac_messages_mcp) ๐Ÿ  ๐ŸŽ ๐Ÿš€ - An MCP server that securely interfaces with your iMessage database via the Model Context Protocol (MCP), allowing LLMs to query and analyze iMessage conversations. It includes robust phone number validation, attachment processing, contact management, group chat handling, and full support for sending and receiving messages. +- [sawa-zen/vrchat-mcp](https://github.com/sawa-zen/vrchat-mcp) - ๐Ÿ“‡ ๐Ÿ  This is an MCP server for interacting with the VRChat API. You can retrieve information about friends, worlds, avatars, and more in VRChat. ### ๐Ÿ‘ค Customer Data Platforms From 7f960bf26e80cfb93a565c8206ded1d6bc11043b Mon Sep 17 00:00:00 2001 From: Juan Santos Ochoa Date: Sat, 15 Mar 2025 23:55:02 -0600 Subject: [PATCH 26/34] docs: add QGIS MCP server QGIS MCP connects QGIS to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control QGIS. This integration enables prompt assisted project creation, layer loading, code execution and more. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..8a7b8ca6 100644 --- a/README.md +++ b/README.md @@ -252,6 +252,7 @@ Geographic and location-based services integration. Enables access to mapping da - [SecretiveShell/MCP-timeserver](https://github.com/SecretiveShell/MCP-timeserver) ๐Ÿ ๐Ÿ  - Access the time in any timezone and get the current local time - [webcoderz/MCP-Geo](https://github.com/webcoderz/MCP-Geo) ๐Ÿ ๐Ÿ  - Geocoding MCP server for nominatim, ArcGIS, Bing - [@briandconnelly/mcp-server-ipinfo](https://github.com/briandconnelly/mcp-server-ipinfo) ๐Ÿ โ˜๏ธ - IP address geolocation and network information using IPInfo API +- [QGIS MCP](https://github.com/jjsantos01/qgis_mcp) - connects QGIS Desktop to Claude AI through the MCP. This integration enables prompt-assisted project creation, layer loading, code execution, and more. ### ๐ŸŽฏ Marketing From 8ff58629ed0b354a8265152efe7949372ff8981d Mon Sep 17 00:00:00 2001 From: LeftX <53989315+xzq-xu@users.noreply.github.com> Date: Sun, 16 Mar 2025 18:41:09 +0800 Subject: [PATCH 27/34] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..1c798d5c 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Tools and integrations that enhance the development workflow and environment man - [@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) - [@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. +- [xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) ๐Ÿ“‡ ๐Ÿ  - An implementation project of a JVM-based MCP (Model Context Protocol) server. ### ๐Ÿงฎ Data Science Tools From 94c465540067525e3ad652eb54e9ee2c88b22dcd Mon Sep 17 00:00:00 2001 From: LeftX <53989315+xzq-xu@users.noreply.github.com> Date: Sun, 16 Mar 2025 18:42:51 +0800 Subject: [PATCH 28/34] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c798d5c..fa57ed7b 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Tools and integrations that enhance the development workflow and environment man - [@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) - [@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. -- [xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) ๐Ÿ“‡ ๐Ÿ  - An implementation project of a JVM-based MCP (Model Context Protocol) server. +- [@xzq.xu/jvm-mcp-server](https://github.com/xzq-xu/jvm-mcp-server) ๐Ÿ“‡ ๐Ÿ  - An implementation project of a JVM-based MCP (Model Context Protocol) server. ### ๐Ÿงฎ Data Science Tools From 16843f5c0529a55e9bbc89745b91901bbc7d68e2 Mon Sep 17 00:00:00 2001 From: Gyeongmo Nathan Yang Date: Mon, 17 Mar 2025 00:55:06 +0900 Subject: [PATCH 29/34] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..df7d37db 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Tools and integrations that enhance the development workflow and environment man - [@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) - [@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. +- [@yangkyeongmo@/mcp-server-apache-airflow](https://github.com/yangkyeongmo/mcp-server-apache-airflow) ๐Ÿ ๐Ÿ  - MCP server that connects to [Apache Airflow](https://airflow.apache.org/) using official client. ### ๐Ÿงฎ Data Science Tools From 7b14ec78e27cd6c0c42e7dbf065cfdcf5cde4df9 Mon Sep 17 00:00:00 2001 From: Rishi Jatia Date: Sun, 16 Mar 2025 14:32:43 -0400 Subject: [PATCH 30/34] Add Fantasy PL Community MCP Server Gives your agent direct access to up-to date Fantasy Premier League (FPL) data. ## Description ## Server Details - Server: `fantasy-pl-mcp-server` - Provides tools to analyze Fantasy PL players and fixtures - Provides customized advice to FPL managers based on latest API information ## Motivation and Context I wanted to be able to ask Claude for advice on my Fantasy Premier League team, analyze players, fixtures and get transfer suggestions but it never had the upto date data and specific Fantasy relevant data (like points scored, price, etc) so I created an MCP server to give Claude direct access via the FPL API. This MCP server lets Claude users: - Give Claude direct access to live Fantasy Premier League data - Use Claude as an FPL AI Assistant - Ask for personalized advice on their FPL teams - Get recommendations on players - Get recommendations on fixtures and teams ## How Has This Been Tested? Tested with Claude Desktop after doing an installation via pip. I was able to run tools and conduct analysis. I verified that the analysis makes sense. I also have some basic testing in my project code. I also tested it out on common questions from the Fantasy PL community and it seems to be well received (see screenshots for reference) ## Breaking Changes No ## Types of changes - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) - [x] Documentation update ## Checklist - [x] I have read the [MCP Protocol Documentation](https://modelcontextprotocol.io) - [x] My changes follows MCP security best practices - [x] I have updated the server's README accordingly - [x] I have tested this with an LLM client - [x] My code follows the repository's style guidelines - [x] New and existing tests pass locally - [x] I have added appropriate error handling - [x] I have documented all environment variables and configuration options ## Additional context Fantasy Premier League (FPL) is a massively popular game with over 9 million players worldwide, making it the largest fantasy sports platform in the world. The passionate community includes dedicated followers who analyze every match, player statistic, and team selection, creating a thriving ecosystem of blogs, podcasts, and tools to gain a competitive edge in their mini-leagues and overall rankings. ![IMG_3922](https://github.com/user-attachments/assets/585187ea-7b5d-4cc9-874e-d2628cabaf01) ![IMG_3923](https://github.com/user-attachments/assets/03ae7223-6942-453e-a2e7-364cc273037d) ![IMG_3924](https://github.com/user-attachments/assets/853106d5-3de5-4012-a15e-ed83f39d5da2) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index add274dd..53d05602 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * ๐Ÿ› ๏ธ - [Developer Tools](#developer-tools) * ๐Ÿ“‚ - [File Systems](#file-systems) * ๐Ÿ’ฐ - [Finance & Fintech](#finance--fintech) +* ๐ŸŽฎ - [Gaming](#gaming) * ๐Ÿง  - [Knowledge & Memory](#knowledge--memory) * ๐Ÿ—บ๏ธ - [Location Services](#location-services) * ๐ŸŽฏ - [Marketing](#marketing) @@ -234,6 +235,12 @@ Financial data access and cryptocurrency market information. Enables querying re - [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. +### ๐ŸŽฎ Gaming + +Integration with gaming related data, and services + +- [rishijatia/fantasy-pl-mcp](https://github.com/rishijatia/fantasy-pl-mcp/) ๐Ÿ โ˜๏ธ - An MCP server for real-time Fantasy Premier League data and analysis tools. + ### ๐Ÿง  Knowledge & Memory Persistent memory storage using knowledge graph structures. Enables AI models to maintain and query structured information across sessions. From 6f16e7859664f6a4842aa6cd1d6a793e6f67b9ca Mon Sep 17 00:00:00 2001 From: Altmatter <159511657+altmatter@users.noreply.github.com> Date: Sun, 16 Mar 2025 14:15:29 -0700 Subject: [PATCH 31/34] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index add274dd..b2b009d8 100644 --- a/README.md +++ b/README.md @@ -305,6 +305,7 @@ Access and analyze application monitoring data. Enables AI models to review erro Access to travel and transportation information. Enables querying schedules, routes, and real-time travel data. +- [Airbnb MCP Server](https://github.com/openbnb-org/mcp-server-airbnb) ๐Ÿ“‡ โ˜๏ธ - Provides tools to search Airbnb and get listing details. - [NS Travel Information MCP Server](https://github.com/r-huijts/ns-mcp-server) ๐Ÿ“‡ โ˜๏ธ - Access Dutch Railways (NS) travel information, schedules, and real-time updates ### ๐Ÿ”„ Version Control From d345f11e86d3bf8de68dd1f88eb281fdcfd23292 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:24:13 -0600 Subject: [PATCH 32/34] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c423dba..e9190fbb 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [cr7258/elasticsearch-mcp-server](https://github.com/cr7258/elasticsearch-mcp-server) ๐Ÿ ๐Ÿ  - MCP Server implementation that provides Elasticsearch interaction - [domdomegg/airtable-mcp-server](https://github.com/domdomegg/airtable-mcp-server) ๐Ÿ“‡ ๐Ÿ  - Airtable database integration with schema inspection, read and write capabilities -- [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) ๐Ÿ โ˜๏ธ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. Available on [Smithery](https://smithery.ai/server/@rashidazarang/airtable-mcp/tools). +- [rashidazarang/airtable-mcp](https://github.com/rashidazarang/airtable-mcp) ๐Ÿ โ˜๏ธ - Connect AI tools directly to Airtable. Query, create, update, and delete records using natural language. Features include base management, table operations, schema manipulation, record filtering, and data migration through a standardized MCP interface. - [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 From aae296eea4bb4a3b4f9a574690642d032cef4858 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:32:17 -0600 Subject: [PATCH 33/34] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49652624..c4a26c26 100644 --- a/README.md +++ b/README.md @@ -279,10 +279,10 @@ Access and analyze application monitoring data. Enables AI models to review erro - [Ihor-Sokoliuk/MCP-SearXNG](https://github.com/ihor-sokoliuk/mcp-searxng) ๐Ÿ“‡ ๐Ÿ /โ˜๏ธ - A Model Context Protocol Server for [SearXNG](https://docs.searxng.org) - [erithwik/mcp-hn](https://github.com/erithwik/mcp-hn) ๐Ÿ โ˜๏ธ - An MCP server to search Hacker News, get top stories, and more. - [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) +- [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. -- [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) โ˜๏ธ - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. +- [vectorize-io/vectorize-mcp-server](https://github.com/vectorize-io/vectorize-mcp-server/) โ˜๏ธ ๐Ÿ“‡ - [Vectorize](https://vectorize.io) MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking. ### ๐Ÿ”’ Security From 8b04090774c03084c08f8a3f56c4869f4db5179c Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Sun, 16 Mar 2025 22:32:51 -0600 Subject: [PATCH 34/34] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc5a3fc9..47a2472f 100644 --- a/README.md +++ b/README.md @@ -224,7 +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 -- [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) ๐Ÿ“‡โ˜๏ธ - Bankless Onchain API to interact with smart contracts, query transaction and token information +- [bankless/onchain-mcp](https://github.com/Bankless/onchain-mcp/) ๐Ÿ“‡ โ˜๏ธ - Bankless Onchain API to interact with smart contracts, query transaction and token information ### ๐Ÿง  Knowledge & Memory