Atlassian MCP
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
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Atlassian MCPsearch JIRA tasks for project PROJ-123 with status 'In Progress'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Related MCP server: Jira Context MCP Server
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.exampleto.envUpdate 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:
npm run devProject structure
├── src/ # Исходный код
│ ├── index.ts # Точка входа
│ ├── mcp/ # MCP инструменты
│ │ ├── jiraTools.ts # Инструменты для JIRA
│ │ ├── confluenceTools.ts # Инструменты для Confluence
│ │ └── bitbucketTools.ts # Инструменты для BitBucket
│ └── services/ # Сервисы для работы с API Atlassian
│ ├── AtlassianBaseService.ts # Базовый сервис
│ ├── JiraService.ts # Сервис для работы с JIRA API
│ ├── ConfluenceService.ts # Сервис для работы с Confluence API
│ └── BitbucketService.ts # Сервис для работы с BitBucket API
├── dist/ # Скомпилированный код
├── .env # Конфигурация окружения
├── .env.example # Пример конфигурации
├── package.json # Зависимости и скрипты
└── tsconfig.json # Конфигурация TypeScriptLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceA 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.
- Alicense-qualityDmaintenanceIntegrates Jira with Cursor IDE for AI-powered issue management, sprint tracking, library vulnerability analysis, and MySQL database queries through natural language.MIT
- Flicense-qualityDmaintenanceEnables AI assistants to search and retrieve data from Jira and Confluence directly within MCP-compatible IDEs. It provides tools for managing Jira tickets and Confluence pages using OAuth 2.0 authentication and Hexagonal Architecture.
- Alicense-qualityDmaintenanceEnables tracking customer-specific JIRA tickets with full CRUD operations, comments, and Markdown export, integrated with Cursor IDE via MCP.1MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
A MCP server built for developers enabling Git based project management with project and personal…
Cross-agent artifact workspace with provenance across Claude Code, Codex, Cursor, LangGraph.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/solidus-/atlassian-cursor-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server