Skip to main content

clauder-mcp

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.

Prerequisites

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.

Usage

Claude Code

claude mcp add --transport stdio --scope user r-studio -- uvx clauder-mcp

Codex CLI

codex mcp add r-studio -- uvx clauder-mcp

Gemini CLI

Add to your ~/.gemini/settings.json:

{
  "mcpServers": {
    "r-studio": {
      "command": "uvx",
      "args": ["clauder-mcp"]
    }
  }
}

Claude Desktop / Cursor

Add to your MCP config file:

{
  "mcpServers": {
    "r-studio": {
      "command": "uvx",
      "args": ["clauder-mcp"]
    }
  }
}

Tools

  • execute_r - Execute R code and return output
  • execute_r_with_plot - Execute R code that generates a plot
  • execute_r_async - Run long-running code in a background process
  • get_async_result - Poll for async job results
  • read_file - Read any text file from disk
  • get_active_document - Get the active document in RStudio
  • modify_code_section - Edit code in the active document
  • get_r_info - Get R environment information
  • list_sessions - List available RStudio sessions
  • connect_session - Connect to a specific session
  • get_session_history - View execution history by agent
  • create_task_list - Create a task list for analysis
  • update_task_status - Update task progress

Links

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clauder_mcp-0.14.1.tar.gz (93.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

clauder_mcp-0.14.1-py3-none-any.whl (33.6 kB view details)

Uploaded Python 3

File details

Details for the file clauder_mcp-0.14.1.tar.gz.

File metadata

  • Download URL: clauder_mcp-0.14.1.tar.gz
  • Upload date:
  • Size: 93.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for clauder_mcp-0.14.1.tar.gz
Algorithm Hash digest
SHA256 7b5235bea31a5a35508ed1ad6a8c512485167af1a80c3ccbe7b2225560009303
MD5 77d7943b23d55a024494b8b6895064f7
BLAKE2b-256 4bc173edca064da2347be34128d39276098cb81d285bdba9b315721b5c0646a9

See more details on using hashes here.

File details

Details for the file clauder_mcp-0.14.1-py3-none-any.whl.

File metadata

  • Download URL: clauder_mcp-0.14.1-py3-none-any.whl
  • Upload date:
  • Size: 33.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.11.3 {"installer":{"name":"uv","version":"0.11.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}

File hashes

Hashes for clauder_mcp-0.14.1-py3-none-any.whl
Algorithm Hash digest
SHA256 739f9f7f666ba0b879d8b6cc73e503c4c5889e3d68fe331fb3da42ce7b5b0c26
MD5 02aeebe61f914f5ca21f5244a9640f1a
BLAKE2b-256 5bebc6c47ce7f3be76f305ef5b705081f8d4df101dbee131dfe1bce2a3a2bba4

See more details on using hashes here.

Release history Release notifications | RSS feed

0.14.2

2 files

This release

0.14.1 This release

2 files

0.14.0

2 files

0.13.0

2 files

0.12.0

2 files

0.11.0

2 files

0.10.0

2 files

0.9.0

2 files

0.8.0

2 files

0.7.0

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

0.5.2

2 files

0.5.1

2 files

0.5.0

2 files

0.4.1

2 files

0.4.0

2 files

0.3.1

2 files

0.3.0

2 files

0.2.1

2 files

0.2.0

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page