OrenGrinker/jira-mcp-server
If you are the rightful owner of jira-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A comprehensive, production-ready Model Context Protocol (MCP) server for seamless Jira Cloud integration.
The Jira MCP Server is a robust and production-ready Model Context Protocol (MCP) server designed for seamless integration with Jira Cloud. It offers advanced features, robust error handling, and extensive tooling for AI agents, automation systems, and custom applications. This server facilitates efficient management of Jira boards, issues, users, and projects, while also providing tools for time tracking and commenting. With intelligent rate limiting, comprehensive logging, and modular architecture, it ensures a smooth and efficient interaction with Jira's API. The server is implemented in TypeScript, ensuring type safety and maintainability, and supports complex JQL queries for advanced search capabilities. It is designed to respect Jira's API limits and provides detailed error messages for troubleshooting.
Features
- Board Management: List, filter, and manage Jira boards with detailed information.
- Issue Operations: Create, update, search, transition, and manage issues comprehensively.
- User Management: Search users, get user details, and manage assignments.
- Project Administration: View projects, get detailed project information.
- Time Tracking: Add and view work logs with flexible time formats.
Usages
usage with Claude Desktop
{ "mcpServers": { "jira": { "command": "npx", "args": ["@orengrinker/jira-mcp-server"], "env": { "JIRA_BASE_URL": "https://your-company.atlassian.net", "JIRA_EMAIL": "your-email@company.com", "JIRA_API_TOKEN": "your-jira-api-token", "LOG_LEVEL": "INFO" } } } }
Tools
get_boards
List all boards with optional filtering by type and project.
search_issues
Search issues using JQL with flexible parameters.
create_issue
Create new issues with full field support.
get_current_user
Get authenticated user information.
get_projects
List all accessible projects.