Loading MCP server directory, please wait...
MCP server for self-hosted Jira instance with Personal Access Token authentication
npx @getmcp/cli add io.github.edrich13/mcp-jira-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
JIRA_BASE_URLBase URL of your Jira instance (e.g., https://jira.domain.com)
JIRA_PATYour Jira Personal Access Token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.edrich13/mcp-jira-server": {
"command": "npx",
"args": [
"-y",
"mcp-jira-server"
],
"env": {
"JIRA_BASE_URL": "",
"JIRA_PAT": ""
}
}
}
}