qlexpress-mcp

DQinYuan/qlexpress-mcp
★ 2 stars Java 💻 Code/Dev Tools Updated 1d ago
QLExpress MCP Server is an implementation of the QLExpress expression execution and analysis server based on the Model Context Protocol (MCP).
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "qlexpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "DQinYuan/qlexpress-mcp"
      ]
    }
  }
}