Bitbucket Cloud MCP Server
Enables interaction with Bitbucket Cloud through 25+ tools for managing repositories, pull requests, branches, commits, issues, pipelines, and code search with OAuth 2.0 authentication.
README
@lexmata/bitbucket-mcp
A Model Context Protocol (MCP) server for Bitbucket Cloud - 25+ tools for repositories, pull requests, branches, commits, issues, pipelines, and code search.
Features
- Full Bitbucket Cloud API Coverage: Access repositories, pull requests, branches, commits, issues, pipelines, and code search
- OAuth 2.0 Authentication: Secure authentication with automatic token refresh
- MCP Tools: 25+ tools for interacting with Bitbucket
- MCP Resources: Access repositories, pull requests, and files as resources
- TypeScript: Fully typed for reliability and developer experience
Installation
# Using npm
npm install -g @lexmata/bitbucket-mcp
# Using pnpm
pnpm add -g @lexmata/bitbucket-mcp
# Using yarn
yarn global add @lexmata/bitbucket-mcp
Configuration
Option 1: Access Token (Recommended for personal use)
-
Go to Bitbucket Settings > Personal Settings > App passwords
-
Create a new app password with the required permissions:
- Account: Read
- Repositories: Read, Write, Admin
- Pull requests: Read, Write
- Issues: Read, Write
- Pipelines: Read, Write
-
Set the environment variable:
export BITBUCKET_ACCESS_TOKEN="your-app-password"
Option 2: OAuth 2.0 (Recommended for applications)
-
Go to Bitbucket Settings > Workspace Settings > OAuth consumers
-
Create a new OAuth consumer with:
- Callback URL:
http://localhost:8080/callback(or your callback URL) - Permissions: Select required scopes
- Callback URL:
-
Set the environment variables:
export BITBUCKET_CLIENT_ID="your-client-id"
export BITBUCKET_CLIENT_SECRET="your-client-secret"
Usage with Claude Desktop
Add the following to your Claude Desktop configuration file:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json
{
"mcpServers": {
"bitbucket": {
"command": "npx",
"args": ["@lexmata/bitbucket-mcp"],
"env": {
"BITBUCKET_ACCESS_TOKEN": "your-access-token"
}
}
}
}
Or if installed globally:
{
"mcpServers": {
"bitbucket": {
"command": "bitbucket-mcp",
"env": {
"BITBUCKET_ACCESS_TOKEN": "your-access-token"
}
}
}
}
Available Tools
Repository Management
| Tool | Description |
|---|---|
list_repositories |
List repositories in a workspace |
get_repository |
Get details of a specific repository |
create_repository |
Create a new repository |
delete_repository |
Delete a repository |
list_repository_forks |
List all forks of a repository |
Pull Requests
| Tool | Description |
|---|---|
list_pull_requests |
List pull requests with optional filtering |
get_pull_request |
Get details of a specific pull request |
create_pull_request |
Create a new pull request |
update_pull_request |
Update a pull request |
merge_pull_request |
Merge a pull request |
decline_pull_request |
Decline a pull request |
approve_pull_request |
Approve a pull request |
request_changes |
Request changes on a pull request |
list_pr_comments |
List comments on a pull request |
add_pr_comment |
Add a comment to a pull request |
get_pr_diff |
Get the diff for a pull request |
Branches
| Tool | Description |
|---|---|
list_branches |
List branches in a repository |
get_branch |
Get details of a specific branch |
create_branch |
Create a new branch |
delete_branch |
Delete a branch |
Commits
| Tool | Description |
|---|---|
list_commits |
List commits with optional filtering |
get_commit |
Get details of a specific commit |
get_commit_diff |
Get the diff for a commit |
Issues
| Tool | Description |
|---|---|
list_issues |
List issues in a repository |
get_issue |
Get details of a specific issue |
create_issue |
Create a new issue |
update_issue |
Update an issue |
delete_issue |
Delete an issue |
Pipelines
| Tool | Description |
|---|---|
list_pipelines |
List pipeline runs |
get_pipeline |
Get details of a pipeline run |
trigger_pipeline |
Trigger a new pipeline run |
stop_pipeline |
Stop a running pipeline |
Code Search
| Tool | Description |
|---|---|
search_code |
Search code across repositories |
Files
| Tool | Description |
|---|---|
get_file_content |
Get the content of a file |
Resources
The server provides the following resource types:
| Resource URI | Description |
|---|---|
bitbucket://repository/{workspace}/{repo} |
Repository information |
bitbucket://pullrequest/{workspace}/{repo}/{id} |
Pull request details |
bitbucket://file/{workspace}/{repo}/{path} |
File contents |
Examples
List repositories in a workspace
Use the list_repositories tool with workspace "my-workspace"
Create a pull request
Use the create_pull_request tool with:
- workspace: "my-workspace"
- repo_slug: "my-repo"
- title: "Add new feature"
- source_branch: "feature/new-feature"
- destination_branch: "main"
- description: "This PR adds a new feature"
Search for code
Use the search_code tool with:
- workspace: "my-workspace"
- search_query: "function handleError"
Trigger a pipeline
Use the trigger_pipeline tool with:
- workspace: "my-workspace"
- repo_slug: "my-repo"
- ref_type: "branch"
- ref_name: "main"
Development
Prerequisites
- Node.js 18+
- pnpm 9+
Setup
# Clone the repository
git clone https://github.com/lexmata/bitbucket-mcp.git
cd bitbucket-mcp
# Install dependencies
pnpm install
# Build
pnpm build
# Run in development mode
pnpm dev
Scripts
| Script | Description |
|---|---|
pnpm build |
Build the project with SWC |
pnpm dev |
Run in development mode |
pnpm start |
Run the built server |
pnpm typecheck |
Run TypeScript type checking |
pnpm lint |
Run ESLint |
pnpm lint:fix |
Fix ESLint issues |
pnpm format |
Format code with Prettier |
pnpm format:check |
Check code formatting |
License
MIT License - Copyright (c) 2025 Lexmata LLC
See LICENSE for details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Support
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。