Bitbucket MCP Server by CData
@CDataSoftware
About Bitbucket 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 Bitbucket (beta): https://www.cdata.com/download/download.aspx?sku=KJZK-V&type=beta
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\\bitbucket.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 Bitbucket MCP Server by CData?
Bitbucket MCP Server by CData is a read-only Model Context Protocol server that enables large language models like Claude Desktop to query live Bitbucket data using natural language. It wraps the CData JDBC Driver for Bitbucket and exposes Bitbucket tables as relational SQL models through a simple MCP interface.
How to use Bitbucket MCP Server by CData?
Clone the repository, build the JAR with mvn clean install, download and license the CData JDBC Driver for Bitbucket, create a .prp file with your JDBC connection string, then configure the server in your AI client’s MCP settings (e.g., claude_desktop_config.json). Run the server using java -jar CDataMCP-jar-with-dependencies.jar path/to/bitbucket.prp. The server communicates via stdio.
Key features of Bitbucket MCP Server by CData
- Read-only access to Bitbucket data via the MCP protocol.
- Exposes Bitbucket tables as relational SQL models.
- Provides tools:
get_tables,get_columns, andrun_query. - Uses stdio transport for local client integration.
- Built on the CData JDBC Driver for Bitbucket.
Use cases of Bitbucket MCP Server by CData
- Query Bitbucket repositories, issues, and pull requests with natural language.
- Retrieve live Bitbucket data without writing SQL.
- Integrate Bitbucket insights into AI assistant conversations.
FAQ from Bitbucket MCP Server by CData
Is this server read-only or full CRUD?
This is a read-only MCP server. For full read, write, update, delete, and action capabilities, use the separate CData MCP Server for Bitbucket (beta).
What are the runtime requirements?
Requires Java and Maven for building, plus the CData JDBC Driver for Bitbucket installed and licensed.
How is data transported?
The server uses stdio transport, so it can only be used with clients running on the same machine.
How do I configure authentication?
Use the CData JDBC Driver’s Connection String utility to set up OAuth or other credentials, then copy the resulting JDBC URL into the .prp file.
What tables are available?
By default, all tables are exposed. You can limit tables in the .prp file using the Tables property.
Frequently asked questions
Is this server read-only or full CRUD?
This is a read-only MCP server. For full read, write, update, delete, and action capabilities, use the separate CData MCP Server for Bitbucket (beta).
What are the runtime requirements?
Requires Java and Maven for building, plus the CData JDBC Driver for Bitbucket installed and licensed.
How is data transported?
The server uses stdio transport, so it can only be used with clients running on the same machine.
How do I configure authentication?
Use the CData JDBC Driver’s Connection String utility to set up OAuth or other credentials, then copy the resulting JDBC URL into the `.prp` file.
What tables are available?
By default, all tables are exposed. You can limit tables in the `.prp` file using the `Tables` property.
Basic information
More Version Control MCP servers
Jira MCP
nguyenvanduocitA Go-based MCP (Model Control Protocol) connector for Jira that enables AI assistants like Claude to interact with Atlassian Jira. This tool provides a seamless interface for AI models to perform common Jira operations including issue management, sprint planning, and workflow tra
Bitbucket Server MCP
garc33
Git
modelcontextprotocolModel Context Protocol Servers
🚀 GitLab MR MCP
kopfrechnerInteract seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Gitlab Mcp Server
jmrplensOpen source GitLab MCP server for AI assistants: 2-tool dynamic find/execute over 860+ GitLab actions (1,000+ Enterprise), stdio/HTTP/OAuth, safe/read-only modes.
Comments