X Tools For Claude MCP MCP Server

X Tools for Claude MCP: A lightweight toolkit enabling Claude to search Twitter with natural language and display results based on user intent. Get

Local serverstdio

What is the X Tools For Claude MCP MCP server?

X Tools for Claude MCP: A lightweight toolkit enabling Claude to search Twitter with natural language and display results based on user intent. Get raw tweet data or AI analysis—your choice. Supports advanced Twitter search operators with. That is what the x tools for claude mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.

The short version

  • Natural Language Search — Ask Claude to search Twitter in plain English
  • Twitter Search — Search tweets using natural language or advanced Twitter syntax
  • Professional Formatting — Clean, markdown-formatted tweet display
  • Flexible Output — Display raw tweets or add analysis based on what you ask for
  • Advanced Filtering — Find tweets by keywords, users, dates, engagement metrics, and more
  • Pagination Support — Retrieve more than the default 20 tweets per search when needed

The tools it exposes

The server publishes 4 tools. What each one is for:

  • Prerequisites — The Prerequisites tool exposed by this server
  • Users — The Users tool exposed by this server
  • Dates — The Dates tool exposed by this server
  • Engagement — The Engagement tool exposed by this server

What it needs from you

Configuration is passed through the environment: RAPIDAPI_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

  • Node.js v16+ - Claude for Desktop - Free RapidAPI key with access to the "The Old Bird API" (Twitter154) endpoint

Getting it running

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

How it compares

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. X Tools For Claude MCP's toolset — Prerequisites, Users, Dates and 1 more — is a fair guide to whether it matches your workflow. It is maintained by 0xGval; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Things to watch

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
PrerequisitesThe Prerequisites tool exposed by this server.
UsersThe Users tool exposed by this server.
DatesThe Dates tool exposed by this server.
EngagementThe Engagement tool exposed by this server.

How to install the X Tools For Claude MCP MCP server

{
     "mcpServers": {
       "x-tools": {
         "command": "node",
         "args": ["YOUR_ABSOLUTE_PATH_TO/main.js"],
         "env": {
           "RAPIDAPI_KEY": "your_rapidapi_key"
         }
       }
     }
   }

Configuration as documented by the project. Restart the client after saving.

Configuration

  • Node.js v16+ - Claude for Desktop - Free RapidAPI key with access to the "The Old Bird API" (Twitter154) endpoint
VariableDescriptionRequired
RAPIDAPI_KEYCredential the server authenticates with.Yes

Example prompts to try

  • Use X Tools For Claude MCP to Prerequisites.
  • Use X Tools For Claude MCP to Users.
  • Use X Tools For Claude MCP to Dates.

Frequently asked questions

Node.js v16+, Claude for Desktop, and a free RapidAPI key with access to The Old Bird API (Twitter154).