Skip to content
Cline

r packagedev mcp for Cline

io.github.b0ydt/r-packagedev-mcp

MCP server for R package development using usethis, devtools, renv, and testthat

client:Cline transport:stdio runtime:npm

Install r packagedev mcp 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": {
    "r-packagedev-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "r-packagedev-mcp"
      ]
    }
  }
}

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

r packagedev mcp in other clients