Skip to content
Cline

ClaudeR - RStudio MCP Server for Cline

io.github.imnmv/clauder

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

client:Cline transport:stdio runtime:pypi

Install ClaudeR - RStudio MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

ClaudeR - RStudio MCP Server in other clients