🚀 Access and manage Jira issues effortlessly with this simple MCP server, enabling AI assistants to enhance your project workflows.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"jira-simple-mcp": {
"command": "npx",
"args": [
"-y",
"Luis13-source/jira-simple-mcp"
]
}
}
}
Run in terminal:
claude mcp add jira-simple-mcp npx -y Luis13-source/jira-simple-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"jira-simple-mcp": {
"command": "npx",
"args": [
"-y",
"Luis13-source/jira-simple-mcp"
]
}
}
}