MCP Catalogs
Home

mcp-server-atlassian-bitbucket vs gistpad-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-atlassian-bitbucket
by aashari
gistpad-mcp
by lostintangent
Stars★ 146★ 192
30d uses
Score4847
Official
Categories
Developer ToolsGitHubAI / LLM Tools
GitHubProductivityKnowledge Graph
LanguageTypeScriptTypeScript
Last commit2 mo ago4 mo ago

mcp-server-atlassian-bitbucket · Summary

MCP server connecting AI assistants to Atlassian Bitbucket for repository and PR management.

gistpad-mcp · Summary

MCP server for managing knowledge, notes and prompts via GitHub Gists with extensive tooling for gist operations.

mcp-server-atlassian-bitbucket · Use cases

  • Automate code reviews by having AI analyze pull request changes
  • Get instant insights into repository status and activity
  • Manage branches and pull requests through natural language commands

gistpad-mcp · Use cases

  • Managing personal knowledge bases stored as GitHub Gists
  • Creating and tracking daily todos and notes
  • Building and sharing reusable prompts with AI assistants

mcp-server-atlassian-bitbucket · Install

Installation

  1. Set your credentials:
# Scoped API Token (recommended)
export ATLASSIAN_USER_EMAIL="your.email@company.com"
export ATLASSIAN_API_TOKEN="your_scoped_api_token"

# OR Legacy App Password (deprecated)
export ATLASSIAN_BITBUCKET_USERNAME="your_username"
export ATLASSIAN_BITBUCKET_APP_PASSWORD="your_app_password"
  1. Add to Claude Desktop config (~/.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. Restart Claude Desktop to activate the server.

gistpad-mcp · Install

Installation

  1. Install the [GistPad VS Code extension](https://aka.ms/gistpad) for seamless integration
  1. For other MCP clients:

``json { "mcpServers": { "gistpad": { "command": "npx", "args": ["-y", "gistpad-mcp"], "env": { "GITHUB_TOKEN": "<YOUR_PAT>" } } } } ``

  1. Optional: Add flags to enable additional features: --daily, --starred, --archived, --prompts
Comparison generated from public README + GitHub signals. Last updated automatically.