Integrates with Jira's REST API to manage issues programmatically.
A Model Context Protocol server that provides integration with Jira's REST API, allowing AI assistants to manage Jira issues programmatically.
This server provides tools for managing Jira issues:
To install Jira Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install jira-server --client claude
npm install
npm run build
.jira-config.json
file in your working directory:{
"projectKey": ["YOUR_PROJECT_KEY", "YOUR_OTHER_PROJECT_KEY"]
}
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"jira": {
"command": "node",
"args": ["/path/to/jira-server/build/index.js"],
"env": {
"JIRA_EMAIL": "your-email@example.com",
"JIRA_API_TOKEN": "your-api-token",
"JIRA_DOMAIN": "your-domain"
}
}
}
}
Creates a new Jira issue
Lists issues in the project
Updates an existing issue
Gets detailed information about a specific issue
Deletes a Jira issue
Adds a comment to an existing issue
For development with auto-rebuild:
npm run watch
The server includes comprehensive error handling for:
Issue information is formatted to include:
Tools to the query and execute of Dify workflows
A CLI tool to synchronize MCP (Model Context Protocol) settings across multiple AI coding tools.
Integrates with Notion's API to manage personal todo list
Provides direct access to your Bear notes database for comprehensive note management, bypassing standard API limitations.
Integrates with Wiki.js, enabling AI to read and update documentation.
MCP server for seamless document format conversion using Pandoc, supporting Markdown, HTML, and plain text, with other formats like PDF, csv and docx in development.
MCP server for easy access to education data through your Canvas LMS instance.
An MCP proxy bridge for the Leantime project management system, forwarding JSON-RPC messages with proper authentication.
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
A command-line tool to fetch Google Calendar schedules and convert them into custom prompts or text snippets using a template engine.