rstudio-mcp-server

lerlerchan/rstudio-mcp-server

3.2

If you are the rightful owner of rstudio-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A Model Context Protocol (MCP) server for RStudio Desktop integration, enabling seamless R package development, testing, and jamovi module development from VSCode and other MCP clients.

Tools

Functions exposed to the LLM to take actions

r_execute

Execute arbitrary R code.

r_test_package

Run tests for an R package using devtools::test().

r_test_file

Run a specific test file.

r_check_package

Run R CMD check on a package.

r_document_package

Generate documentation for an R package using roxygen2.

r_build_package

Build an R package.

r_load_all

Load all functions in a package for interactive development.

r_install_package

Install an R package from CRAN or local path.

r_list_packages

List all installed R packages.

r_workspace_ls

List objects in the R workspace.

jamovi_build_module

Build a jamovi module.

jamovi_check_module

Check a jamovi module for issues.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources