mcp-methods¶
Shared Rust-powered utilities for Model Context Protocol servers. Pip-installable Python library, native Rust crate, and a generic CLI binary — three distribution shapes, one set of primitives.
What it is¶
Layer |
What you get |
|---|---|
Primitives |
|
Framework |
|
CLI |
|
Pick a path¶
Tutorials
How-to Guides
Explanation
Examples
Project
Install¶
pip install mcp-methods # Python library + mcp-server CLI on PATH
cargo add mcp-methods # Pure Rust library, zero pyo3
The mcp-server CLI bundled in the wheel is the same binary you’d get
from cargo build --release -p mcp-server in the repo — built once
per OS, packaged into the abi3 wheel, no Rust toolchain required for
operators.
Where to start¶
New to MCP servers → Getting Started — 15-minute walkthrough from
pip installto a running server.Want to write your own server → Downstream Binary.
Just need a YAML manifest → Writing a Manifest.
Rust API reference → docs.rs/mcp-methods.