Cronicorn for Grok
io.github.weskerllc/cronicorn-mcp-server
Manage adaptive cron jobs and HTTP endpoint scheduling via AI assistants.
client:Grok
transport:stdio
runtime:npm
Install Cronicorn in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cronicorn-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cronicorn/mcp-server"
],
"env": {
"CRONICORN_API_URL": "<CRONICORN_API_URL>",
"CRONICORN_WEB_URL": "<CRONICORN_WEB_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