getpronto for Grok
io.github.jaygould/getpronto
Upload, transform, and manage images on Get Pronto from AI agents.
client:Grok
transport:stdio
runtime:npm
Install getpronto in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"getpronto": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"getpronto-mcp"
],
"env": {
"GETPRONTO_API_KEY": "<GETPRONTO_API_KEY>",
"GETPRONTO_BASE_URL": "<GETPRONTO_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