MCP Catalogs
首页

mcp-server-atlassian-bitbucket vs github-to-mcp

并排对比,帮你在这两个 MCP server 之间做选择。

mcp-server-atlassian-bitbucket
by aashari
github-to-mcp
by nirholas
Stars★ 146★ 28
30天用量
综合分4845
官方
分类
开发者工具GitHub 集成AI / LLM 工具
开发者工具AI / LLM 工具GitHub 集成
实现语言TypeScriptTypeScript
最近提交2 个月前本月

mcp-server-atlassian-bitbucket · 概述

MCP 服务器连接 AI 助手与 Atlassian Bitbucket,实现代码库和拉取请求管理。

github-to-mcp · 概述

将 GitHub 仓库转换为 MCP 服务器,从 OpenAPI、GraphQL 和 REST API 中提取工具。

mcp-server-atlassian-bitbucket · 使用场景

  • 通过 AI 分析拉取请求变更来自动化代码审查
  • 快速获取代码库状态和活动的深入洞察
  • 通过自然语言命令管理分支和拉取请求

github-to-mcp · 使用场景

  • 使 AI 助手能够以编程方式探索和交互代码库
  • 从现有 API 文档自动生成 MCP 服务器
  • 将 AI 助手与专有或内部代码仓库集成

mcp-server-atlassian-bitbucket · 安装

安装

  1. 设置您的凭据:
# 范围化 API 令牌(推荐)
export ATLASSIAN_USER_EMAIL="your.email@company.com"
export ATLASSIAN_API_TOKEN="your_scoped_api_token"

# 或者传统应用密码(已弃用)
export ATLASSIAN_BITBUCKET_USERNAME="your_username"
export ATLASSIAN_BITBUCKET_APP_PASSWORD="your_app_password"
  1. 添加到 Claude Desktop 配置文件 (~/.claude/claude_desktop_config.json):
{
  "mcpServers": {
    "bitbucket": {
      "command": "npx",
      "args": ["-y", "@aashari/mcp-server-atlassian-bitbucket"],
      "env": {
        "ATLASSIAN_USER_EMAIL": "your.email@company.com",
        "ATLASSIAN_API_TOKEN": "your_scoped_api_token"
      }
    }
  }
}
  1. 重启 Claude Desktop 以激活服务器。

github-to-mcp · 安装

Web 界面(最简单)

访问 [github-to-mcp.vercel.app](https://github-to-mcp.vercel.app) — 粘贴任何 GitHub URL,点击生成,下载您的 MCP 服务器。

CLI(一键命令)

npx @nirholas/github-to-mcp https://github.com/stripe/stripe-node

Claude Desktop 配置

添加到 claude_desktop_config.json:

{
  "mcpServers": {
    "github-repo": {
      "command": "npx",
      "args": ["@nirholas/github-to-mcp", "https://github.com/your/repo"],
      "env": {}
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。