Jira MCP Server
An MCP server for interacting with Jira projects and issues.
Jira MCP Server
⚠️ This MCP Server is a work in progress ⚠️
An MCP Server to communicate with Jira.
This may work with Jira Data Center rest endpoints (/rest/api/2), but as of right now only cloud endpoints have been tested (/rest/api/3).
Running the Server
- Clone this repo
cdinto the repo- Run
npm install - Run
npm run build
In your MCP client, you'll need to add the following environment variables:
JIRA_PROJECT_URL- Including/rest/api/3at the end. This should look likehttps://your-project.atlassian.net/rest/api/3.JIRA_USER_EMAIL- Your user email address. This is needed for Authorization with the API.JIRA_API_KEY- Your Jira API key. You can find info on creating and managing Jira API keys hereJIRA_PROJECT_KEY- The default key you'd like to use for creating new issues
Available Tools
- Get Issue By Key
- Search Issues
- Create Issue
- Assign Issue
- Unassign Issue
- Edit Issue
- Transition Issue
- Archive Issues
Resources
Setup, but none implemented.
Setup with MCP Client (Claude Desktop, Cursor, etc.)
Add the server to the configuration file of your MCP Client.
{
"mcpServers": {
"jira-mcp-server": {
"command": "node",
"args": ["path-to-repo/jira-mcp-server/build/index.js"],
"env": {
"JIRA_PROJECT_URL": "https://project-url.atlassian.net/rest/api/3",
"JIRA_USER_EMAIL": "[email protected]",
"JIRA_API_KEY": "yourAPIkey",
"JIRA_PROJECT_KEY": "ABC"
}
}
}
}
Issues
Please open any issues if you encounter them.
Похожие серверы
Kone.vc
спонсорMonetize your AI agent with contextual product recommendations
Obsidian
Interact with your Obsidian notes and vaults using the Local REST API plugin.
Safe Docx
Edit Word (.docx) documents with tracked changes, redlines, and formatting preservation. MIT licensed, 100% local processing.
Notes
Centralized note store across AI clients: Claude, ChatGPT, Cursor, Codex, Windsurf. Save in one client, access in another instantly. Across devices — phone, desktop, everywhere. Cross-session context: 'catch me up' surfaces plans and findings from any prior session. AES-256-GCM encryption at rest, per-user key isolation. Soft delete with 30-day recovery window. Pin notes to exempt from cleanup and prioritize. Tag notes for categorization and filtering ('tag: auth'). Your mctx account is your identity — instant access from any AI tool.
Dub.co
Interact with the Dub.co API to shorten links, manage custom domains, and track analytics.
NotebookLM MCP Server
Let your CLI agents (Claude, Cursor, Codex...) chat directly with NotebookLM for zero-hallucination answers based on your own notebooks
MCP Notes
A simple note-taking server for recording and managing notes with AI models, using AWS DynamoDB for storage.
Shannon Thinking
A tool for systematic problem-solving based on Claude Shannon's methodology, breaking down complex problems into structured thoughts.
PromptX
An AI capability enhancement system providing professional roles, memory management, and knowledge systems for applications like Claude and Cursor.
Logseq
Control and interact with a local Logseq graph for knowledge management and note-taking.
SVG Converter
Convert SVG files to PNG, ICO, and JPG formats with high-quality rendering using the Cairo C library.