Cosmos DB MCP Server by CData
@CDataSoftware
About Cosmos DB MCP Server by CData
This read-only MCP Server allows you to connect to Cosmos DB data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\cosmos-db.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Cosmos DB MCP Server by CData?
CData's Model Context Protocol (MCP) Server for Cosmos DB allows LLMs like Claude Desktop to query live Cosmos DB data using natural language. It wraps the CData JDBC Driver for Cosmos DB, exposing Cosmos DB as relational SQL models through a local, read-only MCP interface.
How to use Cosmos DB MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Cosmos DB, configure a .prp connection file, then add the server to your client’s MCP config (e.g., claude_desktop_config.json). The server runs locally via stdio.
Key features of Cosmos DB MCP Server by CData
- Read-only access to live Cosmos DB data via MCP.
- Natural language querying – no SQL required from users.
- Provides tools: get_tables, get_columns, run_query.
- Built on the CData JDBC Driver for Cosmos DB.
- Local deployment using
stdiotransport.
Use cases of Cosmos DB MCP Server by CData
- Querying live Cosmos DB data from an AI desktop client.
- Asking business questions like “How many open tickets do I have?”
- Exploring table and column schemas from Cosmos DB without direct SQL.
FAQ from Cosmos DB MCP Server by CData
Is this MCP server read-only?
Yes, this project builds a local, read-only MCP server. For full CRUD capabilities, check out the CData MCP Server for Cosmos DB.
What are the runtime requirements?
You need Java, Maven, and the CData JDBC Driver for Cosmos DB installed and licensed.
How is data accessed?
The server uses a local JDBC connection, so data never leaves your machine. It communicates with the client via stdio.
What transport does the server use?
The server uses stdio, so it can only be used with clients running on the same machine.
How do I authenticate to Cosmos DB?
Authentication is handled by the CData JDBC Driver via its connection string utility (e.g., OAuth flows). You configure the connection string in the .prp file.
Frequently asked questions
Is this MCP server read-only?
Yes, this project builds a local, read-only MCP server. For full CRUD capabilities, check out the CData MCP Server for Cosmos DB.
What are the runtime requirements?
You need Java, Maven, and the CData JDBC Driver for Cosmos DB installed and licensed.
How is data accessed?
The server uses a local JDBC connection, so data never leaves your machine. It communicates with the client via `stdio`.
What transport does the server use?
The server uses `stdio`, so it can only be used with clients running on the same machine.
How do I authenticate to Cosmos DB?
Authentication is handled by the CData JDBC Driver via its connection string utility (e.g., OAuth flows). You configure the connection string in the `.prp` file.
Basic information
More Databases MCP servers
PostgreSQL Model Context Protocol (PG-MCP) Server
stuzeroMongoDB MCP Server
mongodb-jsA Model Context Protocol server to connect to MongoDB databases and MongoDB Atlas Clusters.
mcp_mysql_server
xwb602625136Model Context Protocol (MCP) server that supports secure interaction with MySQL databases and has anomaly analysis capabilities.更加牛逼!更加好用!不仅止于mysql的增删改查功能; 还包含了数据库异常分析能力;且便于开发者们进行个性化的工具扩展
Dbhub
bytebaseZero-dependency, token-efficient database MCP server for Postgres, MySQL, SQL Server, MariaDB, SQLite.
mcp-server-qdrant: A Qdrant MCP server
qdrantAn official Qdrant Model Context Protocol (MCP) server implementation
Comments