From 0ccf916b1a7ecf6b88492447a6d411120994ef36 Mon Sep 17 00:00:00 2001 From: Martin Fiser Date: Sat, 29 Mar 2025 19:48:13 -0700 Subject: [PATCH] Update README.md Added Data Platforms --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 947bc7b2..f9f0d727 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ Checkout [awesome-mcp-clients](https://github.com/punkpeye/awesome-mcp-clients/) * 💬 - [Communication](#communication) * 👤 - [Customer Data Platforms](#customer-data-platforms) * 🗄️ - [Databases](#databases) +* 📊 - [Data Platforms](#data-platforms) * 🛠️ - [Developer Tools](#developer-tools) * 📂 - [File Systems](#file-systems) * 💰 - [Finance & Fintech](#finance--fintech) @@ -208,6 +209,14 @@ Secure database access with schema inspection capabilities. Enables querying and - [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. - [qdrant/mcp-server-qdrant](https://github.com/qdrant/mcp-server-qdrant) 🐍 🏠 - A Qdrant MCP server +### 📊 Data Platforms + +Data Platforms for data integration, transformation and pipeline orchestration. + +- [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. +- [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. + + ### 💻 Developer Tools Tools and integrations that enhance the development workflow and environment management.