Connect to Claude
Rust MCP Schema icon

Rust MCP Schema

Provides a type-safe Rust implementation of the Model Context Protocol (MCP) schema, ensuring alignment with the latest specifications.

About

This crate offers a type-safe implementation of the Model Context Protocol (MCP) schema in Rust, automatically generated from the official specifications to guarantee it's always up-to-date. It supports all schema versions, including draft versions, facilitating early adoption and application adaptation. The crate includes serialization/deserialization support via serde_json, along with utility types to streamline development and enhance type safety for building MCP servers and clients.

Key Features

  • Type-safe implementation of the MCP protocol specification
  • Auto-generated schemas synchronized with official schema specifications
  • Includes all schema versions, including draft versions
  • Complimentary schema utility module to boost productivity
  • 26 GitHub stars

Use Cases

  • Developing an MCP Client in Rust
  • Integrating with rust-mcp-sdk for high-performance asynchronous MCP applications
  • Developing an MCP Server in Rust