jira-mcp
Model Context Protocol server for Jira - lets Claude and other AI clients read, update, and comment on tasks across multiple Jira instances, with ADF formatting and local caching
Install / Use
claude mcp add softspark -- npx -y github:softspark/jira-mcpIf the server publishes to npm under a different name, use that package instead — check the repo README.
MCP Server
Model Context Protocol server
Quality Score
Category
AutomationSupported Platforms
Tags
Skill content
View source on GitHubSoftSpark Atlassian MCP
Two MCP servers for Atlassian Cloud: Jira and Confluence. One configuration, one API token, separate tool lists.
Packages
| Package | What it does | Docs |
|---------|--------------|------|
| @softspark/jira-mcp | Jira: sync, search, comment, transition, log time, reassign, create and delete issues | README |
| @softspark/confluence-mcp | Confluence Cloud: pages, blog posts, footer and inline comments, labels, attachments, restrictions, whiteboards | README |
| @softspark/atlassian-mcp-core | Shared config, ADF conversion, HTTP transport, MCP envelope. Not published — bundled into both servers at build time | — |
Why two servers and not one
One Atlassian site serves both products from the same host with the same API token, so they share a configuration file and a transport layer. They do not share a tool list.
Merging them would put near-homonyms in one list: search_tasks beside search_pages, get_task_details beside get_page, add_task_comment beside add_page_comment. That measurably worsens tool selection, and the failure is silent — the wrong tool returns a plausible answer about the wrong product. packages/core/tests/tool-name-collisions.test.ts asserts the two lists never overlap.
Install whichever you need, or both.
Install
npm install -g @softspark/jira-mcp @softspark/confluence-mcp
jira-mcp config init
jira-mcp config set-credentials # shared by both servers
jira-mcp config add-project KAN https://your-site.atlassian.net
confluence-mcp space add DOCS https://your-site.atlassian.net
Register in an MCP client:
{
"mcpServers": {
"jira": { "command": "jira-mcp" },
"confluence": { "command": "confluence-mcp" }
}
}
All state lives in ~/.softspark/jira-mcp/, the standard config directory for SoftSpark tools. The directory keeps its original name: renaming it would orphan every existing installation.
Development
npm install # links the workspace
npm run typecheck # tsc across all packages
npm run lint
npm test # one run across the whole workspace
npm run test:coverage # 70% gate
npm run build # builds both published packages
Tests run workspace-wide on purpose. core has no consumers of its own, so a change there is only meaningful if both servers still pass; a per-package run would let a core change break a server with no single command noticing.
Pre-commit gate:
npm run typecheck && npm run lint && npm test && npm run build
Documentation
- CHANGELOG — shared; both packages release together under one version.
kb/reference/— architecture, api, adf, caching, configuration, templates, confluence.kb/howto/— setup, multi-instance, cli-usage.kb/procedures/— sop-pre-commit, sop-release, sop-post-release-testing.
Contributing
See CONTRIBUTING, SECURITY and the Code of Conduct.
License
Related Skills
Agent-Reach
80.9kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
ruflo
72.4k🌊 The original agent harness. Deploy intelligent multi-player swarms, coordinate autonomous workflows, and build conversational AI systems. Features adaptive memory, self-learning intelligence, federation, vector RAG integration, and native Claude Code / Codex / Hermes and many more Integrated
headroom
72.1kCompress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
career-ops
71.6kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
