Skip to main content
Glama

geez

Phone-first MCP tool that lets Claude (or any MCP client) call Grok.

Minimal. Requests-only. Zero bloat. Built to run cleanly in Termux / proot-distro.

Why "geez"

Because sometimes you just want Claude to be able to ask Grok without dragging the entire Super guard stack along.

Related MCP server: grok-mcp

Quick start (phone or desktop)

pip install -e .
export XAI_API_KEY=your_xai_key_here   # get one at https://console.x.ai
geez

Then connect any MCP client (Claude Desktop, Cursor, etc.) to the geez stdio server.

From Claude

call_grok(
  prompt="Explain quantum spin processors in plain English",
  system="You are Grok, built by xAI. Be direct and helpful.",
  model="grok-3",
  max_tokens=800
)

Tools exposed

Tool

Description

call_grok

Send a prompt to Grok and get the response back

Environment

XAI_API_KEY=...          # required
# GROK_API_KEY=...       # alias also accepted

Design principles

  • Single dependency beyond stdlib: requests + mcp

  • No guard pipelines, no Cisco, no Duo, no Stripe — just the call

  • Phone-native: works in Termux with almost no setup

  • Fully public and auditable


Made for the same phone-first workflow as the rest of the portfolio.

Install Server
F
license - not found
C
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Tools

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Integrates xAI's Grok APIs into Claude Code to enable image and video generation, real-time web searches, and multi-modal image analysis. It provides a suite of tools for interacting with Grok models directly through natural language prompts during a Claude session.
    Last updated
    5
    47
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server that wraps the xAI Grok API, allowing Claude and other AI agents to delegate thinking, planning, and real-time search tasks to Grok. It provides a single tool with options for different use cases including web search, Twitter/X search, and multi-agent reasoning.
    Last updated
    2
    42
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables real-time search of X.com (Twitter) posts, users, threads, and trends via xAI's Grok API, directly from Claude.
    Last updated
    5
    4
    MIT
  • A
    license
    -
    quality
    A
    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.
    Last updated
    45
    24
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Give AI agents real phone numbers, messages, and voice calls via MCP.

  • Phone, SMS & email for AI agents — one remote MCP endpoint, OAuth login, zero install.

  • Serper MCP — wraps the Serper Google Search API (serper.dev)

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/fitzyracing1/geez'

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