
Jira MCP Server
Supports UIby aravin-rbi
Integrate Jira with your AI to list boards, fetch issues, and manage project comments efficiently.
What it does
Provides a direct bridge between an AI assistant and Jira Cloud. It enables the AI to verify connections, browse available boards, fetch specific issues via JQL, and retrieve discussion threads from issue comments.
Tools
test_jira_connection: Verifies credentials and connection to the Jira instance.list_jira_boards: Lists all Jira boards accessible to the user.list_jira_issues: Lists Jira issues with optional boardId or JQL filtering.get_jira_issue_comments: Retrieves all comments for a specific Jira issue.
Installation
Set the following environment variables:
JIRA_URL, JIRA_USER, JIRA_API_TOKEN, PROJECT_CODE
Claude Desktop config:
{
"mcpServers": {
"jira-mcp": {
"command": "node",
"args": ["/absolute/path/to/simple-mcp/index.js"],
"env": {
"JIRA_URL": "https://your-domain.atlassian.net",
"JIRA_USER": "user@example.com",
"JIRA_API_TOKEN": "token",
"PROJECT_CODE": "PROJ"
}
}
}
}
Supported hosts
VS Code (GitHub Copilot Chat)
Quick install
npm installInformation
- Pricing
- free
- Published
- 5/22/2026
- stars






