Atlassian MCPServer

solidus-
GitHub
AtlassianCursor IDEProject Management

Loading subscription status...

💡 Description

A managed code plugin (MCP) for Cursor IDE that integrates with Atlassian products (JIRA, Confluence, BitBucket), enabling developers to directly manage tasks, create issues, view documents, and handle code repository operations from within the IDE.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Atlassian MCP": {
        "env": {
          "API_KEY": "<API_KEY>"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpm

Features

  • Integration with JIRA for task management
  • Integration with Confluence for document handling
  • Integration with BitBucket for code repository management

💬 Example Queries

  • Search for JIRA issues related to the current task
  • Create a new task for the detected bug
  • View documentation in Confluence
  • Create or update files in the BitBucket repository
  • Create a pull request for the changes made
  • Track time spent on tasks