HomeMarketing & E-Commerce › alttext-mcp

alttext-mcp

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

Official TypeScript Local
★ 0 stars Last pushed 2026-09-22 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.0.5)

npx -y @alttext_ai/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "alttext-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@alttext_ai/[email protected]"
      ],
      "env": {
        "ALTTEXT_API_KEY": "<YOUR_VALUE>",
        "ALTTEXT_API_BASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • ALTTEXT_API_KEY required secret — Your AltText.ai API key
  • ALTTEXT_API_BASE_URL — Optional API base URL override for proxies or alternate endpoints

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry