Skip to content
Zed

ClaudeR - RStudio MCP Server for Zed

io.github.imnmv/clauder

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

client:Zed transport:stdio runtime:pypi

Install ClaudeR - RStudio MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "clauder": {
      "command": "uvx",
      "args": [
        "clauder-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

ClaudeR - RStudio MCP Server in other clients