Q360
Freeby MCP Community
MCP server for Q360 — exposes the full multi-standard QMS workspace to MCP clients
v1.2.4Added Apr 12, 2026
Q360 MCP Server
MCP server for Q360 — exposes the full multi-standard QMS workspace to MCP clients
Installation
Reviews
Installation
Quick install
npx -y q360-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"q360": {
"command": "npx",
"args": ["-y", "q360-mcp-server"]
}
}
}