MCP Jira Integration
A Jira integration that allows LLMs to act as project managers and personal assistants for teams.
MCP Jira Integration
A simple Model Context Protocol (MCP) server for Jira that allows LLMs to act as project managers and personal assistants for teams using Jira.
Features
Core MCP Tools
- create_issue - Create new Jira issues with proper formatting
- search_issues - Search issues using JQL with smart formatting
- get_sprint_status - Get comprehensive sprint progress reports
- get_team_workload - Analyze team member workloads and capacity
- generate_standup_report - Generate daily standup reports automatically
Project Management Capabilities
- Multi-Project Support: Work with multiple projects by specifying project keys dynamically
- Sprint progress tracking with visual indicators
- Team workload analysis and capacity planning
- Automated daily standup report generation
- Issue creation with proper prioritization
- Smart search and filtering of issues
Requirements
- Python 3.8 or higher
- Jira account with API token
- MCP-compatible client (like Claude Desktop)
Quick Setup
- Clone and install:
cd mcp-jira
pip install -e .
- Configure Jira credentials in
.env:
JIRA_URL=https://your-domain.atlassian.net
[email protected]
JIRA_API_TOKEN=your_api_token
PROJECT_KEY=PROJ
DEFAULT_BOARD_ID=123
- Run the MCP server:
python -m mcp_jira.simple_mcp_server
Usage Examples
Creating Issues
"Create a high priority bug for the login system not working properly"
- Auto-assigns proper issue type, priority, and formatting
Sprint Management
"What's our current sprint status?"
- Gets comprehensive progress report with metrics and visual indicators
Team Management
"Show me the team workload for john.doe, jane.smith, mike.wilson"
- Analyzes capacity and provides workload distribution
Daily Standups
"Generate today's standup report"
- Creates formatted report with completed, in-progress, and blocked items
MCP Integration
With Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-jira": {
"command": "python",
"args": ["-m", "mcp_jira.simple_mcp_server"],
"cwd": "/path/to/mcp-jira"
}
}
}
With Other MCP Clients
The server follows the standard MCP protocol and works with any MCP-compatible client.
Configuration
Required Environment Variables
JIRA_URL- Your Jira instance URLJIRA_USERNAME- Your Jira username/emailJIRA_API_TOKEN- Your Jira API tokenPROJECT_KEY- Default project key for operations (can be overridden per request)
Optional Settings
DEFAULT_BOARD_ID- Default board for sprint operations (can be overridden per request)STORY_POINTS_FIELD- Custom field ID for Story Points (default: customfield_10026)DEBUG_MODE- Enable debug logging (default: false)LOG_LEVEL- Logging level (default: INFO)
Getting Jira API Token
- Go to Atlassian Account Settings
- Click "Create API token"
- Give it a name and copy the token
- Use your email as username and the token as password
Architecture
This implementation prioritizes simplicity:
- Single MCP server file - All tools in one place
- Standard MCP protocol - Uses official MCP SDK
- Rich formatting - Provides beautiful, readable reports
- Error handling - Graceful handling of Jira API issues
- Async support - Fast and responsive operations
Troubleshooting
Common Issues
-
"No active sprint found"
- Make sure your board has an active sprint
- Check that
DEFAULT_BOARD_IDis set correctly
-
Authentication errors
- Verify your API token is correct
- Check that your username is your email address
-
Permission errors
- Ensure your Jira user has appropriate project permissions
- Check that the project key exists and you have access
Debug Mode
Set DEBUG_MODE=true in your .env file for detailed logging.
Contributing
- Fork the repository
- Make your changes
- Test with your Jira instance
- Submit a pull request
License
MIT License - see LICENSE file
Máy chủ liên quan
Kibela
An MCP server for integrating with the Kibela API, allowing LLMs to access and manage content on the knowledge-sharing platform.
Macuse
Let your AI assistant directly manage calendar, email, notes, and control any Mac app.
AISecretary
A collection of MCP servers to automate virtual secretary tasks within the Microsoft Outlook suite, managing tools like Mail and Categories.
Browser Use
An AI-driven server for browser automation using natural language commands, implementing the Model Context Protocol (MCP).
AnkiConnect
AnkiConnect MCP server for interacting with Anki via AnkiConnect.
Geekbot MCP
An MCP server that integrates Geekbot data and tools with AI models.
GoHighLevel
Integrate GoHighLevel with AI assistants like Claude and ChatGPT using a private API key.
Meta Mind
An advanced server for intelligent task management, workflow orchestration, and automatic archiving.
Desktop Automation
Control your desktop with AI. Automate mouse movements, keyboard inputs, and screen captures.
ActivityWatch MCP Server (Swift)
Provides structured access to ActivityWatch time tracking data for AI assistants.