ClaudeR - RStudio MCP Server
Rank #567io.github.IMNMV/clauder
Connect RStudio to AI assistants for interactive R coding and data analysis.
ClaudeR - RStudio MCP Server is a Model Context Protocol (MCP) server published by IMNMV. It ranks #567 of 115,460 servers tracked on MCP Toplist, and its repository has 329 GitHub stars. ClaudeR - RStudio MCP Server is listed across 2 registries — Official MCP and Glama, with 10 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 114,893 of 115,460 servers on MCP Toplist.
Use ClaudeR - RStudio MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add clauder -- uvx clauder-mcp[mcp_servers.clauder]
command = "uvx"
args = ["clauder-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"clauder": {
"command": "uvx",
"args": [
"clauder-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"clauder": {
"command": "uvx",
"args": [
"clauder-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"clauder": {
"type": "stdio",
"command": "uvx",
"args": [
"clauder-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"clauder": {
"command": "uvx",
"args": [
"clauder-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"clauder": {
"command": "uvx",
"args": [
"clauder-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.IMNMV%2Fclauder)<a href="https://mcptoplist.com/server/io.github.IMNMV%2Fclauder"><img src="https://mcptoplist.com/badge/io.github.IMNMV%2Fclauder.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
IMNMV
Other servers by IMNMV
View all IMNMV servers →Available versions (10)
| Version | Published |
|---|---|
| 0.14.5 | Aug 30, 2026 |
| 0.14.2 | Aug 21, 2026 |
| 0.11.0 | Aug 20, 2026 |
| 0.10.0 | Aug 10, 2026 |
| 0.9.0 | Aug 3, 2026 |
| 0.7.0 | Aug 1, 2026 |
| 0.6.2 | Jul 29, 2026 |
| 0.6.1 | Jul 29, 2026 |
| 0.2.1 | Feb 23, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains ClaudeR - RStudio MCP Server?
- ClaudeR - RStudio MCP Server is maintained by IMNMV, which publishes 2 MCP servers (10 total versions) tracked on MCP Toplist.
- Is ClaudeR - RStudio MCP Server listed on the Official MCP Registry?
- Yes — ClaudeR - RStudio MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does ClaudeR - RStudio MCP Server have?
- MCP Toplist tracks 10 versions of ClaudeR - RStudio MCP Server, most recently published on Aug 30, 2026.
- Where can I find the source code for ClaudeR - RStudio MCP Server?
- The source code for ClaudeR - RStudio MCP Server is hosted at github.com/IMNMV/ClaudeR.