jira mcp for Cursor
io.github.xcollantes/jira-mcp
Feature-rich MCP for controlling Jira through LLM clients. Safe for corporate environments.
client:Cursor
transport:stdio
runtime:pypi
Install jira mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"jira-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"jira-tools-mcp"
],
"env": {
"JIRA_API_TOKEN": "<JIRA_API_TOKEN>",
"JIRA_AUTH_TYPE": "<JIRA_AUTH_TYPE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs