phisanti/MCPR
Model Context Protocol for R: enables AI agents to participate in interactive live R sessions.
Quick Start
Clone the repository:
git clone https://github.com/phisanti/MCPRClaude Desktop configuration example:
{
"mcpServers": {
"mcpr": {
"command": "npx",
"args": [
"-y",
"phisanti/MCPR"
]
}
}
}Check the repository README for specific installation and configuration instructions.