rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.
This SDK fully implements the latest MCP protocol version (2025-11-25), with backward compatibility built-in. It provides the necessary components for developing both servers and clients in the MCP ecosystem. The toolkit leverages the rust-mcp-schema crate for type-safe schema objects and includes powerful procedural macros for tools and user input elicitation.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"rust-mcp-sdk": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-rust-mcp-sdk"
]
}
}
}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.
Permissions