sharepoint-mcp-server-by-cdata

sharepoint-mcp-server-by-cdata

3.2

If you are the rightful owner of sharepoint-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 SharePoint is a read-only server that allows LLMs to query live SharePoint data using the CData JDBC Driver.

The CData MCP Server for SharePoint is designed to facilitate the interaction between large language models (LLMs) and SharePoint data. By leveraging the CData JDBC Driver, this server exposes SharePoint data as relational SQL models, enabling LLMs to access live data through a simple MCP interface. This setup allows users to query SharePoint data using natural language, eliminating the need for SQL knowledge. The 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 SharePoint to be installed and licensed.

Features

  • Read-only access to SharePoint data via MCP interface.
  • Integration with CData JDBC Driver for SharePoint.
  • Natural language querying without SQL.
  • Simple setup and configuration.
  • Support for various data sources through JDBC.

Tools

  1. {servername}_get_tables

    Get a list of available tables in the data source

  2. {servername}_get_columns

    Get a list of available columns in the table

  3. {servername}_run_query

    Execute SQL SELECT query