deepwired/mcp-jira
MCP server for Jira with scoped API tokens — the only server that supports Atlassian's modern authentication
Platform-specific configuration:
{
"mcpServers": {
"mcp-jira": {
"command": "npx",
"args": [
"-y",
"mcp-jira"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://www.npmjs.com/package/mcp-jira-scoped) [](LICENSE) [](https://nodejs.org) [](https://www.typescriptlang.org)
The only MCP server for Jira that works with Atlassian's scoped API tokens.
Every other Jira MCP server uses classic (unscoped) API tokens with basic auth against yoursite.atlassian.net. Atlassian is deprecating those. This server uses scoped tokens with the modern api.atlassian.com gateway — the way Atlassian intends these tokens to be used.
Once connected, you can ask your AI assistant things like:
| | mcp-jira-scoped | Other Jira MCP servers | |---|---|---| | Token type | Scoped (modern, ATATT prefix) | Classic (being deprecated) | | Auth gateway | api.atlassian.com | yoursite.atlassian.net | | Scope enforcement | Server-side, before every API call | None — relies on AI self-restraint | | Default mode | Read-only (write must be explicitly granted) | Full access | | Delete safety | Requires confirm: true parameter | No guard |
read:jira-work — read issues,Loading reviews...