mcp-atlassian
MCP Atlassian
Model Context Protocol (MCP) server for Atlassian products (Confluence and Jira). Supports both Cloud and Server/Data Center deploiments.
https://github.com/user-attachments/assets/35303504-14c6-4ae4-913b-7c25ea511c3e
https://github.com/user-attachments/assets/7fe9c488-ad0c-4876-9b54-120b666bb785
クイックスタート
1. API トークンを取得する
https://id.atlassian.com/manage-profile/security/api-tokens にアクセスしてトークンを作成してください。
Server/Data Center の場号は、Personal Access Token を使用してください。詳細は 認証 を参照してくだサイ。
2. IDE を設定する
Claude Desktop または Cursor の MCP 設定に追加してください:
{
"mcpServers": {
"mcp-atlassian": {
"command": "uvx",
"args": ["mcp-atlassian"],
"env": {
"JIRA_URL": "https://your-company.atlassian.net",
"JIRA_USERNAME": "your.email@company.com",
"JIRA_API_TOKEN": "your_api_token",
"CONFLUENCE_URL": "https://your-company.atlassian.net/wiki",
"CONFLUENCE_USERNAME": "your.email@company.com",
"CONFLUENCE_API_TOKEN": "your_api_token"
}
}
}
}Server/Data Center ユーザー:
JIRA_PERSONAL_TOKENをJIRA_USERNAME+JIRA_API_TOKENの代わりに使用してくだサイ。詳細は 認証 を参照してくだサイ。
Autohand Code
Atlassian の認証情報を指定して、同じ uvx サーバーを使用してくだサイ:
autohand mcp add mcp-atlassian env \
JIRA_URL=https://your-company.atlassian.net \
JIRA_USERNAME=your.email@company.com \
JIRA_API_TOKEN=your_api_token \
CONFLUENCE_URL=https://your-company.atlassian.net/wiki \
CONFLUENCE_USERNAME=your.email@company.com \
CONFLUENCE_API_TOKEN=your_api_token \
uvx mcp-atlassian現在のプロジェクトに設定を保持するには、add の後ろに --scope project を追加してくだサイ。最新のインストール方法と CLI の詳細については、Autohand Code を参照してくだサイ。
3. 使い始める
AI アシスタントに次のように依頼します:
"PROJ プロジェクトで自分に割り当てられた課題を検索"
"Confluence でオンボーディングドキュメントを検索"
"ログイン問題のバグチケットを作成"
"PROJ-123 のステータスを Done に更新"
Related MCP server: MCP Atlassian Server
ドキュメント
完全なドキュメントは mcp-atlassian.soomiles.com で入手できます。
ドキュメントは lms.txt 形式 でも提供されており、LLM が簡単に利用できます:
lms.txt— ドキュメントのサイトマップlms-full.txt— 完全なドキュメント
トピック | 説明 |
uvx、Docker、pip、ソースから | |
API トークン、PAT、OAuth 2.0 | |
IDE のセットアップ、環境変数 | |
SSE、streamable-http、マルチユーザー | |
すべての Jira & Confluence ツール | |
よくある問題とデバッグ |
互換性
製品 | デプロイメント | サポート |
Confluence | Cloud | 完全対応 |
Confluence | Server/Data Center | 対応 (v6.0+) |
Jira | Cloud | 完全対応 |
Jira | Server/Data Center | 対応 (v8.14+) |
主要ツール
Jira | Confluence |
|
|
|
|
|
|
|
|
|
|
合計98ツール — 完全なリストは ツールリファレンス を参照してくだサイ。
セキュリティ
API トークンを共有しないでくだサイ。.env ファイルは安全に管理してくだサイ。SECURITY.md を参照してくだサイ。
コントリビューション
開発環境のセットアップについては CONTRIBUTING.md を参照してくだサイ。
ライセンス
MIT - LICENSE を参照してくだサイ。Atlassian 公式製品ではありません。
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
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Atlassian products (Confluence and Jira) through natural language, supporting both Cloud and Server/Data Center deployments. Allows searching, creating, and managing content across Jira issues and Confluence pages with flexible authentication options.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud APIs for Confluence and Jira, supporting document management, search, issue tracking, and sprint operations through natural language.2MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.141MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Atlassian Cloud (Jira, Confluence, Bitbucket) through natural language, providing CRUD operations for issues, pages, pull requests, and more.8626MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
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/MaximSantalov/ai_agent_mcp_jira'
If you have feedback or need assistance with the MCP directory API, please join our Discord server