Client config
{
"mcpServers": {
"queryhere": {
"command": "npx",
"args": ["-y", "@queryhere/mcp-server"],
"env": {
"QUERY_HERE_API_KEY": "qh_live_..."
}
}
}
}Environment variables
QUERY_HERE_API_KEY: required API key.QUERY_HERE_API_URL: optional, defaults tohttps://api.queryhere.com.QUERY_HERE_TIMEOUT_MS: optional, defaults to30000.
Tool
The server exposes search_query_here, which accepts query, optionalmode, and optional limit.
