extracto mcp for Grok
io.github.massanaroger/extracto-mcp
Turn any URL plus a schema into validated, typed JSON via the Extracto API.
client:Grok
transport:stdio
runtime:npm
Install extracto mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"extracto-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"extracto-mcp"
],
"env": {
"EXTRACTO_API_KEY": "<EXTRACTO_API_KEY>",
"EXTRACTO_BASE_URL": "<EXTRACTO_BASE_URL>",
"EXTRACTO_TIMEOUT_MS": "<EXTRACTO_TIMEOUT_MS>"
}
}
}
}
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