From jira-mcp-setup
Install and configure the `mcp-atlassian` MCP server so Claude Code can interact with Jira directly.
How this skill is triggered — by the user, by Claude, or both
Slash command
/jira-mcp-setup:jira-mcp-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Install and configure the `mcp-atlassian` MCP server so Claude Code can interact with Jira directly.
Install and configure the mcp-atlassian MCP server so Claude Code can interact with Jira directly.
Run the dependency check:
${CLAUDE_PLUGIN_ROOT}/scripts/check-deps.sh
If dependencies are missing, show the error output to the user and stop here. Do not proceed until all dependencies are satisfied.
$ARGUMENTS provides all three valuesUse them in order: <jira-url> <username> <api-token>.
Example: /jira-mcp-setup https://mycompany.atlassian.net [email protected] ATATT3x...
Ask the user for each missing value:
https://mycompany.atlassian.netRun the setup script with the collected values:
${CLAUDE_PLUGIN_ROOT}/scripts/setup-mcp.sh "<jira-url>" "<username>" "<api-token>"
The .mcp.json file contains the API token in plain text. Ask the user if they want to add .mcp.json to .gitignore to prevent accidentally committing secrets.
.mcp.json is already listed in .gitignore, skip this step.${CLAUDE_PLUGIN_ROOT}/scripts/setup-mcp.sh --add-gitignore
After successful setup, tell the user:
.mcp.json file has been created/updated in the project root.mcp.json was added to .gitignoreIf the user reports issues after setup:
uvx mcp-atlassian manually to test the server starts correctlynpx claudepluginhub andershalo/halo-ai-dev-tools --plugin jira-mcp-setupGenerates .mcp.json and .claude/settings.json to configure MCP servers, tokens, and tool permissions for agent-flow pipeline. Supports CLI flags for tracker type, instance URL, and source control remote.
Manages Jira issues with JQL, Confluence pages with CQL, sprint workflows, and MCP server authentication for Atlassian API integrations.
Retrieves, analyzes, and updates Jira issues from the coding workflow. Supports MCP-based and direct REST API access for searching, creating, transitioning, and commenting on tickets.