Back to MCP Servers
MCPR
Model Context Protocol for R: enables AI agents to participate in interactive live R sessions.
data-science-toolsaiagent
By phisanti
Installation
npx -y MCPRConfiguration
{
"mcpServers": {
"MCPR": {
"command": "npx",
"args": ["-y", "MCPR"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes