MCPs tagged with Claude Desktop Integration
-
MCP Server for Data Exploration
Interactive Data Exploration and Analysis via Model Context Protocol
MCP Server for Data Exploration enables users to interactively explore and analyze complex datasets using prompt templates and tools within the Model Context Protocol ecosystem. Designed as a personal Data Scientist assistant, it facilitates the conversion of raw data into actionable insights without manual intervention. Users can load CSV datasets, run Python scripts, and generate tailored reports and visualizations through an AI-powered interface. The server integrates directly with Claude Desktop, supporting rapid setup and seamless usage for both macOS and Windows.
- ⭐ 503
- MCP
- reading-plus-ai/mcp-server-data-exploration
-
Alkemi MCP Server
Integrate Alkemi Data sources with MCP Clients for seamless, standardized data querying.
Alkemi MCP Server provides a STDIO wrapper for connecting Alkemi data sources—including Snowflake, Google BigQuery, and Databricks—with MCP Clients using the Model Context Protocol. It facilitates context sharing, database metadata management, and query generation through a standardized protocol endpoint. Shared MCP Servers allow teams to maintain consistent, high-quality data querying capabilities without needing to replicate schemas or query knowledge for each agent. Out-of-the-box integration with Claude Desktop and robust debugging tools are also included.
- ⭐ 2
- MCP
- alkemi-ai/alkemi-mcp
-
Unified Diff MCP Server
Beautiful diff visualization for Claude Desktop with GitHub Gist sharing and local export.
Unified Diff MCP Server provides a powerful tool for visualizing code diffs in an engaging HTML format, tailored for use with Claude Desktop. It supports sharing diffs via GitHub Gist, saving outputs as PNG or HTML files, and features auto-delete and multi-level security. Designed for high performance and cross-platform compatibility, it makes code review and sharing diffs efficient and visually appealing.
- ⭐ 8
- MCP
- gorosun/unified-diff-mcp
-
mcp-google-sheets
Your AI Assistant's Gateway to Google Sheets!
mcp-google-sheets is a Python-based MCP server that bridges MCP-compatible clients and the Google Sheets API. It enables seamless interaction with Google Spreadsheets, allowing for data manipulation, automation, and workflow creation driven by AI tools via a standardized protocol. The server can be quickly deployed using 'uvx', supports service account authentication, and integrates with AI clients like Claude Desktop. It offers a defined set of tools to streamline spreadsheet operations securely and efficiently.
- ⭐ 502
- MCP
- xing5/mcp-google-sheets
-
Nile MCP Server
A Model Context Protocol (MCP) server for managing databases on the Nile platform through standardized interfaces.
Nile MCP Server implements the Model Context Protocol to enable seamless integration between LLM applications and the Nile database platform. It provides standardized APIs for database and credential management, SQL execution, and region discovery. Written in TypeScript, the server focuses on type safety, comprehensive error handling, and robust input validation. It supports easy installation and integration with Claude Desktop for advanced AI workflows.
- ⭐ 16
- MCP
- niledatabase/nile-mcp-server
-
greptimedb-mcp-server
A Model Context Protocol (MCP) server for secure, structured AI access to GreptimeDB.
greptimedb-mcp-server implements a Model Context Protocol (MCP) server for GreptimeDB, enabling AI assistants to securely explore and analyze database contents. It provides controlled operations such as listing tables, reading data, and executing SQL queries, ensuring responsible access. The server offers integration with Claude Desktop and supports prompt management for structured AI interactions.
- ⭐ 23
- MCP
- GreptimeTeam/greptimedb-mcp-server
-
ACP to MCP Adapter
Bridge ACP Agents with MCP Applications Seamlessly
ACP to MCP Adapter is a lightweight standalone server that connects Agent Communication Protocol (ACP) agents to Model Context Protocol (MCP) applications. It enables MCP applications, such as Claude Desktop, to discover and interact with ACP agents as resources by exposing ACP agent runs as MCP tools. The adapter facilitates interoperability with minimal configuration, though it currently treats ACP agents as tools rather than peers and supports only basic content translation.
- ⭐ 30
- MCP
- i-am-bee/acp-mcp
-
mcp-server-commands
Expose safe shell command execution as an MCP server for LLM tooling.
mcp-server-commands exposes a server that provides a 'run_command' tool for local or remote large language models (LLMs) via the Model Context Protocol (MCP). It enables LLMs to execute shell commands, retrieve STDOUT and STDERR, and optionally pass data through stdin. The tool integrates with apps like Claude Desktop and Groq Desktop, and can be run via npm or as a local build, with security in mind.
- ⭐ 207
- MCP
- g0t4/mcp-server-commands