A type-safe implementation of the official Model Context Protocol (MCP) schema 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-schema": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-schema"
]
}
}
}
Run in terminal:
claude mcp add rust-mcp-schema cargo run -- rust-mcp-schema
Add to .cursor/mcp.json:
{
"mcpServers": {
"rust-mcp-schema": {
"command": "cargo",
"args": [
"run",
"--",
"rust-mcp-schema"
]
}
}
}