Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"jiraxmcp": {
"args": [
"-y",
"jiraxmcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
jiraxmcp is an open-source Jira stdio MCP server built on top of jira.js, commander, and @modelcontextprotocol/sdk.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'jiraxmcp' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked jiraxmcp against OSV.dev.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in developer-tools
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
XcodeBuildMCP provides tools for Xcode project management, simulator management, and app utilities.
Manage Supabase projects — databases, auth, storage, and edge functions
An open-source AI agent that brings the power of Gemini directly into your terminal.
MCP Security Weekly
Get CVE alerts and security updates for Jiraxmcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
jiraxmcp is an open-source Jira stdio MCP server built on top of jira.js, commander, and @modelcontextprotocol/sdk.
It lets MCP-compatible clients interact with Jira Cloud through issue, search, agile, comment, link, and attachment tools. It can also subscribe to inbound Jira webhook events through an MCP notification channel backed by a built-in HTTP server.
jira.js client for Jira REST and Agile API access.JIRA_ACCESS_TOKEN or JIRA_EMAIL plus JIRA_API_TOKEN./webhook when channel mode is enabled.24+JIRA_HOSTJIRA_EMAIL and JIRA_API_TOKEN, orJIRA_ACCESS_TOKENUse it without installing globally:
npx jiraxmcp mcp
Or for local development:
npm install
npm run build
npm run dev -- mcp
export JIRA_HOST="https://your-domain.atlassian.net"
export JIRA_EMAIL="you@example.com"
export JIRA_API_TOKEN="your-api-token"
Or with an access token:
export JIRA_HOST="https://your-domain.atlassian.net"
export JIRA_ACCESS_TOKEN="your-access-token"
npx jiraxmcp mcp
npx jiraxmcp mcp --channel claude/channel
http://your-host:6543/webhook
JIRA_WEBHOOK_PORT overrides the default listener port 6543. JIRA_WEBHOOK_HOST controls the bind host and defaults to 127.0.0.1.
If you configure a webhook secret in Jira admin webhooks, also set JIRA_WEBHOOK_SECRET so incoming X-Hub-Signature headers are verified before events are emitted.
The server uses stdio, so it is meant to be launched by an MCP client or wrapper rather than browsed directly in a terminal.
npx jiraxmcp mcp
Starts the stdio MCP server for the configured Jira Cloud instance.
The server currently exposes these tools:
jira_get_issuejira_create_issuejira_update_issuejira_delete_issuejira_batch_create_issuesjira_transition_issuejira_get_transitionsjira_get_all_projectsjira_get_project_issuesjira_search_issuesjira_search_fieldsjira_get_field_optionsjira_get_agile_boardsjira_get_board_issuesjira_get_sprints_from_boardjira_get_sprint_issuesjira_create_sprintjira_update_sprintjira_add_issues_to_sprintjira_add_commentjira_edit_commentjira_batch_get_changelogsjira_get_user_profilejira_search_usersjira_get_link_typesjira_create_issue_linkjira_remove_issue_linkjira_link_to_epicjira_create_remote_issue_linkjira_download_attachmentsjira_get_issue_imagesWhen started with --channel <name>, the server:
<name>identity/user with path meta.useridentity/session with path meta.session/webhook