DevUtils MCP Server for Grok
io.github.paladini/devutils-mcp-server
36 local developer utilities for AI agents. Hash, encoding, UUID, JWT, JSON, network, text.
client:Grok
transport:stdio
runtime:npm
Install DevUtils MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"devutils-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"devutils-mcp-server"
]
}
}
}
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