MongoDB MCP Server by CData
@CDataSoftware
About MongoDB MCP Server by CData
This read-only MCP Server allows you to connect to MongoDB 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/).
Basic information
Category
Databases
License
MIT
Runtime
java
Transports
stdio
Publisher
CDataSoftware
Submitted by
Cameron Leblanc
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\\mongodb.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 MongoDB MCP Server by CData?
CData's read-only MCP server that allows LLMs (like Claude Desktop) to query live MongoDB data using natural language. It wraps the CData JDBC Driver for MongoDB, exposing MongoDB collections as relational SQL models via the Model Context Protocol (MCP).
How to use MongoDB MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for MongoDB, create a .prp configuration file with your JDBC connection string, then add the server to your Claude Desktop config file (claude_desktop_config.json). The server runs locally via stdio.
Key features of MongoDB MCP Server by CData
- Read-only access to MongoDB data via MCP
- Natural language queries without SQL required
- Built on the CData JDBC Driver for MongoDB
- Tools for listing tables, columns, and executing SELECT queries
- Local execution using
stdiotransport
Use cases of MongoDB MCP Server by CData
- Ask Claude Desktop questions about MongoDB data in plain English
- Retrieve live information from MongoDB without writing SQL
- Analyze MongoDB collections through conversational AI
FAQ from MongoDB MCP Server by CData
What dependencies are required to run this server?
You need Java, Maven (to build), and the CData JDBC Driver for MongoDB installed and licensed on your machine.
Does this server support write, update, or delete operations?
No. This MCP server is read-only. For full CRUD and local hosting, see the separate CData MCP Server for MongoDB.
Where does data live when I use this server?
All data remains local. The server runs on your machine and queries MongoDB directly via the JDBC driver.
What transport does the server use?
It uses stdio transport, so it can only be used with MCP clients running on the same machine as the server.
How do I authenticate to MongoDB?
Use the CData JDBC Driver’s Connection String utility to configure authentication (e.g., OAuth) and copy the resulting JDBC URL into your .prp file.
More Databases MCP servers
Sail MCP Server for Spark SQL
lakehqDrop-in Apache Spark replacement written in Rust, unifying batch processing, stream processing, and compute-intensive AI workloads.
ClickHouse MCP Server
ClickHouseConnect ClickHouse to your AI assistants.
mcp-server-duckdb
ktanaka101A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
Database Gateway
centralmindUniversal MCP-Server for your Databases optimized for LLMs and AI-Agents.
Elasticsearch/OpenSearch MCP Server
cr7258A Model Context Protocol (MCP) server implementation that provides Elasticsearch and OpenSearch interaction.
Comments