mcp_rs_test
About
MCP server implementation in Rust
Details
- Author
- andrewsah
- Downloads
- 270
- Categories
- Developer Tools
Jump to
- MCP server implemented in Rust
- Built for learning Rust and MCP protocol
Install by adding the following to claude_desktop_config.json: {"mcp_rs_test": {"command": "<path to your mcp_rs_test.exe>", "args": []}}. Build with cargo build or cargo build --release. Requires Rust 1.83 or later.
mcp_rs_test
MCP server implementation in Rust.
Project to learn Rust and the MCP protocol at the same time (why not?).
Requirements
- Rust (1.83 or later)Build
For a debug build:
cargo build
For a release build:
cargo build --release
Installation
To install the server, just add the following lines to yourclaude_desktop_config.json file:
{
"mcp_rs_test": {
"command": "<path to your mcp_rs_test.exe>",
"args": []
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





