microsoft-project-mcp-server-by-cdata

microsoft-project-mcp-server-by-cdata

3.2

If you are the rightful owner of microsoft-project-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 Microsoft Project is a read-only server designed to allow LLMs to query live data from Microsoft Project using natural language.

CData's Model Context Protocol (MCP) Server for Microsoft Project is a specialized server that facilitates the interaction between large language models (LLMs) and Microsoft Project data. By leveraging the CData JDBC Driver for Microsoft Project, this server exposes Microsoft Project data as relational SQL models, enabling LLMs to access and query live data without the need for SQL knowledge. This server is particularly useful for applications like Claude Desktop, where users can ask natural language questions to retrieve information from Microsoft Project. The server is read-only, meaning it allows data retrieval but not modification. For users seeking full CRUD capabilities, CData offers a more comprehensive MCP Server for Microsoft Project in beta.

Features

  • Enables LLMs to query Microsoft Project data using natural language.
  • Utilizes CData JDBC Driver to expose data as relational SQL models.
  • Provides a simple MCP interface for data retrieval.
  • Supports integration with Claude Desktop for seamless data access.
  • Read-only access ensures data integrity and security.

Tools

  1. microsoft_project_get_tables

    Retrieves a list of tables available in the data source.

  2. microsoft_project_get_columns

    Retrieves a list of columns for a specified table.

  3. microsoft_project_run_query

    Executes a SQL SELECT query on the data source.