Box MCP Server by CData
@CDataSoftware
Box MCP Server by CData について
This read-only MCP Server allows you to connect to Box data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out our MCP Server for Box (https://www.cdata.com/drivers/box/download/mcp).
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\box.prp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Box MCP Server by CData?
Box MCP Server by CData is a read-only MCP (Model Context Protocol) server that allows LLMs like Claude Desktop to query live Box data. It wraps the CData JDBC Driver for Box, which exposes Box data as relational SQL models, so users can retrieve information by asking natural language questions — no SQL required.
How to use Box MCP Server by CData?
Clone the repository and build with Maven (mvn clean install) to produce the JAR. Download, install, and license the CData JDBC Driver for Box. Use the JDBC Connection String utility to authenticate and create a connection string, then save it in a .prp file. Configure your client (e.g., Claude Desktop) to run the JAR with that .prp file. Run standalone with java -jar CDataMCP-jar-with-dependencies.jar /path/to/box.prp.
Key features of Box MCP Server by CData
- Read-only MCP server for Box data.
- Wraps CData JDBC Driver for Box.
- Exposes Box data as relational SQL models.
- Enables natural language querying via LLMs.
- Uses stdio transport (local client only).
- Configurable via simple
.prpfile.
Use cases of Box MCP Server by CData
- Query Box files and metadata using natural language.
- Analyze Box data without writing SQL.
- Integrate Box data into AI assistants like Claude Desktop.
- Explore Box tables and columns programmatically.
FAQ from Box MCP Server by CData
Is this server read-only or full CRUD?
This project is a read-only MCP server. For full read, write, update, delete, and action capabilities, CData provides a separate CData MCP Server for Box.
What are the dependencies and runtime requirements?
You need Java, Maven, and a licensed CData JDBC Driver for Box (available for download from CData). The server runs locally and communicates via stdio.
How do I connect to Box?
Use the JDBC Connection String utility (run java -jar cdata.jdbc.box.jar) to generate a connection string with OAuth authentication, then save it in a .prp file with the required properties (Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, Tables).
Can I use this server remotely?
No, the server uses stdio transport and can only be used with clients that run on the same machine as the server.
Where can I get support?
If you have trouble connecting to your data source, contact CData Support. For server usage feedback, join the CData Community.
「ファイルとストレージ」の他のコンテンツ
Sample S3 Model Context Protocol Server
aws-samplesBulk Filesystem Operations MCP Server
strawgateMCP Server for reading many files at the same time
mcp-v8: V8 JavaScript MCP Server
r33drichardsMCP server that exposes a V8 JavaScript runtime as a tool for AI agents like Claude and Cursor. Supports persistent heap snapshots via S3 or local filesystem, and is ready for integration with modern AI development environments.
File Context Server
bsmi021A Model Context Protocol (MCP) server that provides file system context to Large Language Models (LLMs). This server enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.
Filesystem MCP Server (@sylphlab/filesystem-mcp)
sylphlab📁 Secure, efficient MCP filesystem server - token-saving batch operations with project root confinement
コメント