You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Standalone installable Jira MCP server
One-click Jira integration (zip + double-click installer) for Claude Desktop,
Claude Code, Cursor and VS Code — no repo clone required.
- app/server.js — MCP server, 13 tools (runtime-resolved active sprint, optional
per-user default project, "me" assignee shortcut); reads credentials from a
user config dir.
- app/cli.js — install / uninstall / setup / register / serve. Re-running the
installer upgrades in place (keeps the saved token); uninstall removes program,
credentials and all client entries.
- app/lib — per-OS paths, credential wizard (email + token; rest derived), and
user-scope client auto-registration.
- installer/ — double-click launchers + README at the zip root.
- build.mjs — packs everything (bundled node_modules) into dist/jira-mcp.zip.
Public-safe: example project shown as ABC; the Atlassian site default lives in a
gitignored app/defaults.json (see defaults.example.json) so a built zip can
pre-fill it while it never enters the repo.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>