From 07e7330acb9578e4b644f45292aa85681fac82e4 Mon Sep 17 00:00:00 2001 From: Zhwt Date: Mon, 7 Apr 2025 00:38:47 +0800 Subject: [PATCH 01/18] feat: add Zhwt/go-mcp-mysql MySQL MCP Server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 210c0a0b..3a5ec656 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [weaviate/mcp-server-weaviate](https://github.com/weaviate/mcp-server-weaviate) 🐍 📇 ☁️ - An MCP Server to connect to your Weaviate collections as a knowledge base as well as using Weaviate as a chat memory store. - [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. - [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - A Model Context Protocol server for interacting with Google Sheets. This server provides tools to create, read, update, and manage spreadsheets through the Google Sheets API. +- [Zhwt/go-mcp-mysql](https://github.com/Zhwt/go-mcp-mysql) 🏎️ 🏠 – Easy to use, zero dependency MySQL MCP server built with Golang with configurable readonly mode and schema inspection. - [zilliztech/mcp-server-milvus](https://github.com/zilliztech/mcp-server-milvus) 🐍 🏠 ☁️ - MCP Server for Milvus / Zilliz, making it possible to interact with your database. ### 📊 Data Platforms From ccfd89ee54b1cfbe21e8c1a43de4b97ccc127df7 Mon Sep 17 00:00:00 2001 From: Zhwt Date: Mon, 7 Apr 2025 00:43:25 +0800 Subject: [PATCH 02/18] feat: add Zhwt/go-mcp-mysql MySQL MCP Server --- README-zh.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README-zh.md b/README-zh.md index 46f84788..e56f75ca 100644 --- a/README-zh.md +++ b/README-zh.md @@ -208,6 +208,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等众多数据库。具有架构和关系检查以及大型数据集分析功能。 +- [Zhwt/go-mcp-mysql](https://github.com/Zhwt/go-mcp-mysql) 🏎️ 🏠 – 基于 Go 的开箱即用的 MySQL MCP 服务器,支持只读模式和自动 Schema 检查。 - [mcp-server-jdbc](https://github.com/quarkiverse/quarkus-mcp-servers/tree/main/jdbc) ☕ 🏠 - 连接到任何兼容JDBC的数据库,执行查询、插入、更新、删除等操作。 - [pab1it0/adx-mcp-server](https://github.com/pab1it0/adx-mcp-server) 🐍 ☁️ - 查询和分析Azure Data Explorer数据库 - [pab1it0/prometheus-mcp-server](https://github.com/pab1it0/prometheus-mcp-server) 🐍 ☁️ - 查询并分析开源监控系统Prometheus。 From 3065cc8fb75e3f963c070b98df26f5007e02386c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eirik=20Brandtz=C3=A6g?= Date: Sun, 6 Apr 2025 22:48:31 +0200 Subject: [PATCH 03/18] Add Microsoft 365 MCP server to communications tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 210c0a0b..76a256c1 100644 --- a/README.md +++ b/README.md @@ -204,6 +204,7 @@ Integration with communication platforms for message management and channel oper - [userad/didlogic_mcp](https://github.com/UserAd/didlogic_mcp) - 🐍 ☁️ - An MCP server for [DIDLogic](https://didlogic.com). Adds functionality to manage SIP endpoints, numbers and destinations. - [zcaceres/gtasks-mcp](https://github.com/zcaceres/gtasks-mcp) - 📇 ☁️ - An MCP server to Manage Google Tasks - [InditexTech/mcp-teams-server](https://github.com/InditexTech/mcp-teams-server) - 🐍 ☁️ - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads) +- [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) - 📇 ☁️ - MCP server that connects to the whole Microsoft 365 suite using Graph API (including mail, files, Excel, calendar) ### 👤 Customer Data Platforms From 919a692959bea3f1aa52bd2424b1a99f3a33547f Mon Sep 17 00:00:00 2001 From: Gaffx <105574020+Gaffx@users.noreply.github.com> Date: Sun, 6 Apr 2025 17:04:02 -0500 Subject: [PATCH 04/18] add Volatility MCP under Security. allowing you to perform memory forensics analysis with AI assistant --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 210c0a0b..21a57ca7 100644 --- a/README.md +++ b/README.md @@ -511,6 +511,7 @@ actors, and retrieving intelligence sources. security vulnerabilities. Built with remote npm registry integration for real-time security checks. - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically. - [roadwy/cve-search_mcp](https://github.com/roadwy/cve-search_mcp) 🐍 🏠 - A Model Context Protocol (MCP) server for querying the CVE-Search API. This server provides comprehensive access to CVE-Search, browse vendor and product、get CVE per CVE-ID、get the last updated CVEs. +- [Gaffx/volatility-mcp](https://github.com/Gaffx/volatility-mcp) - MCP server for Volatility 3.x, allowing you to perform memory forensics analysis with AI assistant. Experience memory forensics without barriers as plugins like pslist and netscan become accessible through clean REST APIs and LLMs. ### 🏃 Sports From 9e91651ee8a1358162116f674409651a01eacbf0 Mon Sep 17 00:00:00 2001 From: silenceper Date: Mon, 7 Apr 2025 09:17:27 +0800 Subject: [PATCH 05/18] add mcp-k8s --- README-ja.md | 2 ++ README-ko.md | 1 + README-th.md | 1 + README-zh.md | 2 ++ README-zh_TW.md | 1 + README.md | 1 + 6 files changed, 8 insertions(+) diff --git a/README-ja.md b/README-ja.md index 304006b1..fa21a330 100644 --- a/README-ja.md +++ b/README-ja.md @@ -114,6 +114,8 @@ Webコンテンツのアクセスと自動化機能。AIに優しい形式でWeb - [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 Kubernetes クラスターのリソース管理と、クラスターとアプリケーションの健全性ステータスの詳細な分析を提供します。 - [weibaohui/k8m](https://github.com/weibaohui/k8m) - 🏎️ ☁️/🏠 MCPマルチクラスターKubernetesの管理と運用を提供し、管理インターフェース、ログ機能を備え、一般的な運用・開発シナリオをカバーする約50種類のツールを内蔵。標準リソースおよびCRDリソースをサポート。 - [weibaohui/kom](https://github.com/weibaohui/kom) - 🏎️ ☁️/🏠 MCPマルチクラスターKubernetesの管理と運用を提供。SDKとして自身のプロジェクトに統合可能で、一般的な運用・開発シナリオをカバーする約50種類のツールを内蔵。標準リソースおよびCRDリソースをサポート。 +- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8Sは、AI駆動のKubernetesリソース管理ツールで、自然言語インタラクションを通じて、ユーザーがKubernetesクラスター内の任意のリソース(ネイティブリソース(DeploymentやServiceなど)やカスタムリソース(CRD)を含む)を操作できるようにします。複雑なコマンドを覚える必要はなく、要件を説明するだけで、AIが対応するクラスター操作を正確に実行し、Kubernetesの使いやすさを大幅に向上させます。 + ### 💬 コミュニケーション メッセージ管理とチャネル操作のためのコミュニケーションプラットフォームとの統合。AIモデルがチームコミュニケーションツールと対話できるようにします。 diff --git a/README-ko.md b/README-ko.md index d21e23aa..94541c8a 100644 --- a/README-ko.md +++ b/README-ko.md @@ -126,6 +126,7 @@ - [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 쿠버네티스 관리 및 클러스터, 애플리케이션 상태 분석을 위한 MCP 서버 - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - Netskope Private Access 환경 내의 모든 Netskope Private Access 구성 요소에 대한 접근을 제공하는 MCP. 자세한 설정 정보와 사용법에 대한 LLM 예제 포함. - [nwiizo/tfmcp](https://github.com/nwiizo/tfmcp) - 🦀 🏠 - AI 어시스턴트가 Terraform 환경을 관리하고 운영할 수 있게 하는 Terraform MCP 서버. 구성 읽기, 계획 분석, 구성 적용 및 Terraform 상태 관리를 가능하게 합니다. +- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S는 AI 기반 Kubernetes 리소스 관리 도구로, 자연어 상호작용을 통해 사용자가 Kubernetes 클러스터의 모든 리소스(네이티브 리소스(예: Deployment, Service) 및 사용자 정의 리소스(CRD) 포함)를 운영할 수 있게 합니다. 복잡한 명령어를 외울 필요 없이 요구사항만 설명하면 AI가 해당 클러스터 작업을 정확하게 실행하여 Kubernetes의 사용성을 크게 향상시킵니다. ### 🖥️ 커맨드 라인 diff --git a/README-th.md b/README-th.md index 8448fc9a..7b163aa8 100644 --- a/README-th.md +++ b/README-th.md @@ -131,6 +131,7 @@ - [alexei-led/aws-mcp-server](https://github.com/alexei-led/aws-mcp-server) 🐍 ☁️ - เซิร์ฟเวอร์ที่มีน้ำหนักเบาแต่ทรงพลังที่ช่วยให้ผู้ช่วย AI สามารถเรียกใช้คำสั่ง AWS CLI ใช้ท่อ Unix และใช้เทมเพลตพรอมต์สำหรับงาน AWS ทั่วไปในสภาพแวดล้อม Docker ที่ปลอดภัยพร้อมการสนับสนุนหลายสถาปัตยกรรม - [alexei-led/k8s-mcp-server](https://github.com/alexei-led/k8s-mcp-server) 🐍 - เซิร์ฟเวอร์ที่มีน้ำหนักเบาแต่แข็งแกร่งที่ช่วยให้ผู้ช่วย AI สามารถเรียกใช้คำสั่ง CLI ของ Kubernetes (`kubectl`, `helm`, `istioctl` และ `argocd`) โดยใช้ท่อ Unix ในสภาพแวดล้อม Docker ที่ปลอดภัยพร้อมการสนับสนุนหลายสถาปัตยกรรม +- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S เป็นเครื่องมือจัดการทรัพยากร Kubernetes ขับเคลื่อนด้วย AI ที่ช่วยให้ผู้ใช้สามารถดำเนินการกับทรัพยากรใดๆ ในคลัสเตอร์ Kubernetes ผ่านการโต้ตอบด้วยภาษาธรรมชาติ รวมถึงทรัพยากรดั้งเดิม (เช่น Deployment, Service) และทรัพยากรที่กำหนดเอง (CRD) ไม่จำเป็นต้องจำคำสั่งที่ซับซ้อน เพียงอธิบายความต้องการ และ AI จะดำเนินการในคลัสเตอร์ที่เกี่ยวข้องได้อย่างแม่นยำ ช่วยเพิ่มความสะดวกในการใช้งาน Kubernetes อย่างมาก ### 👨‍💻 การเรียกใช้โค้ด diff --git a/README-zh.md b/README-zh.md index 46f84788..58a983b3 100644 --- a/README-zh.md +++ b/README-zh.md @@ -134,6 +134,8 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 提供 Kubernetes 集群资源管理, 深度分析集群和应用的健康状态 - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - 提供对 Netskope Private Access 环境中所有组件的访问权限,包含详细的设置信息和 LLM 使用示例。 - [weibaohui/k8m](https://github.com/weibaohui/k8m) - 🏎️ ☁️/🏠 提供MCP多集群k8s管理操作,提供管理界面、日志,内置近50种工具,覆盖常见运维开发场景,支持常规资源、CRD资源。 +- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S 是一个 AI 驱动的 Kubernetes 资源管理工具,通过自然语言交互方式,让用户能够轻松操作 Kubernetes 集群中的任意资源,包括原生资源(如 Deployment、Service)和自定义资源(CRD)。无需记忆复杂命令,只需描述需求,AI 就能准确执行对应的集群操作,大大提升了 Kubernetes 的易用性。 + ### 🖥️ 命令行 diff --git a/README-zh_TW.md b/README-zh_TW.md index 79b26566..8b2e6c15 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -118,6 +118,7 @@ Web 內容訪問和自動化功能。支援以 AI 友好格式搜尋、抓取和 - [johnneerdael/netskope-mcp](https://github.com/johnneerdael/netskope-mcp) 🔒 ☁️ - 提供對 Netskope Private Access 環境中所有組件的訪問權限,包含詳細的設置資訊和 LLM 使用範例。 - [weibaohui/k8m](https://github.com/weibaohui/k8m) - 🏎️ ☁️/🏠 提供MCP多集群k8s管理操作,提供管理界面、日誌,內建近50種工具,覆蓋常見運維開發場景,支援常規資源、CRD資源。 - [weibaohui/kom](https://github.com/weibaohui/kom) - 🏎️ ☁️/🏠 提供MCP多集群k8s管理操作,可作為SDK集成到您自己的項目中,內建近50種工具,覆蓋常見運維開發場景,支援常規資源、CRD資源。 +- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S 是一個 AI 驅動的 Kubernetes 資源管理工具,通過自然語言交互方式,讓用戶能夠輕鬆操作 Kubernetes 集群中的任意資源,包括原生資源(如 Deployment、Service)和自定義資源(CRD)。無需記憶複雜命令,只需描述需求,AI 就能準確執行對應的集群操作,大大提升了 Kubernetes 的易用性。 ### 🖥️ Command Line diff --git a/README.md b/README.md index 210c0a0b..bc82fe77 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,7 @@ Cloud platform service integration. Enables management and interaction with clou - [weibaohui/k8m](https://github.com/weibaohui/k8m) - 🏎️ ☁️/🏠 Provides MCP multi-cluster Kubernetes management and operations, featuring a management interface, logging, and nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources. - [weibaohui/kom](https://github.com/weibaohui/kom) - 🏎️ ☁️/🏠 Provides MCP multi-cluster Kubernetes management and operations. It can be integrated as an SDK into your own project and includes nearly 50 built-in tools covering common DevOps and development scenarios. Supports both standard and CRD resources. - [wenhuwang/mcp-k8s-eye](https://github.com/wenhuwang/mcp-k8s-eye) 🏎️ ☁️/🏠 MCP Server for kubernetes management, and analyze your cluster, application health +- [silenceper/mcp-k8s](https://github.com/silenceper/mcp-k8s) 🏎️ ☁️/🏠 MCP-K8S is an AI-driven Kubernetes resource management tool that allows users to operate any resources in Kubernetes clusters through natural language interaction, including native resources (like Deployment, Service) and custom resources (CRD). No need to memorize complex commands - just describe your needs, and AI will accurately execute the corresponding cluster operations, greatly enhancing the usability of Kubernetes. ### 👨‍💻 Code Execution From f258efe7de4dc4f905318197897d42b170e08451 Mon Sep 17 00:00:00 2001 From: Marie Stephen Leo <35026793+stephenleo@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:18:30 +0800 Subject: [PATCH 06/18] Add new Official Supabase server --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 210c0a0b..d1c6adcd 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ Secure database access with schema inspection capabilities. Enables querying and - [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. - [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. - [sirmews/mcp-pinecone](https://github.com/sirmews/mcp-pinecone) 🐍 ☁️ - Pinecone integration with vector search capabilities +- [supabase-community/supabase-mcp](https://github.com/supabase-community/supabase-mcp) 🎖️ 📇 ☁️ - Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. - [TheRaLabs/legion-mcp](https://github.com/TheRaLabs/legion-mcp) 🐍 🏠 Universal database MCP server supporting multiple database types including PostgreSQL, Redshift, CockroachDB, MySQL, RDS MySQL, Microsoft SQL Server, BigQuery, Oracle DB, and SQLite. - [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - Tinybird integration with query and API capabilities - [tradercjz/dolphindb-mcp-server](https://github.com/tradercjz/dolphindb-mcp-server) 🐍 ☁️ - TDolphinDB database integration with schema inspection and query capabilities From b3d8e6f3656a0793d3a0663a273cf6f638bf2193 Mon Sep 17 00:00:00 2001 From: Jan Swist Date: Mon, 7 Apr 2025 15:23:31 +0200 Subject: [PATCH 07/18] add: Dexscreener MCP Add MCP server for Dexscreener open and free API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51c106e1..e822e8c8 100644 --- a/README.md +++ b/README.md @@ -434,6 +434,7 @@ Financial data access and analysis tools. Enables AI models to work with market - [SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - An MCP tool that provides cryptocurrency market data using the CoinGecko API. - [SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - An MCP tool that provides stock market data and analysis using the Yahoo Finance API. - [unibaseio/beeper-mcp](https://github.com/unibaseio/beeper-mcp) 🐍 - Beeper provides transactions on BSC, including balance/token transfers, token swaps in Pancakeswap and beeper reward claims. +- [janswist/mcp-dexscreener](https://github.com/janswist/mcp-dexscreener) 📇☁️ - Real-time on-chain market prices using open and free Dexscreener API ### 🎮 Gaming From ea7bda3cac94459177dcfc3e2c8433e7037d2853 Mon Sep 17 00:00:00 2001 From: flowcore-platform Date: Mon, 7 Apr 2025 15:48:29 +0100 Subject: [PATCH 08/18] Added group to other languages --- README-ja.md | 5 +++++ README-ko.md | 6 ++++++ README-zh.md | 5 +++++ README-zh_TW.md | 5 +++++ 4 files changed, 21 insertions(+) diff --git a/README-ja.md b/README-ja.md index cdb3088f..d1ca6630 100644 --- a/README-ja.md +++ b/README-ja.md @@ -75,6 +75,7 @@ MCPをサポートするクライアントのリストです。 * 💬 - [コミュニケーション](#communication) * 👤 - [顧客データプラットフォーム](#customer-data-platforms) * 🗄️ - [データベース](#databases) +* 📊 - [データプラットフォーム](#data-platforms) * 🛠️ - [開発者ツール](#developer-tools) * 📂 - [ファイルシステム](#file-systems) * 🎮 - [ ゲーミング](#gaming) @@ -156,6 +157,10 @@ aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存 - [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) 🐍 🏠 - GreptimeDBのMCPサービスにクエリを実行する。 - [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - Google Sheetsと対話するためのモデルコンテキストプロトコルサーバー。このサーバーはGoogle Sheets APIを通じてスプレッドシートの作成、読み取り、更新、管理のためのツールを提供します。 +### 📊 データプラットフォーム + +データ統合、変換、パイプライン オーケストレーションのためのデータ プラットフォーム。 + ### 💻 開発者ツール diff --git a/README-ko.md b/README-ko.md index 7f92d326..1d9c1650 100644 --- a/README-ko.md +++ b/README-ko.md @@ -75,6 +75,7 @@ * 💬 - [커뮤니케이션](#communication) * 👤 - [고객 데이터 플랫폼](#customer-data-platforms) * 🗄️ - [데이터베이스](#databases) +* 📊 - [데이터 플랫폼](#data-platforms) * 🛠️ - [개발자 도구](#developer-tools) * 📂 - [파일 시스템](#file-systems) * 💰 - [금융 및 핀테크](#finance--fintech) @@ -162,6 +163,11 @@ - [tinybirdco/mcp-tinybird](https://github.com/tinybirdco/mcp-tinybird) 🐍 ☁️ - 모든 MCP 클라이언트에서 Tinybird 워크스페이스와 상호 작용하기 위한 MCP 서버. - [@iaptic/mcp-server-iaptic](https://github.com/iaptic/mcp-server-iaptic) 🎖️ 📇 ☁️ - [iaptic](https://www.iaptic.com)과 연결하여 고객 구매, 거래 데이터 및 앱 수익 통계에 대해 질문합니다. +### 📊 데이터 플랫폼 + +데이터 통합, 변환 및 파이프라인 오케스트레이션을 위한 데이터 플랫폼. + + ### 🗄️ 데이터베이스 스키마 검사 기능을 갖춘 안전한 데이터베이스 접근. 읽기 전용 접근을 포함한 구성 가능한 보안 제어로 데이터 쿼리 및 분석을 가능하게 합니다. diff --git a/README-zh.md b/README-zh.md index 300eeb62..fe31d1f2 100644 --- a/README-zh.md +++ b/README-zh.md @@ -76,6 +76,7 @@ * 💬 - [社交](#communication) * 👤 - [客户数据平台](#customer-data-platforms) * 🗄️ - [数据库](#databases) +* 📊 - [数据平台](#data-platforms) * 🛠️ - [开发者工具](#developer-tools) * 🧮 - [数据科学工具](#data-science-tools) * 📂 - [文件系统](#file-systems) @@ -219,6 +220,10 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 - [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - 一个用于与 Google Sheets 交互的模型上下文协议服务器。该服务器通过 Google Sheets API 提供创建、读取、更新和管理电子表格的工具。 - [qdrant/mcp-server-qdrant](https://github.com/qdrant/mcp-server-qdrant) 🐍 🏠 - 一个Qdrant MCP服务器 +### 📊 数据平台 + +用于数据集成、转换和管道编排的数据平台。 + ### 💻 开发者工具 增强开发工作流程和环境管理的工具和集成。 diff --git a/README-zh_TW.md b/README-zh_TW.md index f96c829a..4e25ef13 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -68,6 +68,7 @@ * 💬 - [社交](#communication) * 👤 - [數據平台](#customer-data-platforms) * 🗄️ - [資料庫](#databases) +* 📊 - [數據平台](#data-platforms) * 🛠️ - [開發者工具](#developer-tools) * 📂 - [文件系統](#file-systems) * 💰 - [Finance & Fintech](#finance--fintech) @@ -182,6 +183,10 @@ Web 內容訪問和自動化功能。支援以 AI 友好格式搜尋、抓取和 - [GreptimeTeam/greptimedb-mcp-server](https://github.com/GreptimeTeam/greptimedb-mcp-server) 🐍 🏠 - 查詢 GreptimeDB 的 MCP 服務。 - [xing5/mcp-google-sheets](https://github.com/xing5/mcp-google-sheets) 🐍 ☁️ - 一個用於與 Google Sheets 交互的模型上下文協議伺服器。該伺服器通過 Google Sheets API 提供創建、讀取、更新和管理電子表格的工具。 +### 📊 數據平台 + +用於資料整合、轉換和管道編排的資料平台。 + ### 💻 開發者工具 增強開發工作流程和環境管理的工具和集成。 From 862b112e0968f1d7bddb9e8388a92a8fad3e7e40 Mon Sep 17 00:00:00 2001 From: flowcore-platform Date: Mon, 7 Apr 2025 15:49:01 +0100 Subject: [PATCH 09/18] added mcp-flowcore-platform to data platforms section --- README-ja.md | 1 + README-ko.md | 2 ++ README-zh.md | 2 ++ README-zh_TW.md | 2 ++ README.md | 1 + 5 files changed, 8 insertions(+) diff --git a/README-ja.md b/README-ja.md index d1ca6630..d3a7cc57 100644 --- a/README-ja.md +++ b/README-ja.md @@ -161,6 +161,7 @@ aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存 データ統合、変換、パイプライン オーケストレーションのためのデータ プラットフォーム。 +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Flowcore と対話してアクションを実行し、データを取り込み、データ コア内またはパブリック データ コア内のあらゆるデータを分析、相互参照、活用します。これらはすべて人間の言語で実行できます。 ### 💻 開発者ツール diff --git a/README-ko.md b/README-ko.md index 1d9c1650..60f4062f 100644 --- a/README-ko.md +++ b/README-ko.md @@ -167,6 +167,8 @@ 데이터 통합, 변환 및 파이프라인 오케스트레이션을 위한 데이터 플랫폼. +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Flowcore와 상호 작용하여 작업을 수행하고, 데이터를 수집하고, 데이터 코어나 공개 데이터 코어에 있는 모든 데이터를 분석, 교차 참조하고 활용할 수 있습니다. 이 모든 작업은 인간 언어를 사용합니다. + ### 🗄️ 데이터베이스 diff --git a/README-zh.md b/README-zh.md index fe31d1f2..1634403b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -224,6 +224,8 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 用于数据集成、转换和管道编排的数据平台。 +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. + ### 💻 开发者工具 增强开发工作流程和环境管理的工具和集成。 diff --git a/README-zh_TW.md b/README-zh_TW.md index 4e25ef13..41970bc5 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -187,6 +187,8 @@ Web 內容訪問和自動化功能。支援以 AI 友好格式搜尋、抓取和 用於資料整合、轉換和管道編排的資料平台。 +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - 與 Flowcore 互動以執行操作、提取資料並分析、交叉引用和利用您的資料核心或公共資料核心中的任何資料;全部用人類語言。 + ### 💻 開發者工具 增強開發工作流程和環境管理的工具和集成。 diff --git a/README.md b/README.md index a6c5144d..900b8eca 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,7 @@ Data Platforms for data integration, transformation and pipeline orchestration. - [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) - Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status. - [keboola/keboola-mcp-server](https://github.com/keboola/keboola-mcp-server) - interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API. +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. ### 💻 Developer Tools From 813976b45c25b16863ee4a39b6cdf25d4ae871a9 Mon Sep 17 00:00:00 2001 From: flowcore-platform Date: Mon, 7 Apr 2025 15:55:52 +0100 Subject: [PATCH 10/18] re-ordered my insert to make it alphabetical --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 900b8eca..c233ee7a 100644 --- a/README.md +++ b/README.md @@ -271,9 +271,9 @@ Secure database access with schema inspection capabilities. Enables querying and Data Platforms for data integration, transformation and pipeline orchestration. +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. - [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) - Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status. - [keboola/keboola-mcp-server](https://github.com/keboola/keboola-mcp-server) - interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API. -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. ### 💻 Developer Tools From e5ca16d4de45723c026044efbf6791544e3ca95d Mon Sep 17 00:00:00 2001 From: flowcore-platform Date: Mon, 7 Apr 2025 15:56:52 +0100 Subject: [PATCH 11/18] translated the english description to simplified chinese --- README-zh.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 1634403b..f9d631f0 100644 --- a/README-zh.md +++ b/README-zh.md @@ -224,7 +224,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 用于数据集成、转换和管道编排的数据平台。 -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - 与 Flowcore 交互以执行操作、提取数据以及分析、交叉引用和利用数据核心或公共数据核心中的任何数据;全部通过人类语言完成。 ### 💻 开发者工具 From ede330ca1ef9dae121866bb8e21c0c5c0a6a2583 Mon Sep 17 00:00:00 2001 From: flowcore-platform Date: Mon, 7 Apr 2025 16:17:05 +0100 Subject: [PATCH 12/18] added missing legends --- README-ja.md | 2 +- README-ko.md | 2 +- README-zh.md | 2 +- README-zh_TW.md | 2 +- README.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README-ja.md b/README-ja.md index d3a7cc57..48d18e7e 100644 --- a/README-ja.md +++ b/README-ja.md @@ -161,7 +161,7 @@ aliyun/alibabacloud-tablestore-mcp-server ☕ 🐍 ☁️ - 阿里云表格存 データ統合、変換、パイプライン オーケストレーションのためのデータ プラットフォーム。 -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Flowcore と対話してアクションを実行し、データを取り込み、データ コア内またはパブリック データ コア内のあらゆるデータを分析、相互参照、活用します。これらはすべて人間の言語で実行できます。 +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - Flowcore と対話してアクションを実行し、データを取り込み、データ コア内またはパブリック データ コア内のあらゆるデータを分析、相互参照、活用します。これらはすべて人間の言語で実行できます。 ### 💻 開発者ツール diff --git a/README-ko.md b/README-ko.md index 60f4062f..c1dbf9f9 100644 --- a/README-ko.md +++ b/README-ko.md @@ -167,7 +167,7 @@ 데이터 통합, 변환 및 파이프라인 오케스트레이션을 위한 데이터 플랫폼. -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Flowcore와 상호 작용하여 작업을 수행하고, 데이터를 수집하고, 데이터 코어나 공개 데이터 코어에 있는 모든 데이터를 분석, 교차 참조하고 활용할 수 있습니다. 이 모든 작업은 인간 언어를 사용합니다. +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - Flowcore와 상호 작용하여 작업을 수행하고, 데이터를 수집하고, 데이터 코어나 공개 데이터 코어에 있는 모든 데이터를 분석, 교차 참조하고 활용할 수 있습니다. 이 모든 작업은 인간 언어를 사용합니다. ### 🗄️ 데이터베이스 diff --git a/README-zh.md b/README-zh.md index f9d631f0..c9947a98 100644 --- a/README-zh.md +++ b/README-zh.md @@ -224,7 +224,7 @@ Web 内容访问和自动化功能。支持以 AI 友好格式搜索、抓取和 用于数据集成、转换和管道编排的数据平台。 -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - 与 Flowcore 交互以执行操作、提取数据以及分析、交叉引用和利用数据核心或公共数据核心中的任何数据;全部通过人类语言完成。 +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - 与 Flowcore 交互以执行操作、提取数据以及分析、交叉引用和利用数据核心或公共数据核心中的任何数据;全部通过人类语言完成。 ### 💻 开发者工具 diff --git a/README-zh_TW.md b/README-zh_TW.md index 41970bc5..c8274dcf 100644 --- a/README-zh_TW.md +++ b/README-zh_TW.md @@ -187,7 +187,7 @@ Web 內容訪問和自動化功能。支援以 AI 友好格式搜尋、抓取和 用於資料整合、轉換和管道編排的資料平台。 -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - 與 Flowcore 互動以執行操作、提取資料並分析、交叉引用和利用您的資料核心或公共資料核心中的任何資料;全部用人類語言。 +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - 與 Flowcore 互動以執行操作、提取資料並分析、交叉引用和利用您的資料核心或公共資料核心中的任何資料;全部用人類語言。 ### 💻 開發者工具 diff --git a/README.md b/README.md index c233ee7a..3bdb520c 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Secure database access with schema inspection capabilities. Enables querying and Data Platforms for data integration, transformation and pipeline orchestration. -- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. +- [flowcore/mcp-flowcore-platform](https://github.com/flowcore-io/mcp-flowcore-platform) 🎖️📇☁️🏠 - Interact with Flowcore to perform actions, ingest data, and analyse, cross reference and utilise any data in your data cores, or in public data cores; all with human language. - [JordiNei/mcp-databricks-server](https://github.com/JordiNeil/mcp-databricks-server) - Connect to Databricks API, allowing LLMs to run SQL queries, list jobs, and get job status. - [keboola/keboola-mcp-server](https://github.com/keboola/keboola-mcp-server) - interact with Keboola Connection Data Platform. This server provides tools for listing and accessing data from Keboola Storage API. From 66fa269eff7f0c9871709ade954312ec7c2913de Mon Sep 17 00:00:00 2001 From: Namu <535248+namukang@users.noreply.github.com> Date: Mon, 7 Apr 2025 09:39:01 -0700 Subject: [PATCH 13/18] Add Browser MCP --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51c106e1..0310b45b 100644 --- a/README.md +++ b/README.md @@ -131,6 +131,7 @@ Web content access and automation capabilities. Enables searching, scraping, and - [automatalabs/mcp-server-playwright](https://github.com/Automata-Labs-team/MCP-Server-Playwright) 🐍 - An MCP server for browser automation using Playwright - [blackwhite084/playwright-plus-python-mcp](https://github.com/blackwhite084/playwright-plus-python-mcp) 🐍 - An MCP python server using Playwright for browser automation,more suitable for llm - [browserbase/mcp-server-browserbase](https://github.com/browserbase/mcp-server-browserbase) 🎖️ 📇 - Automate browser interactions in the cloud (e.g. web navigation, data extraction, form filling, and more) +- [browsermcp/mcp](https://github.com/browsermcp/mcp) 📇 🏠 - Automate your local Chrome browser - [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. - [executeautomation/playwright-mcp-server](https://github.com/executeautomation/mcp-playwright) 📇 - An MCP server using Playwright for browser automation and webscrapping - [eyalzh/browser-control-mcp](https://github.com/eyalzh/browser-control-mcp) 📇 🏠 - An MCP server paired with a browser extension that enables LLM clients to control the user's browser (Firefox). From 416e613925d8aa3d662d3382202b18b8053279c5 Mon Sep 17 00:00:00 2001 From: Ehsan <671604+ewerx@users.noreply.github.com> Date: Mon, 7 Apr 2025 13:40:47 -0400 Subject: [PATCH 14/18] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51c106e1..42fc97b2 100644 --- a/README.md +++ b/README.md @@ -402,6 +402,7 @@ Financial data access and analysis tools. Enables AI models to work with market - [ahnlabio/bicscan-mcp](https://github.com/ahnlabio/bicscan-mcp) 🎖️ 🐍 ☁️ - Risk score / asset holdings of EVM blockchain address (EOA, CA, ENS) and even domain names. - [bitteprotocol/mcp](https://github.com/BitteProtocol/mcp) 📇 - Bitte Protocol integration to run AI Agents on several blockchains. - [chargebee/mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) 🎖️ 📇 ☁️ - MCP Server that connects AI agents to [Chargebee platform](https://www.chargebee.com/). +- [codex-data/codex-mcp](https://github.com/Codex-Data/codex-mcp) 🎖️ 📇 ☁️ - [Codex API](https://www.codex.io) integration for real-time enriched blockchain and market data on 60+ networks - [coinpaprika/dexpaprika-mcp](https://github.com/chargebee/agentkit/tree/main/modelcontextprotocol) 🎖️ 📇 ☁️ 🍎 🪟 🐧 - Coinpaprika's DexPaprika MCP server exposes high-performance [DexPaprika API](https://docs.dexpaprika.com) covering 20+ chains and 5M+ tokens with real time pricing, liquidity pool data & historical OHLCV data, providing AI agents standardized access to comprehensive market data through Model Context Protocol. - [ferdousbhai/investor-agent](https://github.com/ferdousbhai/investor-agent) 🐍 ☁️ - Yahoo Finance integration to fetch stock market data including options recommendations - [ferdousbhai/tasty-agent](https://github.com/ferdousbhai/tasty-agent) 🐍 ☁️ - Tastyworks API integration to handle trading activities on Tastytrade From 15b695f502fca9f218f6540a5f4fe9cfdae4e212 Mon Sep 17 00:00:00 2001 From: Drew Dennison Date: Mon, 7 Apr 2025 12:12:45 -0700 Subject: [PATCH 15/18] fix-readme-link The correct link is semgrep/mcp not semgrep/mcp-security-audit --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 51c106e1..94a73f59 100644 --- a/README.md +++ b/README.md @@ -535,9 +535,7 @@ Access and analyze application monitoring data. Enables AI models to review erro - [fosdickio/binary_ninja_mcp](https://github.com/fosdickio/binary_ninja_mcp) 🐍 🏠 🍎 🪟 🐧 - A Binary Ninja plugin, MCP server, and bridge that seamlessly integrates [Binary Ninja](https://binary.ninja) with your favorite MCP client. It enables you to automate the process of performing binary analysis and reverse engineering. - [fr0gger/MCP_Security](https://github.com/fr0gger/MCP_Security) 📇 ☁️ - MCP server for querying the ORKL API. This server provides tools for fetching threat reports, analyzing threat actors, and retrieving intelligence sources. - [qianniuspace/mcp-security-audit](https://github.com/qianniuspace/mcp-security-audit) 📇 ☁️ A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks. -- [semgrep/mcp-security-audit](https://github.com/semgrep/mcp-security-audit) 📇 ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). -actors, and retrieving intelligence sources. -security vulnerabilities. Built with remote npm registry integration for real-time security checks. +- [semgrep/mcp](https://github.com/semgrep/mcp) 📇 ☁️ Allow AI agents to scan code for security vulnerabilites using [Semgrep](https://semgrep.dev). - [mrexodia/ida-pro-mcp](https://github.com/mrexodia/ida-pro-mcp) 🐍 🏠 - MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and allows you to generate malware analysis reports automatically. - [rad-security/mcp-server](https://github.com/rad-security/mcp-server) 📇 ☁️ - MCP server for RAD Security, providing AI-powered security insights for Kubernetes and cloud environments. This server provides tools for querying the Rad Security API and retrieving security findings, reports, runtime data and many more. - [securityfortech/secops-mcp](https://github.com/securityfortech/secops-mcp) 🐍 🏠 - All-in-one security testing toolbox that brings together popular open source tools through a single MCP interface. Connected to an AI agent, it enables tasks like pentesting, bug bounty hunting, threat hunting, and more. From 63c6fbd11904f1ebcc9aaaca806a0710f671fed6 Mon Sep 17 00:00:00 2001 From: Alex T Date: Mon, 7 Apr 2025 16:01:51 -0600 Subject: [PATCH 16/18] Add new mcp server to find jobs based on your criteria --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51c106e1..7b727b3f 100644 --- a/README.md +++ b/README.md @@ -492,6 +492,7 @@ Access and analyze application monitoring data. Enables AI models to review erro ### 🔎 Search & Data Extraction +- [0xdaef0f/job-searchoor](https://github.com/0xDAEF0F/job-searchoor) 📇 🏠 - An MCP server for searching job listings with filters for date, keywords, remote work options, and more. - [ac3xx/mcp-servers-kagi](https://github.com/ac3xx/mcp-servers-kagi) 📇 ☁️ - Kagi search API integration - [andybrandt/mcp-simple-arxiv](https://github.com/andybrandt/mcp-simple-arxiv) - 🐍 ☁️ MCP for LLM to search and read papers from arXiv - [andybrandt/mcp-simple-pubmed](https://github.com/andybrandt/mcp-simple-pubmed) - 🐍 ☁️ MCP to search and read medical / life sciences papers from PubMed. From bda285d214771a7a2e70c937474c3c4dbd610132 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:52:44 -0400 Subject: [PATCH 17/18] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 76a256c1..55e4d557 100644 --- a/README.md +++ b/README.md @@ -183,28 +183,28 @@ Run commands, capture output and otherwise interact with shells and command line Integration with communication platforms for message management and channel operations. Enables AI models to interact with team communication tools. -- [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) - 🌐 ☁️ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. +- [AbdelStark/nostr-mcp](https://github.com/AbdelStark/nostr-mcp) ☁️ - A Nostr MCP server that allows to interact with Nostr, enabling posting notes, and more. - [adhikasp/mcp-twikit](https://github.com/adhikasp/mcp-twikit) 🐍 ☁️ - Interact with Twitter search and timeline -- [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) - 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. -- [arpitbatra123/mcp-googletasks](https://github.com/arpitbatra123/mcp-googletasks) - 📇 ☁️ - An MCP server to interface with the Google Tasks API +- [agentmail-toolkit/mcp](https://github.com/agentmail-to/agentmail-toolkit/tree/main/mcp) 🐍 💬 - An MCP server to create inboxes on the fly to send, receive, and take actions on email. We aren't AI agents for email, but email for AI Agents. +- [arpitbatra123/mcp-googletasks](https://github.com/arpitbatra123/mcp-googletasks) 📇 ☁️ - An MCP server to interface with the Google Tasks API - [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. - [chaindead/telegram-mcp](https://github.com/chaindead/telegram-mcp) 🏎️ 🏠 - Telegram API integration for accessing user data, managing dialogs (chats, channels, groups), retrieving messages, and handling read status -- [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. -- [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. +- [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. +- [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. - [hannesrudolph/imessage-query-fastmcp-mcp-server](https://github.com/hannesrudolph/imessage-query-fastmcp-mcp-server) 🐍 🏠 🍎 - An MCP server that provides safe access to your iMessage database through Model Context Protocol (MCP), enabling LLMs to query and analyze iMessage conversations with proper phone number validation and attachment handling - [jagan-shanmugam/mattermost-mcp-host](https://github.com/jagan-shanmugam/mattermost-mcp-host) 🐍 🏠 - A MCP server along with MCP host that provides access to Mattermost teams, channels and messages. MCP host is integrated as a bot in Mattermost with access to MCP servers that can be configured. -- [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) - 🐍 ☁️ - An MCP server for WhatsApp, search and send through pesonal and group messages +- [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 ☁️ - An MCP server for WhatsApp, search and send through pesonal and group messages - [lharries/whatsapp-mcp](https://github.com/lharries/whatsapp-mcp) 🐍 🏎️ - An MCP server for searching your personal WhatsApp messages, contacts and sending messages to individuals or groups -- [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) - 🐍 ☁️ - Integration with gmail and Google Calendar. +- [MarkusPfundstein/mcp-gsuite](https://github.com/MarkusPfundstein/mcp-gsuite) 🐍 ☁️ - Integration with gmail and Google Calendar. - [modelcontextprotocol/server-bluesky](https://github.com/keturiosakys/bluesky-context-server) 📇 ☁️ - Bluesky instance integration for querying and interaction - [modelcontextprotocol/server-slack](https://github.com/modelcontextprotocol/servers/tree/main/src/slack) 📇 ☁️ - Slack workspace integration for channel management and messaging - [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. - [takumi0706/google-calendar-mcp](https://github.com/takumi0706/google-calendar-mcp) 📇 ☁️ - An MCP server to interface with the Google Calendar API. Based on TypeScript. - [teddyzxcv/ntfy-mcp](https://github.com/teddyzxcv/ntfy-mcp) - The MCP server that keeps you informed by sending the notification on phone using ntfy -- [userad/didlogic_mcp](https://github.com/UserAd/didlogic_mcp) - 🐍 ☁️ - An MCP server for [DIDLogic](https://didlogic.com). Adds functionality to manage SIP endpoints, numbers and destinations. -- [zcaceres/gtasks-mcp](https://github.com/zcaceres/gtasks-mcp) - 📇 ☁️ - An MCP server to Manage Google Tasks -- [InditexTech/mcp-teams-server](https://github.com/InditexTech/mcp-teams-server) - 🐍 ☁️ - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads) -- [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) - 📇 ☁️ - MCP server that connects to the whole Microsoft 365 suite using Graph API (including mail, files, Excel, calendar) +- [userad/didlogic_mcp](https://github.com/UserAd/didlogic_mcp) 🐍 ☁️ - An MCP server for [DIDLogic](https://didlogic.com). Adds functionality to manage SIP endpoints, numbers and destinations. +- [zcaceres/gtasks-mcp](https://github.com/zcaceres/gtasks-mcp) 📇 ☁️ - An MCP server to Manage Google Tasks +- [InditexTech/mcp-teams-server](https://github.com/InditexTech/mcp-teams-server) 🐍 ☁️ - MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads) +- [softeria/ms-365-mcp-server](https://github.com/softeria/ms-365-mcp-server) 📇 ☁️ - MCP server that connects to the whole Microsoft 365 suite using Graph API (including mail, files, Excel, calendar) ### 👤 Customer Data Platforms From 6c807689159b56cbb65f695de2ba4226f2ca9a62 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Tue, 8 Apr 2025 19:56:15 -0400 Subject: [PATCH 18/18] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e822e8c8..3a8a3dfe 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ Financial data access and analysis tools. Enables AI models to work with market - [SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/Crypto-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - An MCP tool that provides cryptocurrency market data using the CoinGecko API. - [SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop](https://github.com/SaintDoresh/YFinance-Trader-MCP-ClaudeDesktop.git) 🐍 ☁️ - An MCP tool that provides stock market data and analysis using the Yahoo Finance API. - [unibaseio/beeper-mcp](https://github.com/unibaseio/beeper-mcp) 🐍 - Beeper provides transactions on BSC, including balance/token transfers, token swaps in Pancakeswap and beeper reward claims. -- [janswist/mcp-dexscreener](https://github.com/janswist/mcp-dexscreener) 📇☁️ - Real-time on-chain market prices using open and free Dexscreener API +- [janswist/mcp-dexscreener](https://github.com/janswist/mcp-dexscreener) 📇 ☁️ - Real-time on-chain market prices using open and free Dexscreener API ### 🎮 Gaming