Catalog
io.github.edrich13/mcp-jira-server
OfficialMCP server for self-hosted Jira instance with Personal Access Token authentication
Query and manage self-hosted Jira issues and project data.
README not available yet.
Install
Configuration
Environment variables
JIRA_BASE_URLrequiredBase URL of your Jira instance (e.g., https://jira.domain.com)
JIRA_PATrequiredsecretYour Jira Personal Access Token
claude_desktop_config.json
{
"mcpServers": {
"mcp-jira-server": {
"command": "npx",
"args": [
"-y",
"mcp-jira-server@1.0.1"
],
"env": {
"JIRA_BASE_URL": "<YOUR_JIRA_BASE_URL>",
"JIRA_PAT": "<YOUR_JIRA_PAT>"
}
}
}
}