MCP server for Bitbucket repositories
MCP server for Atlassian Bitbucket enabling AI assistants to interact with workspaces, repositories, pull requests, and version control workflows.
{
"mcpServers": {
"bitbucket": {
"mcpServers": {
"bitbucket": {
"env": {
"BITBUCKET_TOKEN": "YOUR_API_TOKEN",
"BITBUCKET_USERNAME": "YOUR_USERNAME"
},
"args": [
"-y",
"@aashari/mcp-server-atlassian-bitbucket"
],
"command": "npx"
}
}
}
}
}