mcp-server-atlassian-bitbucket and bitbucket-mcp-server
These two tools are competitors, as both implement an MCP server for interacting with the Bitbucket API, suggesting they offer alternative implementations for the same core functionality.
About mcp-server-atlassian-bitbucket
aashari/mcp-server-atlassian-bitbucket
Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.
Implements six generic REST tools (GET, POST, PUT, PATCH, DELETE, clone) that map directly to the Bitbucket Cloud 2.0 API, allowing LLMs to access any endpoint without hardcoded integrations. Supports both legacy App Passwords and Atlassian's newer scoped API tokens for authentication, with STDIO transport for seamless integration into Claude Desktop, Cursor AI, and other MCP-compatible clients. Includes JMESPath filtering to reduce token usage by transforming API responses before returning to the LLM.
About bitbucket-mcp-server
pdogra1299/bitbucket-mcp-server
MCP Server for interacting with BitBucket API
Implements 29 tools spanning PR management (create, merge, approve, request changes), code review (structured diffs, inline comments), branch/file operations, and repository search—with automatic platform detection between Bitbucket Cloud and Server. Token optimization through configurable tool groups reduces context overhead by up to 60%, exposing only workflow-relevant tools via the `BITBUCKET_TOOL_GROUPS` environment variable. Integrates with MCP-compatible clients (Claude Dev, Cline) via stdio transport and supports both App Password (Cloud) and HTTP token (Server) authentication.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work