Best for
- Organizations using Atlassian Jira Data Center
- Teams that want to manage Jira issues via AI assistants
- Users needing on-premise or private integration with Jira
A functional MCP server for integrating Jira Data Center with AI assistants. It provides clear configuration guidelines and secure credential storage. However, it is not official, and the tool names are not explicitly documented in the source.
This is a community-maintained MCP server for connecting to an Atlassian Jira Data Center instance. It allows search, view, and create issues. Authentication uses Personal Access Tokens (PAT). It is designed for self-hosted Jira Data Center environments. Note: This project is not affiliated with or endorsed by Atlassian.
npx @atlassian-dc-mcp/jira setup which will prompt for host, API base path, and token, and validate them before saving.JIRA_HOST (or JIRA_API_BASE_PATH) and JIRA_API_TOKEN.ATLASSIAN_DC_MCP_CONFIG_FILE.{
"mcpServers": {
"atlassian-jira-dc": {
"command": "npx",
"args": [
"-y",
"@atlassian-dc-mcp/jira"
],
"env": {
"JIRA_HOST": "your-jira-host",
"JIRA_API_TOKEN": "your-token"
}
}
}
}