Loading MCP server directory, please wait...
MCP server for Atlassian Jira Data Center - search, view, and create issues
npx @getmcp/cli add io.github.b1ff/atlassian-dc-mcp-jiraRequires Node.js 18+. Community-contributed server. Review source before installing.
JIRA_API_TOKENJira Personal Access Token or API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.b1ff/atlassian-dc-mcp-jira": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
],
"env": {
"JIRA_HOST": "",
"JIRA_API_BASE_PATH": "",
"JIRA_API_TOKEN": ""
}
}
}
}