Manage Bitbucket repositories, branches, pull requests, commits, and pipelines with natural language.
Use with AI AssistantsMCP
Connect Claude, Cursor, or any MCP-compatible client — then call tools directly
① Add This MCP Server
Paste into your AI client config — then all its tools are available instantly.
{
"mcpServers": {
"bitbucket": {
"url": "https://mcp.aerostack.dev/s/aerostack/mcp-bitbucket",
"headers": {
"Authorization": "Bearer YOUR_AEROSTACK_TOKEN"
}
}
}
}Replace YOUR_AEROSTACK_TOKEN with your API token from the dashboard.
② Call a Tool
Ask your AI assistant to call a specific tool, or send raw JSON-RPC:
Natural Language Prompt
“Use the _ping tool to verify bitbucket credentials by calling a lightweight read endpoint. used internally by aerostack to validate credentials”
Using a Workspace?
Add this MCP to your Workspace — your team shares one token, secrets are stored securely, and every AI agent in the workspace can call it without per-user setup.
Manage Bitbucket repositories, branches, pull requests, commits, and pipelines with natural language.
Live endpoint: https://mcp.aerostack.dev/s/aerostack/mcp-bitbucket
This MCP server gives AI agents access to Bitbucket via 14 tools. Connect it to any Aerostack workspace and your agents can interact with Bitbucket directly.
| Tool | Description |
|---|---|
list_repositories | List repositories in a Bitbucket workspace |
get_repository | Get details of a specific Bitbucket repository |
create_repository | Create a new Bitbucket repository |
list_branches | List branches in a Bitbucket repository |
get_branch | Get details of a specific branch |
list_pull_requests | List pull requests in a Bitbucket repository |
get_pull_request | Get details of a specific pull request |
create_pull_request | Create a new pull request in a Bitbucket repository |
merge_pull_request | Merge a pull request |
list_commits | List commits in a Bitbucket repository |
get_commit | Get details of a specific commit |
list_pipelines | List pipelines in a Bitbucket repository |
get_pipeline | Get details of a specific pipeline |
create_pipeline | Trigger a new pipeline in a Bitbucket repository |
| Variable | Required | Description |
|---|---|---|
BITBUCKET_TOKEN | Yes | Personal access token or service token from the provider |
Add the following secrets under Project → Secrets:
BITBUCKET_TOKENOnce added, every AI agent in your workspace can use Bitbucket tools automatically.
curl -X POST https://mcp.aerostack.dev/s/aerostack/mcp-bitbucket \
-H 'Content-Type: application/json' \
-H 'X-Mcp-Secret-BITBUCKET-TOKEN: your-bitbucket-token' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_repositories","arguments":{}}}'
MIT
Live Endpoint
https://mcp.aerostack.dev/s/aerostack/mcp-bitbucket
Sub-50ms globally · Zero cold start
@aerostack
Pre-built functions for the most common MCP tool patterns. Clone, extend, and deploy.
by @aerostack
Files, folders, search, metadata, sharing, comments, collaborations via Box's official MCP
by @aerostack
List, upload, download, search, move, and manage files and folders in Dropbox — AI-native cloud storage for any agent.
by @aerostack
List, search, upload, share, and organize files in Google Drive — AI-native document and storage management.
by @aerostack
Manage deals, contacts, and sales pipelines in Pipedrive — give AI agents full access to your CRM.
Yes. The Bitbucket MCP includes a create_repository tool that lets Claude create repositories in your Bitbucket account from a plain-English prompt. You can also update and delete repositories — no Bitbucket UI needed.
Yes. The Bitbucket MCP includes tools to list and retrieve repositories from your Bitbucket account. Claude can filter, sort, and summarize repositories based on your instructions.
Yes. The Bitbucket MCP uses the open Model Context Protocol standard, so it works in Claude, Cursor, Windsurf, and any other MCP-compatible AI tool. All 14 Bitbucket tools are available everywhere you connect it — install once on Aerostack.
Yes. Aerostack hosts the Bitbucket MCP with encrypted credential storage and per-account authentication. Your Bitbucket credentials are never shared with Claude's conversation — they're used server-side only.