
Jira
MCP to Connect JIRA by NodeJs
vurtnec
README
MCP Jira
Model Context Protocol (MCP) server for Jira Cloud products. This integration is designed specifically for Jira Cloud instances and does not support Jira Server or Data Center deployments.
Features
- Search and read Jira issues
API
Tools
Jira Tools
- jira_get_issue
- Get details of a specific Jira issue
- Inputs:
issue_key
(string): Jira issue key (e.g., 'PROJ-123')expand
(string, optional): Fields to expand
Usage with Claude Desktop
-
Get API tokens from: https://id.atlassian.com/manage-profile/security/api-tokens
-
Add to your
claude_desktop_config.json
: -
Git clone this repo and run
npm install
-
Run
npm run build
{
"mcpServers": {
"jira": {
"command": "npx",
"args": [
"-y",
"/your/project/path/mcp-jira",
"--jira-url",
"https://your-domain.atlassian.net",
"--jira-username",
"your.email@domain.com",
"--jira-api-token",
"your_api_token"
]
}
}
}
Replace /your/project/path/mcp-jira
with the actual path where you've cloned the repository.
License
Licensed under MIT - see LICENSE file. This is not an official Atlassian product.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
MCP Package Docs Server
Facilitates LLMs to efficiently access and fetch structured documentation for packages in Go, Python, and NPM, enhancing software development with multi-language support and performance optimization.
Claude Code MCP
An implementation of Claude Code as a Model Context Protocol server that enables using Claude's software engineering capabilities (code generation, editing, reviewing, and file operations) through the standardized MCP interface.
@kazuph/mcp-taskmanager
Model Context Protocol server for Task Management. This allows Claude Desktop (or any MCP client) to manage and execute tasks in a queue-based system.
Apple MCP Server
Enables interaction with Apple apps like Messages, Notes, and Contacts through the MCP protocol to send messages, search, and open app content using natural language.
Gitingest-MCP
An MCP server for gitingest. It allows MCP clients like Claude Desktop, Cursor, Cline etc to quickly extract information about Github repositories including repository summaries, project directory structure, file contents, etc
Linear MCP Server
Enables interaction with Linear's API for managing issues, teams, and projects programmatically through the Model Context Protocol.
mermaid-mcp-server
A Model Context Protocol (MCP) server that converts Mermaid diagrams to PNG images.