Productivity|Development|Communication|AI / MLRust
studio-rust-mcp-server
Standalone Roblox Studio MCP Server for AI agents.
N/A rating (0 reviews)0 installs452 GitHub stars
RobloxMCPAI
This MCP Server enables communication between Roblox Studio and external AI tools like Claude and Cursor. It allows for running commands and inserting models within Roblox Studio through a plugin interface.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"studio-rust-mcp-server-1": {
"args": [
"-y",
"@modelcontextprotocol/server-studio-rust-mcp-server-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.