MCP server that exposes Jira Cloud operations to AI agents.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"self-jira-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"MarcosAlves90/self-jira-bridge-mcp"
]
}
}
}
Run in terminal:
claude mcp add self-jira-bridge-mcp npx -y MarcosAlves90/self-jira-bridge-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"self-jira-bridge-mcp": {
"command": "npx",
"args": [
"-y",
"MarcosAlves90/self-jira-bridge-mcp"
]
}
}
}