mcpbeat Sign in

ClaudeR - RStudio MCP Server

local only

ClaudeR - RStudio MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 670 installs a week from pypi. Last commit 15 Sep 2026.

Connect RStudio to AI assistants for interactive R coding and data analysis.

Installs per day peak 3 325 · avg 522 · -63% w/w
a month agotoday
1 670
Installs / week
pypi · clauder-mcp
342
Stars
17 open issues
15 Sep 2026
Last commit
0 releases in 90 days
License
Python

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] src/clauder_mcp/__init__.py:1, [пакет] src/clauder_mcp/server.py:1
этот файл ставится пользователю, но в репозитории его нет
Executes code built at runtime clauder-py/src/clauder/server.py:208
                exec(compile(code, "<clauder>", "exec"), STATE.namespace)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add clauder -- uvx clauder-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "clauder": {
      "args": [
        "clauder-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.clauder]
command = "uvx"
args = ["clauder-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "clauder": {
      "args": [
        "clauder-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "clauder": {
      "args": [
        "clauder-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ClaudeR - RStudio MCP Server

same job, measured the same way
eToro MCP Server
by gabrielcerutti

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

74 installs/wk local only
Strava Training MCP
by arjanlig

Connect Strava training data to Claude for training load analysis and activity insights

91 installs/wk local only
Codex MCP Tool
by x51xxx

MCP server bridging AI assistants to OpenAI Codex CLI for code analysis and review

151 installs/wk local only
Outline MCP Server
by vortiago

Connect AI assistants to Outline for document search, reading, and management

482 installs/wk local only
Kimi MCP Server
by x51xxx

MCP server bridging AI assistants to Moonshot AI Kimi Code CLI for code analysis and review

487 installs/wk local only
LeadDelta MCP Server
by leaddelta

MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.

answering
openLCA MCP Server
by below280

Connect AI assistants to openLCA. 31 tools for database search, model building, and LCIA.

4 503 installs/wk local only
Boostu Teamleader MCP
by boostuagency

MCP server for Teamleader Focus CRM. Use Teamleader in Claude and other AI assistants.

56 installs/wk local only

ClaudeR - RStudio MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for ClaudeR - RStudio MCP Server?
ClaudeR - RStudio MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package clauder-mcp was installed 1 670 times last week.
How do I connect ClaudeR - RStudio MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls clauder-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use ClaudeR - RStudio MCP Server?
The pypi package clauder-mcp was installed 1 670 times in the last week. Week over week that is -63%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ClaudeR - RStudio MCP Server open source?
We cannot say either way: written in Python, 342 stars on GitHub and 17 open issues, but we could not determine the licence, and without one the code is not open source by default.