bitbucket mcp server for Grok
io.github.droplinkperformance/bitbucket-mcp-server
Provider-agnostic, AI-review-first MCP server for Bitbucket Cloud.
client:Grok
transport:stdio
runtime:npm
Install bitbucket mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"bitbucket-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@droplinkperformance/bitbucket-mcp-server"
],
"env": {
"BITBUCKET_ACCESS_TOKEN": "<BITBUCKET_ACCESS_TOKEN>",
"BITBUCKET_EMAIL": "<BITBUCKET_EMAIL>",
"BITBUCKET_DEFAULT_WORKSPACE": "<BITBUCKET_DEFAULT_WORKSPACE>",
"LLM_PROVIDER": "<LLM_PROVIDER>",
"OPENAI_API_KEY": "<OPENAI_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs