Does anyone know of an MCP server that works with self-hosted Jira Server or Data Center installations? The official Atlassian MCP option seems to target Jira Cloud, so I'm looking for an integration that can connect to an internally hosted Jira instance.
2 Answers
The Atlassian MCP server appears to be designed for Jira Cloud and may not support self-hosted Jira Server or Data Center deployments. I haven’t seen a confirmed, ready-to-use MCP specifically for those versions yet.
You could use an open-source Jira API client as the foundation and expose the operations you need through a small custom MCP server. That may also be more token-efficient than wrapping a broad integration, especially if you only need issues, projects, comments, and transitions.

That matches what I found too—the official option seems limited to cloud-hosted Jira.