Provides integration with the Atlassian suite of products including JIRA, Confluence, and BitBucket
Provides access to repository information, branch management, Pull Request operations, file content retrieval, file creation and editing, and Pipelines integration
Allows retrieving page content, searching pages with CQL, working with spaces, creating and updating pages, and handling attachments and comments
Enables searching tasks via JQL, creating new tasks, adding comments, managing workflows, time tracking with Tempo, and working with projects and epics
Atlassian MCP for Cursor IDE
Managed Code Plugin (MCP) for Cursor IDE, providing integration with Atlassian products: JIRA, Confluence and BitBucket.
Possibilities
JIRA integration
Searching for tasks using JQL
Getting detailed information about tasks
Creating new tasks
Adding comments to tasks
Workflow management
Integration with Tempo for time tracking
Working with projects and epics
Confluence integration
Getting page content
Searching Pages Using CQL
Getting information about spaces
Creating new pages
Updating existing pages
Working with attachments and comments
BitBucket integration
Getting information about repositories
Getting information about branches
Creating new branches
Working with Pull Requests
Getting file contents
Creating and editing files
Integration with Pipelines
Requirements
Node.js (v14 or higher)
npm (v6 or higher)
Cursor IDE
Atlassian account with API access
Installation
Clone the repository:
git clone https://github.com/solidus-/atlassian-cursor-mcp.git cd atlassian-cursor-mcpInstall dependencies:
npm installSet up Atlassian credentials:
Copy
.env.example
to.env
Update the values with your Atlassian credentials
Assemble the project:
npm run buildStart the MCP server:
npm start
Setting up Cursor IDE
Open Cursor IDE
Go to Settings > Features > MCP Servers
Add a new MCP server with the following details:
Name: Atlassian MCP
Type: HTTP
Usage
Once you have set up MCP in Cursor IDE, you will be able to interact with Atlassian products directly from the IDE. For example:
Search JIRA issues related to your current issue
Create new tasks for detected bugs
View documentation in Confluence
Create or update files in BitBucket repositories
Create Pull Requests for your changes
Keep track of time spent on tasks
Development
To run MCP in development mode with automatic reboot:
Project structure
License
MIT
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Managed Code Plugin for Cursor IDE providing integration with Atlassian products (JIRA, Confluence, BitBucket), enabling developers to search for tasks, create new issues, view documentation, and manage code repositories directly from the IDE.
Related MCP Servers
- -securityAlicense-qualityAn AI-powered development toolkit for Cursor providing intelligent coding assistance through advanced reasoning, UI screenshot analysis, and code review tools.Last updated -596337MIT License
- -securityAlicense-qualityA Cursor-compatible toolkit that provides intelligent coding assistance through custom AI tools for code architecture planning, screenshot analysis, code review, and file reading capabilities.Last updated -59611MIT License
- -securityAlicense-qualityA collection of Laravel helper tools for integration with Cursor IDE, providing features like log viewing, error searching, artisan command execution, and model information display directly within the editor.Last updated -12MIT License
- -securityFlicense-qualityA Model Context Protocol server that enables seamless integration between Cursor IDE and JIRA, allowing users to retrieve issues, execute JQL searches, and log work through natural language interactions.Last updated -