developer tools mcp server for Grok
io.github.thenextgennexus/developer-tools-mcp-server
Access GitHub repos, npm/PyPI packages, Stack Overflow, arXiv, and Google Scholar
client:Grok
transport:stdio
runtime:npm
Install developer tools mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"developer-tools-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@thenextgennexus/developer-tools-mcp-server"
],
"env": {
"APIFY_TOKEN": "<APIFY_TOKEN>"
}
}
}
}
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