xeng-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@xeng-mcpsearch tweets mentioning AI from the past week with over 50 likes"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
xeng-mcp
MCP gateway for searching X/Twitter tweets stored in x-engine.
Install
npx -y xeng-mcp@latest --versionHost 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 |
| yes (stdio) | Consumer API key ( |
| no | Upstream x-engine base (host default if unset) |
| no | Upstream timeout ( |
| no | HTTP serve bind |
| no |
|
Flags: --api-key, --xeng-base-url, --timeout, --stdio, serve / --http.
Tools
Tool | Role |
| Tweet search + filters |
| Liveness |
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 serveDevelopment
make install && make check && make build
cp .env.example .env
make stdioNode ≥ 20.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables interaction with X (formerly Twitter), allowing for posting tweets, searching content, managing accounts, and organizing lists.Last updated123MIT
- FlicenseBqualityDmaintenanceEnables 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.Last updated39
- Alicense-qualityCmaintenanceA 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.Last updated3MIT
- Flicense-qualityCmaintenanceEnables real-time search of X (Twitter) posts, user timelines, and trends using either xAI's Responses API or the official X API v2.Last updated4
Related MCP Connectors
X (formerly Twitter) posts, profiles, and search for AI agents. Free key, self-minted, no signup.
128 REST operations. 120 MCP routes; 119 JSON/text ops. OAuth 2.1. Not affiliated with X Corp.
x402-gated web search gateway. Tools: search, search_enriched.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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