mcp-jira-server
3
MCP Jira Server is a Model Context Protocol server designed to integrate with Jira for managing issues efficiently. It provides features like creating, reading, updating issues, and managing epics with subtasks to facilitate personal issue tracking.
MCP Jira Server
An MCP server that integrates with Jira for issue management.
Features
- Create, read, update Jira issues
- Search issues
- Epic management with subtasks
- Personal issue tracking
Other use cases
- Create issues from PRDs
Prerequisites
- Python 3.8+
- Jira account with API access
- Jira API token
Setup
- Clone the repository
- Create and activate a virtual environment
- Install dependencies
- Configure environment variables in
.env
Running the Server
The server will start on http://localhost:8000
Security Notes
- Never commit your
.env
file - Keep your Jira API token secure
- Use HTTPS in production.