crates-mcp

pato/crates-mcp
★ 13 stars Rust 🌐 Browser/Web Updated 30d ago
A local MCP server used to fetch Rust crate information and docs from crates.io and docs.rs
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crates-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "crates-mcp"
      ]
    }
  }
}