Atlassian MCP
适用于 Cursor IDE 的 Atlassian MCP
Cursor IDE 的托管代码插件 (MCP),提供与 Atlassian 产品的集成:JIRA、Confluence 和 BitBucket。
可能性
JIRA 集成
使用 JQL 搜索任务
获取有关任务的详细信息
创建新任务
为任务添加评论
工作流管理
与 Tempo 集成以进行时间跟踪
处理项目和史诗
Confluence 集成
获取页面内容
使用 CQL 搜索页面
获取有关空间的信息
创建新页面
更新现有页面
使用附件和评论
BitBucket 集成
获取有关存储库的信息
获取有关分支的信息
创建新分支
使用拉取请求
获取文件内容
创建和编辑文件
与管道集成
Related MCP server: Jira Context MCP Server
要求
Node.js(v14 或更高版本)
npm(v6 或更高版本)
游标 IDE
具有 API 访问权限的 Atlassian 帐户
安装
克隆存储库:
git clone https://github.com/solidus-/atlassian-cursor-mcp.git cd atlassian-cursor-mcp安装依赖项:
npm install设置 Atlassian 凭证:
将
.env.example复制到.env使用您的 Atlassian 凭证更新值
组装项目:
npm run build启动 MCP 服务器:
npm start
设置 Cursor IDE
打开游标 IDE
前往“设置”>“功能”>“MCP 服务器”
添加新的 MCP 服务器,其详细信息如下:
名称: Atlassian MCP
类型:HTTP
用法
一旦您在 Cursor IDE 中设置了 MCP,您将能够直接从 IDE 与 Atlassian 产品进行交互。例如:
搜索与您当前问题相关的 JIRA 问题
为检测到的错误创建新任务
在 Confluence 中查看文档
在 BitBucket 存储库中创建或更新文件
为你的变更创建 Pull 请求
跟踪任务所花费的时间
发展
要在开发模式下运行 MCP 并自动重启:
npm run dev项目结构
├── 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执照
麻省理工学院
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
- FlicenseNot gradedqualityDmaintenanceA 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.
- AlicenseNot gradedqualityDmaintenanceIntegrates Jira with Cursor IDE for AI-powered issue management, sprint tracking, library vulnerability analysis, and MySQL database queries through natural language.MIT
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- AlicenseNot gradedqualityDmaintenanceEnables 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