Js Rust
Freeby MCP Community
A MCP server framework built in Rust — fast, typed, and plugin-ready
v0.1.0Added Apr 12, 2026
mcpmodel-context-protocolaillmanthropic
Js Rust MCP Server
A MCP server framework built in Rust — fast, typed, and plugin-ready
Installation
Reviews
Installation
Quick install
npx -y mcpjs-rust
Add to claude_desktop_config.json
{
"mcpServers": {
"js-rust": {
"command": "npx",
"args": ["-y", "mcpjs-rust"]
}
}
}