A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"rust-mcp-sdk": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-sdk"
]
}
}
}
Run in terminal:
claude mcp add rust-mcp-sdk cargo run -- rust-mcp-sdk
Add to .cursor/mcp.json:
{
"mcpServers": {
"rust-mcp-sdk": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-sdk"
]
}
}
}