Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
Node.js/TypeScript MCP server for Atlassian Jira. Equips AI systems (LLMs) with tools to list/get projects, search/get issues (using JQL/ID), and view dev info (commits, PRs). Connects AI capabilities directly into Jira project management and issue tracking workflows.
npx -y @aashari/mcp-server-atlassian-jiraAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"aashari-mcp-server-atlassian-jira-github": {
"command": "npx",
"args": [
"-y",
"npx -y @aashari/mcp-server-atlassian-jira"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from atlassian jira?"
API Key Required
This server requires an API key from atlassian jira. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| ATLASSIAN_JIRA_API_KEY | Yes | Your atlassian jira API key |
"What resources are available in atlassian jira?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in atlassian jira"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in atlassian jira with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.