mcp quickstart for Grok
io.github.achsaf6/mcp-quickstart
quickstart for mcp deployment
client:Grok
transport:stdio
runtime:npm
Install mcp quickstart in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-quickstart": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@achsaf/quickstart-test"
],
"env": {
"SECRET": "<SECRET>"
}
}
}
}
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