Works with Jira, Confluence, and other Atlassian products. Set up once. Never re-authenticate again.
Create a Bindify account at app.bindify.dev. You can start with the free 24-hour trial — no credit card required.
In your Bindify dashboard, click "Add Connection" and select Atlassian. You will be redirected to Atlassian to authorize Bindify. Select which Atlassian site(s) you want to grant access to.
After authorization, Bindify generates your permanent MCP URL. Copy it from the dashboard. It looks like:
https://api.bindify.dev/s/{connection-id}/{secret}/sse
Follow the instructions below for your Claude client.
Open your Claude Desktop config file and add the Atlassian MCP server:
{
"mcpServers": {
"atlassian": {
"url": "https://api.bindify.dev/s/{connection-id}/{secret}/sse"
}
}
}
Replace {connection-id} and {secret} with the values from your Bindify dashboard. Restart Claude Desktop to activate.
Add the Atlassian MCP server using the Claude Code CLI:
claude mcp add atlassian \
--transport http \
--url https://api.bindify.dev/s/{connection-id}/{secret}/mcp \
--header "x-api-key: {your-api-key}"
Your API key is available in the Bindify dashboard under account settings. The /mcp endpoint is used for streamable HTTP transport.