Back to Apps

MCP Hello Tools
by fchehidi
Minimalist MCP server implemented in Rust featuring basic utility tools for protocol testing.
1 stars
Updated 3 months ago
Works in:claude
Exposes:Tools
What it does\nThis is a foundational MCP server built in Rust using the rmcp SDK. It serves as a reference implementation for developers to understand the JSON-RPC 2.0 handshake and the tool discovery cycle within the Model Context Protocol.\n\n## Tools\n- echo: Returns the input message unchanged to verify connection.\n- get_timestamp: Returns the current time with an optional timezone parameter.\n- calculate: Evaluates simple arithmetic expressions.\n\n## Installation\nCompile the project and add the binary to your claude_desktop_config.json:\n\njson\n{\n \"mcpServers\": {\n \"mcp-hello-tools\": {\n \"command\": \"/path/to/target/release/mcp-hello-tools\"\n }\n }\n}\n\n\n## Supported hosts\n- claude
Quick install
cargo build --releaseInformation
- Pricing
- free
- Published
- 5/4/2026
- Updated
- 3 months ago
- stars
- 1
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add the path to the compiled release binary to claude_desktop_config.json.





