Skip to content
Gemini CLI

TweetAPI MCP for Gemini CLI

com.tweetapi/mcp

Read-only public Twitter data and TweetAPI docs for AI agents. Not affiliated with X Corp.

client:Gemini CLI transport:streamable-http

Install TweetAPI MCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "mcp": {
      "httpUrl": "https://mcp.tweetapi.com/mcp"
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

TweetAPI MCP in other clients