Confluence MCP Server by CData
@CDataSoftware
关于 Confluence MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Confluence (beta): https://www.cdata.com/download/download.aspx?sku=UGZK-V&type=beta
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\confluence.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Confluence MCP Server by CData?
A read-only MCP server that allows LLMs (like Claude Desktop) to query live Confluence data using natural language. It is built on the CData JDBC Driver for Confluence, which exposes Confluence as relational SQL models. This server wraps that driver and makes Confluence data available through a simple MCP interface — no SQL required.
How to use Confluence MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Confluence, create a .prp file with your JDBC connection details, then add the MCP server entry to your client’s configuration (e.g., claude_desktop_config.json). The server runs via stdio and must be on the same machine as the client.
Key features of Confluence MCP Server by CData
- Read-only access to live Confluence data
- Natural language querying via LLM clients
- Built on the CData JDBC Driver for Confluence
- Tools:
{prefix}_get_tables,{prefix}_get_columns,{prefix}_run_query - Output returned in CSV format
- Uses
stdiotransport
Use cases of Confluence MCP Server by CData
- Ask LLM clients “How many open pages in the SUPPORT space?”
- Retrieve live information from Confluence without writing SQL
- Discover available tables and columns in your Confluence instance
- Combine Confluence data with other CData‑connected sources in multi‑server setups
FAQ from Confluence MCP Server by CData
Is this server read-only?
Yes. This server only supports read operations. For full CRUD capabilities, use the free CData MCP Server for Confluence (beta) linked in the README.
What are the runtime requirements?
Java (the MCP server JAR), the CData JDBC Driver for Confluence (must be separately downloaded and licensed), and Maven to build the server. The client (e.g., Claude Desktop) must run on the same machine because the transport is stdio.
Where does data live?
Data remains in Confluence. The JDBC driver connects to Confluence over the network; the MCP server never stores or caches data locally.
How are credentials handled?
Authentication is configured in the JDBC connection string (e.g., OAuth). The server passes the connection string to the driver, and OAuth flows open a browser for authentication if needed.
What transport does the server use?
stdio — the server communicates via standard in/out with the MCP client, so both processes must run on the same machine.
记忆与知识 分类下的更多 MCP 服务器
JupyterMCP - Jupyter Notebook Model Context Protocol Integration
jjsantos01A Model Context Protocol (MCP) for Jupyter Notebook
Semantic Scholar MCP Server
YUZongminA FastMCP server implementation for the Semantic Scholar API, providing comprehensive access to academic paper data, author information, and citation networks.
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Anytype MCP Server
anyprotoAn MCP server enabling AI assistants to interact with Anytype - your encrypted, local and collaborative wiki - to organize objects, lists, and more through natural language.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
评论