- Home
- Top MCPs for Git & Repo Workflows
- Bitbucket vs Gitea
MCP Comparison · 2026
Bitbucket vs Gitea MCP Server
Comparing Bitbucket and Gitea as MCP servers? Bitbucket (manage bitbucket repos) is best when atlassian-stack teams. Gitea (manage gitea repos) is best when self-hosted git workflows. Both run as Model Context Protocol servers and can coexist in the same client. Updated 2026.
Side-by-side specs
Pulled from each MCP's verified fact sheet.
| Bitbucket | Gitea | |
|---|---|---|
| Primary function | Manage Bitbucket Repos | Manage Gitea Repos |
| Maintainer | Atlassian | Community |
| Pricing | Freemium | Open source |
| Setup complexity | Medium · ~10 min | Medium · ~10 min |
| Transport | stdio | stdio |
| Auth model | OAuth 2.1 | API key |
| License | Apache-2.0 | MIT |
| Language | TypeScript | TypeScript |
| Latest version | latest | latest |
| Compatible clients | Claude, Cursor, VS Code, Windsurf, Any MCP-compatible client, Bitbucket Cloud workspaces | Claude, Cursor, VS Code, Windsurf, Any MCP-compatible client, Gitea 1.20+, Forgejo, Codeberg.org |
| Last verified | 2026-06-02 | 2026-06-02 |
Which one should you pick?
Decision rubric drawn from each MCP's documented strengths.
Choose Bitbucket
- Atlassian-stack teams
- PR triage and review on Bitbucket
- Pipelines failure investigation
Choose Gitea
- Self-hosted Git workflows
- Issue triage and PR review
- Release management on Gitea
Pick something else if…
- Bitbucket Server self-hosted
- Pure GitHub.com teams (use the GitHub MCP)
Feature breakdown
Key capabilities each server ships out of the box.
Bitbucket
- Bitbucket Cloud REST API coverage
- PR + Pipelines + branch tools
- OAuth or app-password auth
- Workspace scoping at connect time
- Pairs with the Atlassian Jira and Confluence MCPs
Gitea
- Gitea + Forgejo + Codeberg support
- Repository, issue, PR, label, milestone tools
- Read-only by default for unsafe operations
- Per-host token auth
- Works against self-hosted and Codeberg.org
Install snippets
Open the detail page for ready-to-paste config for every major client.
Install Bitbucket
Setup snippets for Claude, Cursor, VS Code, Windsurf →
docker run --rm -i -e BITBUCKET_USERNAME -e BITBUCKET_APP_PASSWORD -e BITBUCKET_WORKSPACE ghcr.io/atlassian/mcp-server-atlassian:latestInstall Gitea
Setup snippets for Claude, Cursor, VS Code, Windsurf →
docker run --rm -i -e GITEA_URL -e GITEA_TOKEN ghcr.io/kazuph/mcp-gitea:latestFAQ
Bitbucket vs Gitea: which MCP server should I use?
Pick Bitbucket when atlassian-stack teams. Pick Gitea when self-hosted git workflows. Bitbucket is built for manage bitbucket repos, while Gitea focuses on manage gitea repos.
Can I run both Bitbucket and Gitea together?
Yes. MCP clients run each server as a separate process and surface every server's tools simultaneously, so you can install both and let your agent decide which to call. Be deliberate with auth scopes when stacking servers.
How fresh is this comparison?
Updated for 2026. Bitbucket's last verification: 2026-06-02. Gitea's last verification: 2026-06-02. We refresh detail-page facts on every catalog rebuild.
More Bitbucket comparisons
Browse all Git & Repo Workflows MCPs? See the full ranked list →