mcp-atlassian
MCP Atlassian
Atlassian 製品(Confluence および Jira)向けの Model Context Protocol (MCP) サーバーです。Cloud と Server/Data Center の両方のデプロイに対応しています。
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_USERNAME+JIRA_API_TOKENの代わりにJIRA_PERSONAL_TOKENを使用してください。詳細は 認証 を参照してください。
Autohand Code
同じ uvx サーバーを Atlassian の認証情報で使用します:
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-atlassianadd の後に --scope project を追加すると、設定を現在のプロジェクトに限定できます。Autohand Code の現在のインストール方法と CLI の詳細については、Autohand Code を参照してください。
3. 使用を開始する
AI アシスタントに次のように指示します:
「PROJ プロジェクトで自分に割り当てられた課題を検索して」
「Confluence でオンボーディング資料を検索して」
「ログイン問題のバグチケットを作成して」
「PROJ-123 のステータスを Done に更ンして」
Related MCP server: MCP Atlassian Server
ドキュメンテーション
完全なドキュメンテーションは mcp-atlassian.soomiles.com で入手できます。
ドキュメンテーションは、LLM が簡単に利用できる llms.txt 形式 でも提供されています。
llms.txt— ドキュメンテーションのサイトマップllms-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 の公式製品ではありません。
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
- AlicenseAqualityDmaintenanceIntegrates with Atlassian Cloud products (Confluence and Jira) to enable AI assistants to search, read, create, and manage pages, issues, comments, attachments, and export content through natural language interactions.403,539MIT
- 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
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Streamline your Attio workflows using natural language to search, create, update, and organize com…
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/Nikel-san/AtlMCPforDC'
If you have feedback or need assistance with the MCP directory API, please join our Discord server