Share:
About
Search issues, create tickets, and read Confluence pages across your Atlassian cloud.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Atlassian MCP.
- What is the Atlassian MCP?
- The Atlassian MCP enables access to Jira and Confluence Cloud. It allows users to search issues, create tickets, and read Confluence pages programmatically. This MCP integrates Atlassian services into environments that support Model Context Protocol.
- How can I install the Atlassian MCP in my client?
- Installation typically involves adding the Atlassian MCP server URL to your MCP client's configuration. Specific steps vary by client (e.g., Claude Desktop, Cursor, or Cline). Refer to your client's documentation for detailed integration instructions.
- Does the Atlassian MCP require an API key or other credentials?
- Yes, this MCP uses OAuth for authentication. You will need to configure OAuth credentials to connect your client with your Atlassian Cloud instance. The exact setup process depends on your OAuth provider and client.
- What Atlassian capabilities does this MCP expose?
- The Atlassian MCP allows for searching Jira issues, creating new Jira tickets, and reading content from Confluence pages. It provides programmatic access to core functionalities for both Jira and Confluence Cloud services, enabling various automation and integration use cases.
- Is there a cost associated with using the Atlassian MCP?
- The cost of using the Atlassian MCP depends on your existing Atlassian Cloud subscription. The MCP itself is a connector, and its usage is typically tied to the licensing of the underlying Jira and Confluence services. Consult Atlassian's pricing for details.
- Are there any prerequisites for using the Atlassian MCP?
- A key prerequisite for using the Atlassian MCP is an active Atlassian Cloud instance with Jira and Confluence. You must also have appropriate permissions configured within your Atlassian organization to allow access via OAuth to the intended data and actions.
Install Atlassian MCP
Server URL
https://mcp.atlassian.com/v1/sseClaude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"atlassian": {
"url": "https://mcp.atlassian.com/v1/sse",
"transport": "sse",
"authType": "oauth"
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"atlassian": {
"url": "https://mcp.atlassian.com/v1/sse"
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"atlassian": {
"type": "sse",
"url": "https://mcp.atlassian.com/v1/sse"
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.