
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
clauder-mcp
Advanced tools
MCP server connecting AI assistants to RStudio for interactive R coding and data analysis
mcp-name: io.github.IMNMV/clauder
MCP server that connects AI assistants to RStudio for interactive R coding and data analysis.
This is the Python MCP bridge component of ClaudeR. It works with Claude Desktop, Claude Code, Codex CLI, Gemini CLI, Cursor, and any other MCP-compatible client.
You need the ClaudeR R package installed and running in RStudio:
if (!require("devtools")) install.packages("devtools")
devtools::install_github("IMNMV/ClaudeR")
library(ClaudeR)
claudeAddin()
Start the server from the RStudio Viewer pane before connecting your AI tool.
claude mcp add --transport stdio --scope user r-studio -- uvx clauder-mcp
codex mcp add r-studio -- uvx clauder-mcp
Add to your ~/.gemini/settings.json:
{
"mcpServers": {
"r-studio": {
"command": "uvx",
"args": ["clauder-mcp"]
}
}
}
Add to your MCP config file:
{
"mcpServers": {
"r-studio": {
"command": "uvx",
"args": ["clauder-mcp"]
}
}
}
FAQs
MCP server connecting AI assistants to RStudio for interactive R coding and data analysis
We found that clauder-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.