-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Description
📋 MCP Server Submission
Server Information
Name: MCP Server for Bitbucket API
Package: mcp-server-bitbucket
Current Version: 0.10.0
Author: Javier Aguilar
Repository: https://github.com/JaviMaligno/mcp-server-bitbucket
PyPI Package: https://pypi.org/project/mcp-server-bitbucket/
🎯 Value Proposition
This server provides comprehensive Bitbucket API integration for MCP clients, enabling AI assistants to manage repositories, pull requests, pipelines, and more directly through natural language.
🔐 Key Features
- 58 Tools: Complete coverage of Bitbucket API operations
- Repository Management: Create, list, update, delete repositories
- Pull Requests: Full PR lifecycle management (create, review, merge)
- Pipelines: Trigger, monitor, and manage CI/CD pipelines
- Branch Operations: List, create, and manage branches
- Commits & Tags: Browse commit history and manage tags
- Deployments: Manage deployment environments
- Webhooks: Configure repository webhooks
- Branch Restrictions: Set up branch protection rules
- Source Browsing: Navigate and read repository files
- Permissions: Manage repository and workspace permissions
🚀 Installation
# Install via pipx (recommended)
pipx install mcp-server-bitbucket
# Or via pip
pip install mcp-server-bitbucketClaude Desktop Configuration
{
"mcpServers": {
"bitbucket": {
"command": "mcp-server-bitbucket",
"env": {
"BITBUCKET_WORKSPACE": "your-workspace",
"BITBUCKET_EMAIL": "your-email@example.com",
"BITBUCKET_API_TOKEN": "your-token"
}
}
}
}📊 Quality Metrics
- Test Coverage: Comprehensive test suite with pytest
- Documentation: Full README with setup guides and examples
- Type Safety: Full type hints throughout codebase
- Security: Uses Basic Auth with app passwords (no OAuth complexity)
- Maintenance: Active development with regular updates
🛠️ Technical Details
- Language: Python 3.10+
- Framework: FastMCP
- Transport: STDIO (standard) and HTTP (for remote deployment)
- Dependencies: httpx, pydantic, pydantic-settings
🔗 Links & Resources
- Repository: https://github.com/JaviMaligno/mcp-server-bitbucket
- PyPI: https://pypi.org/project/mcp-server-bitbucket/
- Documentation: README.md
🎯 Target Audience
- Bitbucket users seeking AI-powered repository management
- Development teams wanting to automate Bitbucket workflows
- Organizations using Bitbucket Pipelines for CI/CD
- Developers who prefer Bitbucket over GitHub
Submission Date: December 20, 2025
Metadata
Metadata
Assignees
Labels
No labels