n8n-jira-confluence-mcp-agent

fluintech/n8n-jira-confluence-mcp-agent
★ 0 stars Unknown language AI/LLM Updated 3d ago
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.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "n8n-jira-confluence-": {
      "command": "npx",
      "args": [
        "-y",
        "fluintech/n8n-jira-confluence-mcp-agent"
      ]
    }
  }
}