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:
Integrate with Google Sheets to read, write, and manage spreadsheet data.
Connect with 10,000+ tools across HRIS, ATS, CRM, Accounting, Calendar, Meeting, Ticketing, and more categories.
Create spaced repetition flashcards in Rember to remember anything you learn in your chats
Manage events, reporting, and analytics on Eventbrite.
An MCP server to execute Coze workflows locally via a Python script.
Manage schedules using the Dooray API. Requires API key, member ID, and calendar ID to be configured.
Read and write macOS user defaults and settings.
An intelligent tutoring server that uses GitHub documentation repositories to provide structured educational prompts and tools.
Connect to the Taskade platform via MCP. Access tasks, projects, workflows, and AI agents in real-time through a unified workspace and API.
A simple to-do list manager to record, track, and complete daily tasks.