hyper-mcp and turbomcp
These are complements: hyper-mcp-rs/hyper provides the server runtime with WebAssembly extensibility, while Epistates/turbomcp offers a higher-level SDK for building MCP servers, and they could be used together where turbomcp generates server code that runs on the hyper-mcp 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 turbomcp
Epistates/turbomcp
A full featured, enterprise grade rust MCP SDK
# Technical Summary Offers zero-boilerplate server definition via procedural macros (`#[server]`, `#[tool]`, `#[resource]`, `#[prompt]`) with compile-time JSON schema generation, eliminating runtime overhead. Architecture spans a modular 25-crate workspace with a `no_std` core enabling WASM/edge deployment, layered transport abstraction (STDIO, HTTP/SSE, WebSocket, TCP, Unix sockets), and OAuth 2.1 authentication support. Integrates with Axum for HTTP servers and the Model Context Protocol (MCP) 2025-11-25 specification for Claude Desktop and AI agent connections.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work