Rust MCP SDK
@rust-mcp-stack
About Rust MCP SDK
A high-performance, asynchronous toolkit for building MCP servers and clients in Rust.
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Rust MCP SDK?
A high-performance, asynchronous Rust toolkit for building MCP servers and clients. It implements the latest MCP protocol version (2025-11-25) and passes 100% of official MCP conformance tests, letting developers focus on application logic while the SDK handles protocol, transports, and authentication.
How to use Rust MCP SDK?
Add rust-mcp-sdk = "0.9.0" to your Cargo.toml, then define tools using the mcp_tool macro and implement the ServerHandler trait. Quick-start examples show a minimal stdio server, a Streamable HTTP server with Axum or Actix backends, and a BYO-server mode for embedding MCP in existing apps.
Key features of Rust MCP SDK
- Implements MCP protocol 2025-11-25
- Passes 100% of official conformance tests (client and server)
- Supports Stdio, Streamable HTTP, and SSE transports
- Framework-agnostic: native Axum, Actix, and BYO-server integrations
- Multi-client concurrency and DNS rebinding protection
- OAuth authentication for servers and clients (multiple providers)
Use cases of Rust MCP SDK
- Build a minimal MCP server using standard input/output transport
- Deploy a Streamable HTTP MCP server with Axum or Actix for multi-client access
- Embed MCP endpoints into an existing web application via BYO-server mode
- Implement custom tools, resources, and templates with procedural macros
- Add OAuth-based authentication to MCP servers or clients
FAQ from Rust MCP SDK
What MCP protocol version does the SDK support?
It supports protocol version 2025-11-25.
Does the SDK pass official MCP conformance tests?
Yes, it passes 100% of the official client (254/254) and server (40/40) conformance tests.
What transports are available?
Stdio, Streamable HTTP, and backward-compatible SSE transport are supported.
Can I use the SDK with a different HTTP framework?
Yes, through the BYO-server (Bring Your Own Server) mode you can mount MCP routes onto your existing Axum or Actix router. For other frameworks (e.g., Rocket, Salto, Warp), a custom integration guide is provided.
Does the SDK support OAuth authentication?
Yes, it provides OAuth authentication for both MCP servers (with remote providers like Keycloak, WorkOS, Scalekit) and clients (metadata discovery, DCR, PKCE, token refresh).
Frequently asked questions
What MCP protocol version does the SDK support?
It supports protocol version 2025-11-25.
Does the SDK pass official MCP conformance tests?
Yes, it passes 100% of the official client (254/254) and server (40/40) conformance tests.
What transports are available?
Stdio, Streamable HTTP, and backward-compatible SSE transport are supported.
Can I use the SDK with a different HTTP framework?
Yes, through the BYO-server (Bring Your Own Server) mode you can mount MCP routes onto your existing Axum or Actix router. For other frameworks (e.g., Rocket, Salto, Warp), a custom integration guide is provided.
Does the SDK support OAuth authentication?
Yes, it provides OAuth authentication for both MCP servers (with remote providers like Keycloak, WorkOS, Scalekit) and clients (metadata discovery, DCR, PKCE, token refresh).
Basic information
More Developer Tools MCP servers
Mobbin
MobbinMobbin MCP connects your AI agents to 600,000+ real product screens, so what they build starts with what already works.

Routebase
RoutebaseRoutebase keeps your API's design, docs, contract tests, mocks and monitoring in one living OpenAPI spec so they can't drift apart. Agents work on that same source of truth, under your team's permissions.

directree
coburn2716directree MCP server — query the honest software directory from any AI assistant
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

Perfex CRM
themesicTurn Perfex CRM into an AI-ready workspace. This MCP server exposes your full REST API to Claude, ChatGPT and any AI agent, so leads, invoices and tasks are one prompt away.
Comments