data science tools

MCPR

Model Context Protocol for R: enables AI agents to participate in interactive live R sessions.

local
macos
windows
linux
data science tools
0
View on GitHub

Installation

npx -y phisanti/MCPR

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

{
  "name": "MCPR",
  "command": "npx",
  "args": [
    "-y",
    "phisanti/MCPR"
  ]
}

About This MCP Server

phisanti/MCPR

Model Context Protocol for R: enables AI agents to participate in interactive live R sessions.

GitHub: https://github.com/phisanti/MCPR

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub