Streamline Jira Cloud integration with this modular MCP server for AI and automation tools. Easily list scrum boards, track issues, add comments, fetch user info, and search users. Designed for extensibility and easy contribution, it helps automate workflows and connect Jira data to custom agents or bots. The server supports key Jira functionalities like retrieving server details and managing issues, all wrapped in a clean, TypeScript-based structure. Whether enhancing existing tools or building new automation, this project simplifies interacting with Jira Cloud via the Model Context Protocol.
🛠️ Requirements
- Node.js 18+
- Access to a Jira Cloud instance
- Jira API Token (see Jira API Tokens)
⚙️ Environment Variables
Set the following environment variables in your shell or .env
file:
JIRA_BASE_URL=https://your-domain.atlassian.net
JIRA_EMAIL=your-email@company.com
JIRA_API_TOKEN=your-jira-api-token