Back to Apps

Cargo MCP
by camshaft
MCP server providing AI access to Rust's crates.io, cargo, and rustdoc documentation.
0 stars
Works in:VS Code Copilot
Exposes:ToolsResources
What it does
Cargo MCP connects AI assistants to the Rust ecosystem, allowing them to query crate information, search crates.io, and retrieve detailed documentation from rustdoc. This enables AI to accurately suggest dependencies, understand crate versions, and analyze Rust library APIs without needing external web browsing.
Tools
search_crates: Search for crates on crates.io.get_crate_info: Retrieve detailed metadata for a specific Rust crate.get_rustdoc: Fetch documentation for specific Rust types or functions.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"cargo-mcp": {
"command": "cargo-mcp",
"args": []
}
}
}
Supported hosts
- Claude Desktop
- VS Code (via mcp.json)
- Cline
Quick install
cargo install --git https://github.com/camshaft/cargo-mcpInformation
- Pricing
- free
- Published
- 6/28/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"cargo-mcp": {
"command": "cargo-mcp",
"args": []
}
}
}VS Code Copilot
Add to .vscode/mcp.json: {"servers": {"camshaft/cargo-mcp": {"type": "stdio", "command": "cargo-mcp"}}}





