Servers
mcp_rs_test
@andrewsah
MCP server implementation in Rust
Overview
What is mcp_rs_test?
MCP server implementation in Rust, built as a learning project for Rust and the Model Context Protocol.
How to use mcp_rs_test?
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.
Key features of mcp_rs_test
- MCP server implemented in Rust
- Built for learning Rust and MCP protocol
Use cases of mcp_rs_test
—
FAQ from mcp_rs_test
What Rust version is required?
Rust 1.83 or later.
How do I build mcp_rs_test?
Use cargo build for debug or cargo build --release for release.
How do I install mcp_rs_test?
Add the server configuration to your claude_desktop_config.json with the path to the executable.