hyper-mcp and rust-mcp-sdk
These are complementary tools: the SDK provides the foundational asynchronous framework for building MCP servers and clients, while the server implementation uses that framework to deliver a pluggable, WebAssembly-extensible runtime.
About hyper-mcp
hyper-mcp-rs/hyper-mcp
📦️ A fast, secure MCP server that extends its capabilities through WebAssembly plugins.
This project provides a fast and secure server that lets you add AI capabilities to applications like Claude Desktop or Cursor IDE. It takes in WebAssembly-compiled plugins, written in any language, and provides their functions to your AI application. Developers who want to extend AI tools with custom, secure, and sandboxed functionalities will find this useful.
About rust-mcp-sdk
rust-mcp-stack/rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.
This is a toolkit for developers to build high-performance servers and clients that communicate using the Model Context Protocol (MCP). It simplifies the complex task of handling protocol details, transports, and other communication mechanics, allowing developers to focus on their application's core logic. The SDK takes care of sending and receiving structured data according to the MCP standard, and is used by software engineers creating applications within the MCP ecosystem.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work