Skip to content
Cursor

r packagedev mcp for Cursor

io.github.b0ydt/r-packagedev-mcp

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

client:Cursor transport:stdio runtime:npm

Install r packagedev mcp in Cursor

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

{
  "mcpServers": {
    "r-packagedev-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "r-packagedev-mcp"
      ]
    }
  }
}

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

r packagedev mcp in other clients