QLExpress MCP Server is an implementation of the QLExpress expression execution and analysis server based on the Model Context Protocol (MCP).
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"
]
}
}
}
Run in terminal:
claude mcp add qlexpress-mcp npx -y DQinYuan/qlexpress-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"qlexpress-mcp": {
"command": "npx",
"args": [
"-y",
"DQinYuan/qlexpress-mcp"
]
}
}
}