PythonベースのMCP(Model Context Protocol)サーバーで、JiraとConfluenceのAPIと対話できます。
PythonベースのMCP(Model Context Protocol)サーバーで、JiraとConfluenceのAPIと対話できます。. The jira confluence mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 14 defined tools rather than through you.
Everything the assistant can do here goes through one of these:
jira_search_issues — JQLを使用してイシューを検索jira_get_issue — 特定のイシューの詳細を取得jira_create_issue — 新しいイシューを作成jira_update_issue — 既存のイシューを更新jira_add_comment — イシューにコメントを追加jira_transition_issue — イシューのステータスを変更jira_get_projects — プロジェクト一覧を取得confluence_search_content — CQLを使用してコンテンツを検索confluence_get_page — ページの詳細を取得confluence_create_page — 新しいページを作成confluence_update_page — 既存のページを更新confluence_delete_page — ページを削除Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
You will need 8 environment variables: JIRA_URL, JIRA_USERNAME, JIRA_API_TOKEN, JIRA_CLOUD, CONFLUENCE_URL, CONFLUENCE_USERNAME, CONFLUENCE_API_TOKEN, CONFLUENCE_CLOUD. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of planning and project tracking servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Jira Confluence MCP's toolset — jira_search_issues, jira_get_issue, jira_create_issue and 11 more — is a fair guide to whether it matches your workflow. It is maintained by katsuhirohonda; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| jira_search_issues | JQLを使用してイシューを検索 |
| jira_get_issue | 特定のイシューの詳細を取得 |
| jira_create_issue | 新しいイシューを作成 |
| jira_update_issue | 既存のイシューを更新 |
| jira_add_comment | イシューにコメントを追加 |
| jira_transition_issue | イシューのステータスを変更 |
| jira_get_projects | プロジェクト一覧を取得 |
| confluence_search_content | CQLを使用してコンテンツを検索 |
| confluence_get_page | ページの詳細を取得 |
| confluence_create_page | 新しいページを作成 |
| confluence_update_page | 既存のページを更新 |
| confluence_delete_page | ページを削除 |
| confluence_get_spaces | スペース一覧を取得 |
| confluence_get_page_children | 子ページを取得 |
{
"mcpServers": {
"jira": {
"command": "/path/to/jira-confluence-mcp/run_jira.sh",
"args": [],
"env": {
"JIRA_URL": "https://your-domain.atlassian.net",
"JIRA_USERNAME": "your-email@example.com",
"JIRA_API_TOKEN": "your-api-token",
"JIRA_CLOUD": "true"
}
},
"confluence": {
"command": "/path/to/jira-confluence-mcp/run_confluence.sh",
"args": [],
"env": {
"CONFLUENCE_URL": "https://your-domain.atlassian.net",
"CONFLUENCE_USERNAME": "your-email@example.com",
"CONFLUENCE_API_TOKEN": "your-api-token",
"CONFLUENCE_CLOUD": "true"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| JIRA_URL | Endpoint or connection string the server talks to. | Yes |
| JIRA_USERNAME | Configuration value read at startup. | Optional |
| JIRA_API_TOKEN | Credential the server authenticates with. | Yes |
| JIRA_CLOUD | Configuration value read at startup. | Optional |
| CONFLUENCE_URL | Endpoint or connection string the server talks to. | Yes |
| CONFLUENCE_USERNAME | Configuration value read at startup. | Optional |
| CONFLUENCE_API_TOKEN | Credential the server authenticates with. | Yes |
| CONFLUENCE_CLOUD | Configuration value read at startup. | Optional |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.