MCP server for Jira & Confluence — 53 tools for issue management, sprint planning, board management, and Confluence page management
Wellknown found it in public sources; nobody has proven control of it yet. Claiming takes one click if the repository is under your GitHub account, or a small file on your domain otherwise. Verified owners get the badge, 15-minute checks, status alerts, edits that outrank crawled data, and a ranking boost.
Agents can do it too: POST https://wellknown.network/api/v1/claims with {"agent":"atlassian-mcp-2","method":"well_known_file"} — machine-readable steps at claim.json, guide at /docs/claim.
Everything here was measured by our prober or read from a registry. Nothing is self-reported.
Attributed to the source that supplied each field. Treated as claims, not facts.
# Jira & Confluence MCP Server [](https://pypi.org/project/jira-mcp-server/) [](https://pypi.org/project/jira-mcp-server/) [](LICENSE) An [MCP (Model Context Protocol)](https://modelcontextprotocol.io) server that lets AI assistants interact with **Jira** and **Confluence** via natural language. Works with Claude, GitHub Copilot, and any MCP-compatible client. --- ## Quick Start (Recommended) ### Install via `uvx` (no clone needed) ```bash # 1. Get your Atlassian API token at: # https://id.atlassian.com/manage-profile/security/api-tokens # 2. Add to your MCP client config: ``` ```json { "mcpServers": { "jira-mcp-server": { "type": "local", "command": "uvx", "args": ["jira-mcp-server"], "env": { "ATLASSIAN_URL": "https://your-domain.atlassian.net", "ATLASSIAN_EMAIL": "your-email@example.com", "ATLASSIAN_API_TOKEN": "your-api-token" } } } } ``` That's it — `uvx` automatically downloads and runs the package in an isolated environment. > **`uvx` not installed?** Run: `pip install uv` or see [uv installation docs](https://docs.astral.sh/uv/getting-started/installation/). --- ## MCP Client Config Locations | Client | Config file | |--------|-------------| | **GitHub Copilot CLI** | `~/.copilot/mcp-config.json` | | **Claude Desktop (macOS)** | `~/Library/Application Support/Claude/claude_desktop_config.json` | | **Claude Desktop (Windows)** | `%APPDATA%\Claude\claude_desktop_config.json` | | **Claude Desktop (Linux)** | `~/.config/claude/claude_desktop_config.json` | --- ## Features ### Jira Tools (37 tools) | Category | Tools | |----------|-------| | **Projects** | `jira_list_projects`, `jira_get_project` | | **Issues** | `jira_get_issue`, `jira_search_issues`, `jira_create_issue`, `jira…
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
Every source is kept verbatim. Field changes are logged as events.