jiaqiuwang123/mcp-r-wsl-server
3.2
If you are the rightful owner of mcp-r-wsl-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 henry@mcphub.com.
The Node.JS MCP server allows you to run R script directly in Gemini-Cli.
Tools
r-wsl
Allows execution of R scripts in Windows Subsystem for Linux (WSL) through Gemini-Cli.
The Node.JS MCP server allows you to run R script directly in Gemini-Cli
To use it, following the steps:
- Install Gemini-Cli in WSL
- Clone the package into your machine
- Add dependency packages using npm install https://github.com/jiaqiuwang123/mcp-r-wsl-server.git --save-dev
- Move settings.json into home folder in .gemini
- Add your GitHub token into "GITHUB_PERSONAL_ACCESS_TOKEN"
- Change "args" in the "r-wsl" into your own path cloned the package
- Run "node index.js" to launch the MCP server in another terminal
- Enter gemini in terminal, it will show "Using 2 MCP servers"
- Use /mcp to check, you will see r-wsl
- Ignore the Disconnected (0 tools cached) and No tools available
- Then you can ask gemini to produce R script. For example, can you write a R script to generage 10 random integers from 10 to 100 ?
- Run R script in the Gemini-Cli