Skip to content
Grok

alttext mcp for Grok

io.github.alttextai/alttext-mcp

Generate alt text, translate descriptions, and manage your AltText.ai image library.

client:Grok transport:stdio runtime:npm

Install alttext mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "alttext-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@alttext_ai/alttext-mcp"
      ],
      "env": {
        "ALTTEXT_API_KEY": "<ALTTEXT_API_KEY>",
        "ALTTEXT_API_BASE_URL": "<ALTTEXT_API_BASE_URL>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

alttext mcp in other clients