qlows mcp for Grok
io.github.getqlows/qlows-mcp
Find Tenders in 35 Countries of the WTO-GPA Zone and ground your AI for your RFP responses
client:Grok
transport:stdio
runtime:npm
Install qlows mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"qlows-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@qlows/mcp"
],
"env": {
"QLOWS_TOKEN": "<QLOWS_TOKEN>",
"QLOWS_BASE_URL": "<QLOWS_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs