Atlassian Server
Unified access to Atlassian products including Confluence, Jira, and Bitbucket
By Atlassian
How to install
MCP ServerMCP servers let Claude connect to external tools & services. Add this server to your MCP config, then restart the app.
Claude Desktop / Claude Code (local, stdio):
Add to claude_desktop_config.json (Desktop) or .mcp.json (Claude Code):
{
"mcpServers": {
"atlassian-server": {
"command": "npx",
"args": ["-y", "<package-name>"]
}
}
}Claude.ai (remote / hosted):
Settings β Connectors β β+β β search the directory β Connect, then authenticate via OAuth if prompted.
Config keys vary per server β always follow the server's own README. Restart Claude after adding it.
Exact steps can vary per project β always double-check the original source. New to this? Read the full install guide β
Source
More in Writing & Content
View all βAstro
Astro framework helper for Claude Code. Scaffold content collections, create islands, add integrations, and work with MDX and Markdown β with framework-aware code completion for .astro files.
Notion
Notion workspace integration. Search pages, create and update content, manage databases, and sync documentation with your development workflow.
Doc Updater
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Docs Lookup
When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP to fetch current documentation and return answers with examples. Invoke for docs/API/setup questions.