Jira MCP Server
About
Mcp server in typescript to connect with Jira Analyze the issues
Details
- Author
- uddeshya-23
- Downloads
- 312
- Categories
- Developer Tools, Project Management
Jump to
- Full Jira REST API integration
- Connection pooling for optimal performance
- Comprehensive error handling
- Type-safe implementation
- Built-in rate limiting
- Request logging and monitoring
Install via npm install @modelcontextprotocol/server-jira, configure required environment variables (JIRA_HOST, JIRA_API_TOKEN, JIRA_EMAIL) and optional ones (PORT, POOL_SIZE), then start the server with npm run dev (development) or npm start (production). The server exposes HTTP endpoints for fetching issue details, current sprint details, and workload analytics.
Jira MCP Server
A Model Context Protocol server implementation for Jira integration. This server allows AI models to interact with Jira through a standardized interface.
Features
- Full Jira REST API integration
- Connection pooling for optimal performance
- Comprehensive error handling
- Type-safe implementation
- Built-in rate limiting
- Request logging and monitoring
Installation
npm install @modelcontextprotocol/server-jira
Configuration
The server requires the following environment variables:
JIRA_HOST=your-domain.atlassian.net
JIRA_API_TOKEN=your-api-token
JIRA_EMAIL=your-email@domain.com
PORT=3000 # Optional, defaults to 3000
POOL_SIZE=10 # Optional, defaults to 10
Usage
Starting the Server
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





