From 53edc2680e7e7da5e12dd5eb20271cbace25f06e Mon Sep 17 00:00:00 2001 From: Ahmed Saleh Date: Wed, 26 Mar 2025 10:56:57 -0700 Subject: [PATCH 1/6] Add Ashra MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7d063f1a..fc5769d7 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [@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. +- [@getrupt/ashra-mcp](https://github.com/getrupt/ashra-mcp) ๐Ÿ ๐Ÿ  - Extract structured data from any website. Just prompt and get JSON. ### ๐ŸŽจ Art & Culture From 85eea84d9b12f41c2253eab07f07453f2e1afcab Mon Sep 17 00:00:00 2001 From: Katarina Supe <61758502+katarinasupe@users.noreply.github.com> Date: Thu, 27 Mar 2025 10:22:11 +0100 Subject: [PATCH 2/6] Add Memgraph MCP Server I added the [Memgraph MCP Server](https://github.com/memgraph/mcp-memgraph) to the Databases list. Wasn't sure where to put it since it isn't ordered, so let me know if this needs to be changed. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d063f1a..a48b601b 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,8 @@ 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. +- [Dataring-engineering/mcp-server-trino](https://github.com/Dataring-engineering/mcp-server-trino) ๐Ÿ โ˜๏ธ - Trino MCP Server to query and access data from Trino Clusters. +- [memgraph/mcp-memgraph](https://github.com/memgraph/mcp-memgraph) ๐Ÿ ๐Ÿ  - Memgraph MCP Server - includes a tool to run a query against Memgraph and a schema resource. - [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 @@ -510,4 +511,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 41de274fd380ff6749bf0783e712720b7ed5ab1e Mon Sep 17 00:00:00 2001 From: coderpwh Date: Thu, 27 Mar 2025 21:05:33 +0800 Subject: [PATCH 3/6] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d063f1a..7aa3f89a 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Financial data access and cryptocurrency market information. Enables querying re - [kukapay/uniswap-trader-mcp](https://github.com/kukapay/uniswap-trader-mcp) ๐Ÿ โ˜๏ธ - An MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains. - [kukapay/token-minter-mcp](https://github.com/kukapay/token-minter-mcp) ๐Ÿ โ˜๏ธ - An MCP server providing tools for AI agents to mint ERC-20 tokens across multiple blockchains. - [kukapay/thegraph-mcp](https://github.com/kukapay/thegraph-mcp) ๐Ÿ โ˜๏ธ - An MCP server that powers AI agents with indexed blockchain data from The Graph. +- [pwh-pwh/coin-mcp-server](https://github.com/pwh-pwh/coin-mcp-server) ๐Ÿ โ˜๏ธ - Bitget API to fetch cryptocurrency price. ### ๐ŸŽฎ Gaming @@ -510,4 +511,4 @@ Now Claude can answer questions about writing MCP servers and how they work Star History Chart - \ No newline at end of file + From 0d0373ed559041f81c7b2a7f3a99e78279375b33 Mon Sep 17 00:00:00 2001 From: coderpwh Date: Thu, 27 Mar 2025 21:07:54 +0800 Subject: [PATCH 4/6] Update README-zh.md --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 1e543669..4581a5d4 100644 --- a/README-zh.md +++ b/README-zh.md @@ -221,6 +221,7 @@ Web ๅ†…ๅฎน่ฎฟ้—ฎๅ’Œ่‡ชๅŠจๅŒ–ๅŠŸ่ƒฝใ€‚ๆ”ฏๆŒไปฅ AI ๅ‹ๅฅฝๆ ผๅผๆœ็ดขใ€ๆŠ“ๅ–ๅ’Œ - [anjor/coinmarket-mcp-server](https://github.com/anjor/coinmarket-mcp-server) ๐Ÿ โ˜๏ธ - Coinmarket API ้›†ๆˆไปฅ่Žทๅ–ๅŠ ๅฏ†่ดงๅธๅˆ—่กจๅ’ŒๆŠฅไปท - [berlinbra/alpha-vantage-mcp](https://github.com/berlinbra/alpha-vantage-mcp) ๐Ÿ โ˜๏ธ - Alpha Vantage API ้›†ๆˆ๏ผŒ็”จไบŽ่Žทๅ–่‚ก็ฅจๅ’ŒๅŠ ๅฏ†่ดงๅธไฟกๆฏ - [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) ๐Ÿ โ˜๏ธ - Tastyworks API ้›†ๆˆ๏ผŒ็”จไบŽ็ฎก็† Tastytrade ๅนณๅฐ็š„ไบคๆ˜“ๆดปๅŠจ +- [pwh-pwh/coin-mcp-server](https://github.com/pwh-pwh/coin-mcp-server) ๐Ÿ โ˜๏ธ - ไฝฟ็”จ Bitget ๅ…ฌๅ…ฑ API ๅŽป่Žทๅ–ๅŠ ๅฏ†่ดงๅธๆœ€ๆ–ฐไปทๆ ผ ### ๐ŸŽฎ ๆธธๆˆ From b71c5de334522765376fa1c25b14b0f7a903c870 Mon Sep 17 00:00:00 2001 From: Yuval Fatal <92246164+YuvalFireFly@users.noreply.github.com> Date: Thu, 27 Mar 2025 18:04:29 +0200 Subject: [PATCH 5/6] Add Firefly MCP to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ccecc44..a3768cce 100644 --- a/README.md +++ b/README.md @@ -236,6 +236,7 @@ Tools and integrations that enhance the development workflow and environment man - [Rootly-AI-Labs/Rootly-MCP-server](https://github.com/Rootly-AI-Labs/Rootly-MCP-server) ๐ŸŽ–๏ธ๐Ÿโ˜๏ธ๐ŸŽ - MCP server for the incident management platform [Rootly](https://rootly.com/). - [YuChenSSR/mindmap-mcp-server](https://github.com/YuChenSSR/mindmap-mcp-server) ๐Ÿ ๐Ÿ  - A Model Context Protocol (MCP) server for generating a beautiful interactive mindmap. - [SDGLBL/mcp-claude-code](https://github.com/SDGLBL/mcp-claude-code) ๐Ÿ ๐Ÿ  - An implementation of Claude Code capabilities using MCP, enabling AI code understanding, modification, and project analysis with comprehensive tool support. +- [gofireflyio/firefly-mcp](https://github.com/gofireflyio/firefly-mcp) ๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - Integrates, discovers, manages, and codifies cloud resources with [Firefly](https://firefly.ai). ### ๐Ÿงฎ Data Science Tools From e3af8454498f6336dabaf926d739809fbd063a71 Mon Sep 17 00:00:00 2001 From: pab1it0 Date: Thu, 27 Mar 2025 18:39:44 +0200 Subject: [PATCH 6/6] Add Tripadvisor --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a3768cce..a2c316f1 100644 --- a/README.md +++ b/README.md @@ -378,6 +378,7 @@ Access to travel and transportation information. Enables querying schedules, rou - [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 - [KyrieTangSheng/mcp-server-nationalparks](https://github.com/KyrieTangSheng/mcp-server-nationalparks) ๐Ÿ“‡ โ˜๏ธ - National Park Service API integration providing latest information of park details, alerts, visitor centers, campgrounds, and events for U.S. National Parks +- [pab1it0/tripadvisor-mcp](https://github.com/pab1it0/tripadvisor-mcp) ๐Ÿ“‡ ๐Ÿ - A MCP server that enables LLMs to interact with Tripadvisor API, supporting location data, reviews, and photos through standardized MCP interfaces ### ๐Ÿ”„ Version Control