Jira
ECOSYSTEM REFERENCEAUTH REQUIREDOtherSource: @community· community reference
Let your AI agent search, create, and manage Jira issues, sprints, and projects using the Atlassian MCP integration for seamless project tracking.
Requires a Jira account email and an Atlassian API Token. Generate your API token from id.atlassian.com/manage-profile/security/api-tokens.
Setup Guide
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"@aashari/mcp-server-atlassian-jira"
],
"env": {
"ATLASSIAN_SITE_NAME": "your-org-subdomain",
"ATLASSIAN_USER_EMAIL": "your.email@company.com",
"ATLASSIAN_API_TOKEN": "ATATTxxxxxxxxxxxxxxxxxxxxxxxx"
}
}
}
}Tools
jira_get_issue
Retrieve full details of a Jira issue by its key (e.g., PROJ-123).
jira_search_issues
Search Jira issues using JQL (Jira Query Language) syntax.
jira_create_issue
Create a new Jira issue with type, summary, description, and priority.
jira_update_issue
Update the summary, description, status, or assignee of an existing issue.
jira_add_comment
Post a comment on an existing Jira issue.
jira_get_project
Retrieve project information, including board configuration and issue types.
jira_list_projects
List all accessible Jira projects in the organization.
jira_get_transitions
Get available workflow transitions for an issue (e.g., To Do → In Progress → Done).
Compatibility
About
Overview
The Jira MCP server connects your AI assistant to one of the world's most widely used project management platforms. Jira powers project tracking for millions of engineering, product, and operations teams worldwide.
With this integration, your AI can search issues using JQL, create new tickets from conversations, update issue statuses, add comments, and give you sprint summaries — reducing the friction between writing code and managing work.
Generating Your Atlassian API Token
- Log in to your Atlassian account and visit id.atlassian.com/manage-profile/security/api-tokens.
- Click Create API token.
- Give it a label (e.g., "MCP Server") and click Create.
- Copy the token immediately — it won't be shown again.
- Paste the token into
JIRA_API_TOKENin your config.
Your Jira URL is typically https://your-company.atlassian.net. You can find this in the browser address bar when you're logged into Jira.
Install and Troubleshooting Intent Coverage
Developer-install and troubleshooting intent for community MCP server listings.
install mcp server / mcp server setup guide
mcp json config example / vscode mcp setup
mcp server not working / mcp tools not showing
mcp server compatibility matrix / cursor vs vscode mcp compatibility
mcp server monetization options / convert community mcp server to paid listing
Related Setup, Debug, and Learning Links
CLI installation guide
Install baseline for all IDEs before listing-specific setup.
Using servers guide
Covers runtime usage patterns and auth flow.
Cursor setup walkthrough
High-intent setup path for developer troubleshooting journeys.
Troubleshooting: server not working
Common failure modes for install and runtime issues.
Troubleshooting: tools not showing
Covers discovery/listing failures across major IDEs.
Registry listing: linear
Maps this community reference to install-ready hosted listing.
Related explore entry: Confluence
Keeps same-intent users on matched category and tool shape.
Related explore entry: Google Maps
Keeps same-intent users on matched category and tool shape.
Related explore entry: Linear
Keeps same-intent users on matched category and tool shape.
Related explore entry: Notion
Keeps same-intent users on matched category and tool shape.
Install this server with the AgenticMarket CLI — you'll be prompted for your API credentials or OAuth tokens during setup. No manual JSON editing.
$npx agenticmarket install jiraConfluence
Enable your AI agent to search, read, create, and update Confluence pages and spaces — bringing your team's knowledge base into your AI workflow.
Google Maps
Give your AI agent the power to search places, get directions, geocode addresses, and retrieve business details using the Google Maps Platform APIs.
Linear
Empower your AI agent to manage Linear issues, projects, cycles, and teams — the modern project management tool built for high-velocity engineering teams.
Notion
Connect your AI agent to Notion workspaces to read pages, create documents, update databases, search content, and manage your team's knowledge system.
AgenticMarket