Skip to main content
Gemini CLI supports MCP servers natively. Add the Xpoz MCP server to your settings file to access all 48 tools from the Gemini CLI.

Setup

1

Get your access key

Sign up at xpoz.ai and copy your access key from the Get Token page.
2

Configure the MCP server

Add the Xpoz server to your Gemini CLI settings file at ~/.gemini/settings.json:
{
  "mcpServers": {
    "xpoz": {
      "uri": "https://mcp.xpoz.ai/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
Replace YOUR_API_KEY with your actual Xpoz access key.
If the file already contains other MCP servers, add the "xpoz" entry inside the existing "mcpServers" object.
3

Restart Gemini CLI

Close and reopen Gemini CLI to pick up the new configuration. The 48 Xpoz tools will be available in your next session.
4

Verify the connection

Ask Gemini to run a query:
Look up the Twitter user @elonmusk using Xpoz
If Gemini calls getTwitterUser and returns profile data, the connection is working.

Example Queries

Once connected, you can ask Gemini to perform social media research:
Search Reddit for posts about "rust programming" in the learnrust subreddit
Find the top Instagram posts mentioning "sustainable fashion" this month
Get TikTok user profile for @charlidamelio
Gemini will call the appropriate Xpoz MCP tools and return structured results.

Next Steps

MCP Tools

Browse all 48 tools across 4 platforms

Response Modes

Learn about fast, paging, and CSV response modes