alttext mcp for Cursor
io.github.alttextai/alttext-mcp
Generate alt text, translate descriptions, and manage your AltText.ai image library.
client:Cursor
transport:stdio
runtime:npm
Install alttext mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"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>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs