rust-mcp-sdk and rust-mcp-schema
About rust-mcp-sdk
rust-mcp-stack/rust-mcp-sdk
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.
Provides stdio, HTTP streaming, and SSE transports with multi-client concurrency, OAuth authentication, and procedural macros for defining tools and resources without boilerplate. Built on type-safe MCP schema objects with support for tasks, batch messages, streaming responses, and observability hooks for telemetry integration.
About rust-mcp-schema
rust-mcp-stack/rust-mcp-schema
A type-safe implementation of the official Model Context Protocol (MCP) schema in Rust.
Provides auto-generated schemas synchronized with official MCP specifications across multiple protocol versions (2024-11-05 through 2025-11-25, plus draft), with built-in serde serialization/deserialization for JSON-RPC message handling. Includes optional `schema_utils` module offering strongly-typed helper functions and pattern matching utilities for common MCP operations like request detection and response construction, complementing the base schema without modifying generated code.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work