Back to directory
X

Xquik

Search, monitor, and automate X through an approval-gated two-tool MCP server.
Last updated August 4, 2026
Search/RetrievalRemote · SSETypeScript · Streamable HTTP0

Overview

Xquik is a remote MCP server for searching X, reading public data, monitoring keywords and accounts, and running approval-gated actions. Its deliberate two-tool design keeps discovery in explore and execution in xquik. Xquik publishes schemas, previews, OAuth 2.1 discovery, API-key authentication, webhooks, and SDK-backed APIs. The transport is Streamable HTTP at https://xquik.com/mcp.

Use cases

Search X for posts and accounts, then return structured results to an agent.
Monitor keywords and accounts, then deliver webhook alerts for new activity.
Preview and approve posts, replies, likes, and follows before execution.
Run scheduled X workflows through a remote MCP client.

Install

{
  "mcpServers": {
    "xquik": {
      "url": "https://xquik.com/mcp",
      "headers": {
        "Authorization": "Bearer <XQUIK_API_KEY>"
      }
    }
  }
}

FAQ

Xquik can require explicit approval before execution. Previews show the intended action first.