Skip to content
VS Code

ClaudeR - RStudio MCP Server for VS Code

io.github.imnmv/clauder

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

client:VS Code transport:stdio runtime:pypi

Install ClaudeR - RStudio MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "clauder": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "clauder-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

ClaudeR - RStudio MCP Server in other clients