slack-mcp-server-by-cdata
If you are the rightful owner of slack-mcp-server-by-cdata and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
CData's Model Context Protocol (MCP) Server for Slack is a read-only server that allows LLMs to query live Slack data using the CData JDBC Driver for Slack.
The CData MCP Server for Slack is designed to facilitate the interaction between large language models (LLMs) and live Slack data. By leveraging the CData JDBC Driver, this server exposes Slack data as relational SQL models, enabling LLMs to retrieve information through natural language queries without the need for SQL knowledge. This server is read-only, but a full-featured version with read, write, update, and delete capabilities is available in beta. The server is built using Java and requires the CData JDBC Driver for Slack to be installed and licensed. It is compatible with various platforms and can be integrated with AI clients like Claude Desktop.
Features
- Read-only access to Slack data through MCP interface.
- Integration with CData JDBC Driver for Slack.
- Natural language querying without SQL.
- Compatible with AI clients like Claude Desktop.
- Simple setup and configuration process.
Tools
{servername}_get_tables
Get a list of available tables in the data source
{servername}_get_columns
Get a list of available columns in the table
{servername}_run_query
Execute SQL SELECT query