← Clique Research

Use Clique Research
in your MCP client.

Clique Research runs as an MCP server. Connect it to Claude (or any MCP client) to find the right communities for a question and run, read, and chat over a demand report, without leaving your assistant.

Tools
Claude Desktop config
claude_desktop_config.json
{
  "mcpServers": {
    "clique-research": {
      "command": "python",
      "args": ["-m", "mcp_server.server"],
      "cwd": "/path/to/clique-research-api"
    }
  }
}

No secret, no sign-in: it talks to the live public API. Needs Python + pip install mcp httpx; point cwd at a clique-research-api checkout (or just the mcp_server/ folder).