Jira-MCP-Server
44
Jira MCP Server allows users to interact with Jira using natural language by leveraging the Model Context Protocol. Users can manage projects, issues, and workflows using Claude Desktop, automating various PM tasks directly within the Jira environment.
Jira MCP Server
Speak to Jira in natural language to get information and modify your project. Features include:
- Project creation and configuration
- Issue and subtask management
- Issue linking and dependencies
- Automated issue workflows
Configuration
Requires environment variables:
JIRA_HOST
: Your Jira instance hostnameJIRA_EMAIL
: Your Jira account emailJIRA_API_TOKEN
: API token from your Atlassian profile
Setup Instructions
- Clone the repository and navigate to the directory.
- Install dependencies with
npm install
. - Configure environment variables in
.env
file. - Build the project with
npm run build
. - Start the server using
npm start
.
Configuring Claude Desktop
- Add Jira MCP server to Claude Desktop configuration by modifying
claude_desktop_config.json
.
Configuring Cursor
- Ensure the server is built and configure it in Cursor's
mcp.json
configuration file.