Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub vkkotha/claude-skills --plugin bitbucket-pluginCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"bitbucket": {
"type": "http",
"command": "npx",
"args": [
"-y",
"https://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgz"
],
"url": "https://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgz",
"env": {
"BITBUCKET_USERNAME": "${BITBUCKET_USERNAME}",
"BITBUCKET_APP_PASSWORD": "${BITBUCKET_APP_PASSWORD}"
}
}
}
}Replace placeholder values for: BITBUCKET_APP_PASSWORD
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
npxhttps://github.com/vkkotha/bitbucket-mcp-server/releases/latest/download/bitbucket-mcp-server.tgzCommand-line arguments passed to the server process
Environment variables set when the server starts
BITBUCKET_USERNAME=${BITBUCKET_USERNAME}BITBUCKET_APP_PASSWORD=${BITBUCKET_APP_PASSWORD}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.