SkillAgentSearch skills...

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-mcp

If the server publishes to npm under a different name, use that package instead — check the repo README.

About this skill
🔌

MCP Server

Model Context Protocol server

Quality Score

78/100

Category

Automation

Supported Platforms

Claude Code
Claude Desktop

SoftSpark Atlassian MCP

Two MCP servers for Atlassian Cloud: Jira and Confluence. One configuration, one API token, separate tool lists.

CI License: Apache 2.0


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

Apache-2.0. See LICENSE and NOTICE.

Related Skills

View on GitHub
GitHub Stars3
CategoryAutomation
Updated4d ago
Forks0

Languages

TypeScript

Security Score

92/100

Audited on Sep 10, 2026

1 low