Skip to content
Cursor

ClaudeR - RStudio MCP Server for Cursor

io.github.imnmv/clauder

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

client:Cursor transport:stdio runtime:pypi

Install ClaudeR - RStudio MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

ClaudeR - RStudio MCP Server in other clients