jiri-mcp
Enables AI agents to manage Jira Cloud issues through natural language, including searching, creating, updating, commenting, assigning, and transitioning issues.
README
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 |
Search issues with JQL |
get_issue |
Get full issue details |
create_issue |
Create new issues |
update_issue |
Update issue fields |
add_comment |
Add comments |
list_transitions |
List available status transitions |
transition_issue |
Change issue status |
assign_issue |
Assign/unassign issues |
list_projects |
List accessible projects |
search_users |
Search users by name/email |
Setup
1. Install dependencies
npm install
2. Configure environment
Copy the example env file and fill in your credentials:
cp .env.example .env
You'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 build
Usage
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.json
Edit 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 dev
Production
npm run build
npm start
Example 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.