MCP.so
Sign In
B

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

Basic information

Category

Version Control

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\\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, and run_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.

Comments

More Version Control MCP servers