jiri-mcp
Provides tools for managing Jira issues, including searching with JQL, retrieving issue details, creating and updating issues, adding comments, changing status, assigning issues, listing projects, and searching users.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@jiri-mcpSearch for open bugs in project MYAPP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
jiri-mcp — Jira MCP Server
An MCP (Model Context Protocol) server that connects AI agents to Jira Cloud, enabling natural language issue management.
Features
Tool | Description |
| Search issues with JQL |
| Get full issue details |
| Create new issues |
| Update issue fields |
| Add comments |
| List available status transitions |
| Change issue status |
| Assign/unassign issues |
| List accessible projects |
| Search users by name/email |
Related MCP server: Jira Extended MCP Server
Setup
1. Install dependencies
npm install2. Configure environment
Copy the example env file and fill in your credentials:
cp .env.example .envYou'll need:
JIRA_HOST — Your Jira Cloud URL (e.g.,
https://yourcompany.atlassian.net)JIRA_EMAIL — Your Atlassian account email
JIRA_API_TOKEN — API token from Atlassian API Tokens
3. Build
npm run buildUsage
With Antigravity
Copy mcp_config.json to your Antigravity config directory and update the environment variables:
# Global config (all projects)
cp mcp_config.json ~/.gemini/config/mcp_config.json
# Or project-specific
cp mcp_config.json .agents/mcp_config.jsonEdit the copied file to add your real credentials:
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/absolute/path/to/jiri-mcp/dist/index.js"],
"env": {
"JIRA_HOST": "https://yourcompany.atlassian.net",
"JIRA_EMAIL": "you@example.com",
"JIRA_API_TOKEN": "your-api-token"
}
}
}
}Development mode
npm run devProduction
npm run build
npm startExample prompts
Once connected, you can ask your AI agent things like:
"Search for open bugs in project MYAPP"
"What's the status of MYAPP-123?"
"Create a task in MYAPP: Fix login timeout with priority High"
"Move MYAPP-456 to In Progress"
"Add a comment to MYAPP-789: Deployed fix to staging"
"Who's assigned to MYAPP-321?"
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to search, view, create, and update JIRA issues using natural language commands and JQL queries.65Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to manage Jira Cloud projects with full CRUD operations, bulk actions, sprint and release management, and issue linking using natural language.MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Jira Cloud and Confluence through natural language, performing JQL searches, issue management, and Confluence page creation.71MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Jira Cloud issues, supporting create, read, update, delete, search, and transition operations via natural language.36MIT
Related MCP Connectors
Connect to Atlassian Jira, Confluence, and Compass to search, create, and manage your work.
Task manager your agent can fully operate: boards, tasks, sprints, roles, worklogs, day planner.
Streamline your Attio workflows using natural language to search, create, update, and organize com…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chatchawarn035/jira-mcp-type-script'
If you have feedback or need assistance with the MCP directory API, please join our Discord server