r packagedev mcp for Grok
io.github.b0ydt/r-packagedev-mcp
MCP server for R package development using usethis, devtools, renv, and testthat
client:Grok
transport:stdio
runtime:npm
Install r packagedev mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"r-packagedev-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"r-packagedev-mcp"
]
}
}
}
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