Atlassian MCP Server
About
A read-only server for accessing Atlassian products like Confluence and Jira.
Details
- Author
- varunkumar
- Categories
- Productivity, Other, Knowledge Base, Project Management, Automation
Jump to
Setup
Install Atlassian MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/varunkumar/atlassian-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
A read-only server for accessing Atlassian products like Confluence and Jira.
A read-only Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira).
Set your Atlassian credentials as environment variables:
export ATLASSIAN_DOMAIN=your-company.atlassian.net export ATLASSIAN_EMAIL=your-email@company.com # Separate tokens for each service (recommended) export ATLASSIAN_CONFLUENCE_TOKEN=your-confluence-token export ATLASSIAN_JIRA_TOKEN=your-jira-token # OR for backward compatibility, single token (if it has access to both) export ATLASSIAN_API_TOKEN=your-api-token
- Go to:https://id.atlassian.com/manage-profile/security/api-tokens
- Click "Create API token"
- When creating a Confluence token, select these scopes:
- read:content:confluence- View pages, blog posts, comments, attachments
- read:content-details:confluence- View content metadata and properties
- When creating a Jira token, you'll see different scope options. Look for:
- Scopes that allowreading issuesandprojects
- Searchcapabilities for JQL queries
- Basicbrowsepermissions
Note:The exact scope names may vary in the Atlassian interface. Choose the minimal read-only scopes that allow viewing issues, projects, and searching. If you're unsure, you can start with broader read permissions and restrict them later.
- confluence_get_page- Get a page by ID
- confluence_get_page_by_url- Get a page by URL
- confluence_search_pages- Search for pages
- confluence_list_spaces- List all spaces
- jira_get_issue- Get an issue by key (e.g., PROJ-123)
- jira_get_issue_by_url- Get an issue by URL
- jira_search_issues- Search issues using JQL
- jira_list_projects- List all projects
- https://domain.atlassian.net/wiki/spaces/SPACE/pages/123456/Page+Title
- https://domain.atlassian.net/wiki/display/SPACE/Page+Title?pageId=123456
- https://domain.atlassian.net/wiki/pages/viewpage.action?pageId=123456
- https://domain.atlassian.net/browse/PROJ-123
- https://domain.atlassian.net/jira/software/projects/PROJ/boards/1?selectedIssue=PROJ-123
{ "mcpServers": { "atlassian": { "command": "python", "args": ["-m", "atlassian_mcp.server"], "cwd": "/path/to/your/atlassian_mcp", "env": { "ATLASSIAN_DOMAIN": "your-company.atlassian.net", "ATLASSIAN_EMAIL": "your-email@company.com", "ATLASSIAN_CONFLUENCE_TOKEN": "your-confluence-token", "ATLASSIAN_JIRA_TOKEN": "your-jira-token" } } } }
This server uses the following Atlassian REST API endpoints:
- GET /wiki/rest/api/content/{id}- Get page content
- GET /wiki/rest/api/content/search- Search pages using CQL
- GET /wiki/rest/api/space- List spaces
- GET /rest/api/3/issue/{issueIdOrKey}- Get issue details
- GET /rest/api/3/search- Search issues using JQL
- GET /rest/api/3/project- List projects
All endpoints are read-only and require basic authentication with your email and API token.
An MCP server with integrations for GitLab, Jira, Confluence, and YouTube, providing AI-powered search and development utility tools.
About A repo-native task graph as plain Markdown files, served to AI agents over MCP and to humans over a clean web UI .
Analyzes GitLab merge requests and links them to Confluence documentation.
Interact with Atlassian tools like Confluence and Jira.
Integrate with Atlassian Cloud to access Jira tickets, issues, projects, and Confluence pages.
Interact with Atlassian Confluence Cloud spaces, pages, and content in real-time.
An open-source Model Context Protocol (MCP) server for Atlassian Confluence that lets AI assistants like Claude and Windsurf read, create, search, and manage Confluence wiki pages. Works with Confluence Cloud, on-premise Server, and Data Center deployments — connect your AI coding agent to your team's knowledge base in seconds via npx.
An MCP client for integrating with Atlassian tools like Jira and Confluence using OAuth authentication.
MCP server for Atlassian Cloud (Confluence & Jira) with seamless OAuth 2.0 authentication.
Provides secure access to Atlassian Confluence content and spaces using its REST API.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





