Skip to main content
Glama

Atlassian MCP

by solidus-

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

  1. Clone the repository:
    git clone https://github.com/solidus-/atlassian-cursor-mcp.git cd atlassian-cursor-mcp
  2. Install dependencies:
    npm install
  3. Set up Atlassian credentials:
    • Copy .env.example to .env
    • Update the values with your Atlassian credentials
  4. Assemble the project:
    npm run build
  5. Start the MCP server:
    npm start

Setting up Cursor IDE

  1. Open Cursor IDE
  2. Go to Settings > Features > MCP Servers
  3. Add a new MCP server with the following details:

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 dev

Project 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 # Конфигурация TypeScript

License

MIT

-
security - not tested
F
license - not found
-
quality - not tested

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.

  1. Possibilities
    1. JIRA integration
    2. Confluence integration
    3. BitBucket integration
  2. Requirements
    1. Installation
      1. Setting up Cursor IDE
        1. Usage
          1. Development
            1. Project structure
              1. License

                Related MCP Servers

                • -
                  security
                  A
                  license
                  -
                  quality
                  Facilitates integration with the Cursor code editor by enabling real-time code indexing, analysis, and bi-directional communication with Claude, supporting concurrent sessions and automatic reconnection.
                  Last updated -
                  2
                  21
                  31
                  TypeScript
                  MIT License
                • A
                  security
                  A
                  license
                  A
                  quality
                  A simple template for creating custom tools for Cursor IDE using Model Context Protocol, deployable via Heroku, Docker, or directly within Cursor IDE.
                  Last updated -
                  2
                  Python
                  MIT License
                • -
                  security
                  F
                  license
                  -
                  quality
                  A code review tool for Cursor IDE that uses OpenAI's GPT models to provide intelligent code analysis and suggestions.
                  Last updated -
                  2
                  Python
                  • Linux
                  • Apple
                • -
                  security
                  A
                  license
                  -
                  quality
                  A 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 -
                  1,133
                  2
                  TypeScript
                  MIT License

                View all related MCP servers

                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