- GraphQL MCP Server by CData
GraphQL MCP Server by CData
What is GraphQL MCP Server by CData?
GraphQL MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (LLMs) to query live data using GraphQL, simplifying data access without requiring SQL.
How to use GraphQL MCP Server?
To use the server, clone the repository, build it using Maven, install the CData JDBC Driver for GraphQL, configure your connection, and run the server with the appropriate configuration file for your AI client.
Key features of GraphQL MCP Server?
- Provides a read-only interface for querying live data via GraphQL.
- Simplifies data access for LLMs without needing SQL.
- Supports various data sources through the CData JDBC Driver.
Use cases of GraphQL MCP Server?
- Querying live data from Salesforce using natural language.
- Integrating with AI clients like Claude Desktop for data retrieval.
- Enabling data-driven insights without complex SQL queries.
FAQ from GraphQL MCP Server?
- Can I write data using this server?
No, this server is read-only. For write capabilities, consider the full CData MCP Server for GraphQL.
- Is there a trial version available?
Yes, you can download a trial version of the CData JDBC Driver for GraphQL.
- What data sources are supported?
The server supports numerous data sources including Salesforce, Google Sheets, and many more.
Server Config
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\graphql.prp"
]
}
}
}