Skip to main content
Glama

x-intel-mcp ⚡ Zero-Auth Twitter/X Intelligence Engine for AI Agents

NPM Version License: MIT Build Status MCP Standard Twitter Stars

A high-performance Model Context Protocol (MCP) server providing zero-auth Twitter/X intelligence, crypto ticker cashtag analysis ($SOL, $BTC), whale tracking, and AI-driven sentiment scoring directly into Claude Code, Cursor, Pi, and Windsurf.

English | Русский | 中文


⚡ Why x-intel-mcp?

Standard Twitter API v2 costs $100–$5,000/month and requires enterprise developer accounts.

x-intel-mcp gives AI agents direct, structured access to live Twitter search streams, viral tweets, cashtag sentiment, and influencer alpha feeds without requiring any API key or subscription.

🌟 Key Capabilities

  • 🔍 Live Query Search (x_search): Fetch recent viral tweets, quotes, and threads on any topic.

  • 🪙 Crypto Cashtag Analyzer (x_crypto_sentiment): Scrape live sentiment on $SOL, $BTC, $ETH, meme coins, and calculate bullish/bearish ratio.

  • 👤 Influencer Feed Extractor (x_user_feed): Extract full timelines and alpha calls from specified Twitter accounts.

  • Zero Setup: Ready to use out of the box via npx x-intel-mcp or bunx x-intel-mcp.

  • 🔌 Universal MCP Support: 100% compatible with Claude Code, Cursor, Windsurf, Pi Agent, and LibreChat.


Related MCP server: grok-build-plugin

🚀 Quick Setup (1 Minute)

1. Claude Code CLI

Add x-intel-mcp to your global Claude Code configuration:

claude mcp add x-intel -- npx x-intel-mcp

2. Claude Desktop App

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "x-intel": {
      "command": "npx",
      "args": ["-y", "x-intel-mcp"]
    }
  }
}

3. Cursor IDE / Windsurf

Add in Cursor Settings -> Features -> MCP Servers:

  • Name: x-intel

  • Type: command

  • Command: npx -y x-intel-mcp


🛠 Available MCP Tools

Tool Name

Arguments

Description

x_search

query (string), limit (number)

Search real-time tweets, engagements, and links by keyword.

x_crypto_sentiment

ticker (string, e.g. SOL), limit (number)

Aggregate live cashtag posts and calculate net sentiment score.

x_user_feed

username (string), limit (number)

Stream latest tweets and replies from any public Twitter profile.


📊 Example Agent Prompts

Once installed, simply ask your agent in natural language:

"Analyze current Twitter sentiment on $SOL for the past 2 hours and summarize key narratives."

"What are the top 5 tweets regarding the latest Anthropic Claude 3.7 release?"

"Check the recent tweets from @vitalikbuterin and summarize his thoughts on L2 scaling."


💻 CLI Direct Execution

You can also run x-intel-mcp standalone from the command line:

# Direct search
npx x-intel-mcp search "Claude 3.7"

# Analyze crypto sentiment
npx x-intel-mcp sentiment "SOL"

# Read user profile
npx x-intel-mcp user "sama"

🤝 Contributing & Star History

We welcome pull requests! Star the repository if this helped your AI workflow:

Star History Chart


📄 License

MIT © Ali Cent

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to access Twitter/X data including user profiles, tweets, search, and follower events via a set of MCP tools.
    1
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Live X (Twitter) and web search for any coding agent through your existing Grok subscription. Exposes a grok_search MCP tool, so no X API key or X developer account is needed.
    59
    25
    Apache 2.0
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to post, search, and manage tweets on X (Twitter) via the MCP protocol.
    10
    2
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI agents to fully automate X/Twitter interactions including searching, posting, engaging, and managing multiple accounts without paid API keys.
    MIT

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/sosal123tyu1/x-intel-mcp'

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