Skip to main content
Glama
hinha

xeng-mcp

xeng-mcp

MCP gateway for searching X/Twitter tweets stored in x-engine.

Install

npx -y xeng-mcp@latest --version

Host config (credentials and upstream are host-owned — do not bake them into skills):

{
  "mcpServers": {
    "x-engine": {
      "command": "npx",
      "args": ["-y", "xeng-mcp@latest"],
      "env": {
        "XENG_API_KEY": "<consumer-api-key>",
        "XENG_BASE_URL": "<x-engine-base-url>",
        "XENG_TIMEOUT": "60s"
      }
    }
  }
}

See mcp.json.example.

Related MCP server: X MCP Server

Environment

Variable

Required

Description

XENG_API_KEY

yes (stdio)

Consumer API key (Authorization: Bearer …)

XENG_BASE_URL

no

Upstream x-engine base (host default if unset)

XENG_TIMEOUT

no

Upstream timeout (60s, 5m, or ms)

XENG_HOST / XENG_PORT

no

HTTP serve bind

XENG_LOG_LEVEL

no

debug | info | warn | error

Flags: --api-key, --xeng-base-url, --timeout, --stdio, serve / --http.

Tools

Tool

Role

xeng_search

Tweet search + filters

xeng_health

Liveness

Authenticated calls include X-Client-Type: mcp for x-engine rate-limit profiling.

Skill

skills/x-social/SKILL.md/x-social procedures for clustering, trends, campaigns, and market/sales reading. Install into the agent skills path with this MCP enabled.

CLI

xeng-mcp version
xeng-mcp help
xeng-mcp update
xeng-mcp --stdio
xeng-mcp serve

Development

make install && make check && make build
cp .env.example .env
make stdio

Node ≥ 20.

License

MIT

A
license - permissive license
Not graded
quality - not tested
A
maintenance

Maintenance

Maintainers
Response time
0dRelease cycle
2Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    B
    quality
    D
    maintenance
    Enables users to interact with X (Twitter) through the X API. Supports posting tweets, retrieving user timelines, searching tweets, and replying to tweets with comprehensive error handling.
    3
    16
  • A
    license
    Not graded
    quality
    D
    maintenance
    A read-only X/Twitter MCP server that enables data retrieval for user profiles, tweets, and social graphs using OAuth 2.0 Bearer Token authentication. It supports searching recent tweets, viewing timelines, and tracking engagement metrics like followers, likes, and retweets.
    3
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables real-time search of X (Twitter) posts, user timelines, and trends using either xAI's Responses API or the official X API v2.
    4

View all related MCP servers

Related MCP Connectors

  • X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.

  • X (Twitter) profiles, tweets and single-tweet lookup by handle or URL. No login. Pay per result.

  • 128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hinha/xeng-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server