devpick for Grok
io.github.kimbobmarley03/devpick
43 local developer tools for AI agents: PDF, subnet, regex, JSON, conversion, and more.
client:Grok
transport:stdio
runtime:npm
Install devpick in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"devpick": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@devpick/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