Denik for Grok
me.denik/denik
Book appointments, check availability, list services and create payment links for a Denik business.
client:Grok
transport:stdio
runtime:npm
Install Denik in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"denik": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@denik.me/mcp"
],
"env": {
"DENIK_API_KEY": "<DENIK_API_KEY>",
"DENIK_BASE_URL": "<DENIK_BASE_URL>",
"DENIK_TIMEOUT_MS": "<DENIK_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