MCP Directory
Back

ClaudeR

by IMNMV · Python · ★ 284

Connect RStudio to Claude Code, Codex, Gemini, and other LLM agents via MCP. Multi-agent orchestration, automated manuscript auditing, and zero-config setup with uvx

#agent#ai#claude#cli#codex#data-science#gemini#mcp#model-context-protocol#r#rstudio#rstudio-addin

Install

pip install git+https://github.com/IMNMV/ClaudeR.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "clauder": {
      "command": "uvx",
      "args": [
        "git+https://github.com/IMNMV/ClaudeR.git"
      ]
    }
  }
}

From the README

ClaudeR - The Modern Researcher's Toolkit Connect RStudio to Claude Code, Codex, Qwen Code, Gemini CLI, Antigravity CLI, or any MCP-based LLM agent for interactive coding, multi-agent orchestration, automated manuscript auditing, and data annotation. :|:---:|:---:| | [](https://youtu.be/KSKcuxRSZDY) | [](https://youtu.be/5ZMyfR6ZvYU) | [](https://youtu.be/TE-U8DPlShY) | - [Quick Start](#quick-start) - [Features](#features) - [How It Works](#how-it-works) - [Reviewer Zero](#reviewer-zero-automated-academic-audits) - [R Best Practices Pro…
Read full README on GitHub →

Related ai & ml servers