Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🛠️ Other Tools and Integrations
  3. TurboMCP
TurboMCP logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 5:02:04 PM

TurboMCP

User RatingsBe the first to rate and review this MCP server!
View Repository96 GitHub StarsTotal stargazers on GitHub for the source repository (96 stars).Visit Website
rustmcpsdkdeveloper-tools

Build MCP servers and clients in Rust with macros, typed APIs, multiple protocol revisions, and stdio, HTTP, or WebSocket transports.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for Epistates/TurboMCP, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives🛠️ More in Other Tools and Integrations

Overview

Epistates/TurboMCP MCP server is a Rust SDK for building both MCP servers and clients. Macro annotations generate tool, resource, and prompt registration, JSON schemas, and capability advertisements from Rust implementations. It supports stdio, Streamable HTTP, and WebSocket transports, along with three advertised protocol revisions and typed version negotiation. Reach for it when a Rust application needs compile-time protocol structure, server composition, middleware, authentication, or client interoperability.

Use cases

•Build MCP servers in Rust with annotated implementations
•Expose tools over stdio, HTTP, or WebSocket
•Create typed Rust clients for MCP services
•Compose multiple MCP servers behind one endpoint
•Add optional OAuth, telemetry, or rate limiting

Key features

•Macro-generated tools, resources, and prompts
•Typed MCP client and server APIs
•Support for three protocol revisions
•Stdio, HTTP, and WebSocket transports
•Optional OAuth 2.1 and OpenTelemetry features
•Composite servers and caller-based visibility

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by TurboMCP.

Extracted Tool Capabilities
Macro-generated tools, resources, and prompts
Typed MCP client and server APIs
Support for three protocol revisions
Stdio, HTTP, and WebSocket transports
Optional OAuth 2.1 and OpenTelemetry features
Composite servers and caller-based visibility

How TurboMCP works

What Epistates/TurboMCP MCP server does

Epistates/TurboMCP MCP server provides a Rust implementation toolkit for both sides of the Model Context Protocol. The main turbomcp facade exposes the SDK’s common APIs, while workspace crates cover protocol types, codecs, server dispatch, client behavior, transports, authentication, and telemetry.

A server implementation can place #[server] on an impl block and mark methods as tools, resources, or prompts. The macros derive JSON schemas from method signatures and calculate advertised capabilities from the markers in use. This keeps the public MCP description tied to the implementation rather than requiring separate capability configuration.

The SDK supports protocol revisions 2025-06-18, 2025-11-25, and the 2026-07-28 draft. Application handlers use version-neutral types, while revision-specific wire representations and conversions are generated separately. Servers can restrict the revisions they advertise through the server macro.

How it works

Epistates/TurboMCP MCP server places transport selection behind a common builder-style API. A server can run over standard input/output with run_stdio(), Streamable HTTP through Axum with run_http, or WebSocket using the WebSocket serving API. Standard output carries protocol frames in stdio mode, so application logging must use standard error.

The client API performs the MCP handshake, negotiates a protocol version, and exposes a typed interface based on the same neutral model used by servers. The project includes interoperability testing with the official Rust SDK, rmcp, in both client-to-server directions.

Optional components provide OAuth 2.1 support, identity-based rate limiting, OpenTelemetry tracing and metrics, progress and logging, subscriptions, response caching, and bidirectional elicitation. These capabilities are enabled through feature flags rather than being mandatory for every application. The workspace also includes a no_std foundation and supports building its core, codec, and protocol crates for wasm32-unknown-unknown.

Setup and configuration

TurboMCP is distributed as a Cargo workspace, with the turbomcp crate serving as the usual dependency for application code. The documented quickstart uses Rust edition 2024 and requires Rust 1.88 or newer. A minimal server derives Clone, defines an annotated implementation, and starts with the asynchronous run_stdio() method.

The SDK is currently in the 4.0.0-alpha.2 prerelease line. The 3.x line is identified as the stable line in the project documentation. Feature flags control optional facilities such as HTTP, authentication, telemetry, and other extensions, so configuration depends on which parts of the workspace an application enables.

Tools and capabilities

Epistates/TurboMCP MCP server supports:

  • Macro-defined tools, resources, and prompts
  • Compile-time JSON schema generation from Rust signatures
  • Stdio, Streamable HTTP, and WebSocket transports
  • Typed MCP client and server APIs
  • Negotiation across three documented protocol revisions
  • Composite servers with prefixed or flat tool names
  • Per-caller visibility for server components
  • Tower-style middleware at the protocol frame boundary
  • OAuth 2.1 resource-server and client authentication features
  • OpenTelemetry tracing and metrics
  • Progress, logging, subscriptions, caching, and elicitation

The workspace is tested with the official MCP conformance harness, cross-SDK interoperability tests, unit tests, fuzzing targets, and dependency policy checks. The README reports passing and informational conformance results rather than claiming every check passes.

Limitations and notes

The project does not support the older MCP revisions 2024-11-05 and 2025-03-26; applications requiring those revisions are directed to rmcp. Version 4 is a prerelease for community testing, so its APIs may not have the stability of the 3.x line. OAuth, telemetry, rate limiting, caching, and related production features are opt-in and may require selecting the corresponding Cargo features.

The repository is an SDK, not a hosted MCP endpoint or a standalone server package. Developers must implement the application handlers and choose a transport when integrating Epistates/TurboMCP MCP server into a Rust project. It is released under the MIT license.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Other Tools and Integrations View all alternatives
  • Time logoTime
    Verified

    Time and timezone conversion capabilities.

    🛠️ Other Tools and Integrations3 views
    Compare vs Time →
  • Git logoGit
    Verified

    Tools to read, search, and manipulate Git repositories.

    🛠️ Other Tools and Integrations4 views
    Compare vs Git →
  • Server Everything logoServer Everything

    MCP server that exercises all the features of the MCP protocol

    🛠️ Other Tools and Integrations6 views
    Compare vs Server Everything →
  • Memory logoMemory
    Verified

    Knowledge graph-based persistent memory system.

    🛠️ Other Tools and Integrations2 views
    Compare vs Memory →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
96
Stargazers on the source repository.
Last commit
1d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about TurboMCP

Add the `turbomcp` crate to a Rust Cargo project. The repository documents the SDK as a workspace dependency rather than providing a standalone server installer.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTurboMCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/epistates-turbomcp?style=directory)](https://allmcps.com/mcp/epistates-turbomcp)
HTML Embed
<a href="https://allmcps.com/mcp/epistates-turbomcp"><img src="https://allmcps.com/api/badge/epistates-turbomcp?style=directory" alt="TurboMCP on AllMCPs" /></a>

Technical Specs & Signals

Category🛠️Other Tools and Integrations
PricingFree
More technical detailsExpand ▾
AuthNo auth required
LicenseMIT
ClientsCline / VS Code
Last updatedSep 9, 2026
11/11 checks healthy over the last 33d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars96
GitHub Star CountTotal stargazers on GitHub representing community popularity (96 stars).
Last commit1d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 9, 2026
39Quality signal: Fair · 39/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools11/30
Adoption & activity8/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🛠️ Other Tools and Integrations →Alternatives to TurboMCP →Install in Claude DesktopInstall in CursorInstall in VS Code