Skip to content
Grok

ClaudeR - RStudio MCP Server for Grok

io.github.imnmv/clauder

Connect RStudio to AI assistants for interactive R coding and data analysis.

client:Grok transport:stdio runtime:pypi

Install ClaudeR - RStudio MCP Server in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "clauder": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clauder-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

ClaudeR - RStudio MCP Server in other clients