MCP Server for Bitbucket API
@JaviMaligno
关于 MCP Server for Bitbucket API
MCP server for Bitbucket API operations
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"bitbucket": {
"command": "mcp-server-bitbucket",
"env": {
"BITBUCKET_WORKSPACE": "your-workspace",
"BITBUCKET_EMAIL": "[email protected]",
"BITBUCKET_API_TOKEN": "your-token"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is MCP Server for Bitbucket API?
MCP Server for Bitbucket API is a Model Context Protocol server that provides comprehensive Bitbucket API operations. It works with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client, enabling AI assistants to interact with Bitbucket repositories, pull requests, pipelines, and more.
How to use MCP Server for Bitbucket API?
Install the TypeScript version globally with npm install -g mcp-server-bitbucket or run directly with npx mcp-server-bitbucket. For Python, use pipx install mcp-server-bitbucket. Configure required environment variables (BITBUCKET_WORKSPACE, BITBUCKET_EMAIL, BITBUCKET_API_TOKEN) and add the server to your MCP client (e.g., Claude Code CLI or Cursor IDE).
Key features of MCP Server for Bitbucket API
- 58 tools covering repositories, pull requests, pipelines, and more
- MCP Prompts for reusable workflows (code review, release notes, etc.)
- MCP Resources for browsable workspace data
- Both TypeScript and Python implementations with identical functionality
- Supports custom pipeline triggers with variables and commit hashes
- Branch restrictions, webhooks, and permission management
Use cases of MCP Server for Bitbucket API
- Automate code review by fetching PR diffs and adding comments
- Trigger CI/CD pipelines and monitor their status from an AI assistant
- Browse repository files and directories without cloning
- Manage repository settings, permissions, and branch protection rules
- Generate release notes by comparing commits between versions
FAQ from MCP Server for Bitbucket API
What is the difference between the TypeScript and Python versions?
Both versions provide identical functionality. The TypeScript version is recommended for Smithery deployments, while the Python version is stable and can be installed via pipx.
What environment variables are required?
You must set BITBUCKET_WORKSPACE (workspace slug), BITBUCKET_EMAIL (account email), and BITBUCKET_API_TOKEN (repository access token). Optional variables include API_TIMEOUT (default 30s) and MAX_RETRIES (default 3).
How do I create a Bitbucket API token?
Go to Repository settings > Access tokens in Bitbucket, click Create Repository Access Token, select permissions (Repository: Read/Write/Admin/Delete, Pull requests: Read/Write, Pipelines: Read/Write), and copy the token immediately.
Which MCP clients are supported?
The server works with Claude Code, Claude Desktop, Cursor, and any MCP-compatible client.
Are there any rate limits or retry mechanisms?
The server includes a configurable MAX_RETRIES environment variable (default 3) to handle rate limiting. No specific rate limit values are mentioned in the README.
版本控制 分类下的更多 MCP 服务器
Linear MCP Server
clinea private MCP server for accessing Linear

Github
modelcontextprotocolModel Context Protocol Servers
Test
skillsCreate a site or blog from your GitHub repositories with GitHub Pages.
Atlassian Bitbucket MCP Server
aashariNode.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.

GitLab
modelcontextprotocolModel Context Protocol Servers
评论