Easy Digital Downloads for Grok
io.github.verygoodplugins/mcp-edd
MCP server for Easy Digital Downloads REST API - sales, customers, products, analytics
client:Grok
transport:stdio
runtime:npm
Install Easy Digital Downloads in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-edd": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@verygoodplugins/mcp-edd"
]
}
}
}
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