Deterministic, template-driven n8n MCP server exposing Jira & Confluence as AI-agent tools — schema-validated Markdown-to-ADF rendering, no LLM in the write path.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"n8n-jira-confluence-": {
"command": "npx",
"args": [
"-y",
"fluintech/n8n-jira-confluence-mcp-agent"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add n8n-jira-confluence- npx -y fluintech/n8n-jira-confluence-mcp-agent
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"n8n-jira-confluence-": {
"command": "npx",
"args": [
"-y",
"fluintech/n8n-jira-confluence-mcp-agent"
]
}
}
}
📋 Copy