mcpbeat Sign in

Alttext MCP Server

by alttextai Your server? Claim it
local only

Alttext MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 18 installs a week from npm. Last commit 17 Sep 2026.

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

Installs per day peak 9 · avg 2 · +75% w/w
a month agotoday
18
Installs / week
npm · @alttext_ai/alttext-mcp
0
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Alttext MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add alttext-mcp -- npx -y @alttext_ai/alttext-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alttext-mcp": {
      "args": [
        "-y",
        "@alttext_ai/alttext-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alttext-mcp]
command = "npx"
args = ["-y", "@alttext_ai/alttext-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alttext-mcp": {
      "args": [
        "-y",
        "@alttext_ai/alttext-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alttext-mcp": {
      "args": [
        "-y",
        "@alttext_ai/alttext-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ALTTEXT_API_KEY (Your AltText.ai API key), ALTTEXT_API_BASE_URL (Optional API base URL override for proxies or alternate endpoints). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Alttext MCP

same job, measured the same way
Frenchie
by lab94

OCR, transcription, file extraction, and image generation for AI agents via MCP.

135 installs/wk 7 tools answering
Leaf
by readwithleaf

AI assistant integration for Leaf — track books, log reading sessions, and manage your library.

answering
AI Content Drop
by aicontentdrop

Make AI videos and images from a description, on one credit balance. Sign in to generate.

41 tools answering
Imejis
by imejis

Generate on-brand images from your AI agent: design, edit, and render templates over MCP.

answering
Flowstep
by flowstep

Generate, inspect, and manage Flowstep UI designs directly from your AI assistant.

answering
Seerxo
by semihbugrasezer

Generate SEO-optimized Etsy listings — title, description, and 13 tags — from your AI assistant.

104 installs/wk 5 tools answering
Magnific
by mcp-dir

Magnific in natural language: upscale images, generate and list your creations. Connect your Magnifi

67 tools answering
FlowNode
by flownode

Generate images, video, audio and 3D with FlowNode; results land in your asset library.

answering

Alttext MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Alttext MCP?
Alttext MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @alttext_ai/alttext-mcp was installed 18 times last week.
How do I connect Alttext MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @alttext_ai/alttext-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Alttext MCP?
The npm package @alttext_ai/alttext-mcp was installed 18 times in the last week. Week over week that is +75%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Alttext MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.