Agent-to-Atlassian MCP server for Jira & Confluence. Save credentials once, work from anywhere. Pre-configured
connections with --register, read-only by default, compact TSV output (30-60% fewer tokens than JSON), error
enrichment with field suggestions and quirk auto-fixes. No Docker required — pip install and go.
Server Config
{
"mcpServers": {
"a2atlassian": {
"command": "uvx",
"args": [
"--from",
"a2atlassian",
"a2atlassian-mcp",
"--register",
"myproject",
"https://mysite.atlassian.net",
"user@company.com",
"${ATLASSIAN_TOKEN}"
],
"env": {
"ATLASSIAN_TOKEN": "<YOUR_API_TOKEN>"
}
}
}
}