Query Here

MCP Server

Add Query Here search to Claude Desktop, Cursor, or any MCP client.

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 to https://api.queryhere.com.
  • QUERY_HERE_TIMEOUT_MS: optional, defaults to 30000.

Tool

The server exposes search_query_here, which accepts query, optionalmode, and optional limit.