Skip to content

Q360

Free

by MCP Community

MCP server for Q360 — exposes the full multi-standard QMS workspace to MCP clients

v1.2.4Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Q360 MCP Server

MCP server for Q360 — exposes the full multi-standard QMS workspace to MCP clients

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y q360-mcp-server
Add to claude_desktop_config.json
{
  "mcpServers": {
    "q360": {
      "command": "npx",
      "args": ["-y", "q360-mcp-server"]
    }
  }
}