studio-rust-mcp-server and rust-docs-mcp
About studio-rust-mcp-server
Roblox/studio-rust-mcp-server
Standalone Roblox Studio MCP Server
Implements bidirectional communication between Roblox Studio and AI clients (Claude, Cursor) via the Model Context Protocol, using an `axum` web server for long-polling from a Studio plugin and `stdio` transport for LLM communication. Exposes six tools enabling code execution, asset insertion, console access, and play mode control directly within Studio. **Note**: This is a reference implementation; Roblox now provides a built-in MCP server shipped with Studio as the recommended integration path.
About rust-docs-mcp
snowmead/rust-docs-mcp
MCP server for agents to explore rust docs, analyze source code, and build with confidence
Provides offline-capable crate intelligence through rustdoc JSON parsing and source code analysis, supporting multi-source caching (crates.io, GitHub, local paths) with workspace member isolation. Implements MCP tools for documentation search, dependency tree traversal, module structure visualization via cargo-modules, and token-aware response truncation optimized for LLM context windows. Integrates with AI agents via stdio transport to enable programmatic exploration of Rust APIs without reliance on training data or web scraping.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work