Crates MCP Server
About
Query Rust crates from crates.io and docs.rs. Search for crates, get info, versions, dependencies, and documentation.
Details
- Author
- pato
- Categories
- Developer Tools, Knowledge Base, Other, Search
Jump to
Setup
Install Crates MCP Server in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/pato/crates-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
Query Rust crates from crates.io and docs.rs. Search for crates, get info, versions, dependencies, and documentation.
MCP server for querying Rust crates from crates.io and docs.rs. Search crates, get info, versions, dependencies, and documentation.
# Build and run cargo build --release cargo run --release
- search_crates- Find crates by name
- get_crate_info- Get details about a crate
- get_crate_versions- List versions
- get_crate_dependencies- Show dependencies
- get_crate_documentation- Get docs from docs.rs
Add to your Claude Code MCP configuration:
{ "mcpServers": { "crates": { "command": "cargo", "args": ["run", "--release"], "cwd": "/path/to/crates-mcp" } } }
# Build first cargo build --release # Add to config { "mcpServers": { "crates": { "command": "/path/to/crates-mcp/target/release/crates-mcp" } } }
- macOS:~/Library/Application Support/Claude/claude_desktop_config.json
- Windows:%APPDATA%\Claude\claude_desktop_config.json
- Linux:~/.config/claude/claude_desktop_config.json
Restart Claude Code after adding the config.
# Search for HTTP clients > Search for "http client" crates # Get info about reqwest > What is the reqwest crate? # Check tokio dependencies > Show me tokio's dependencies # View serde documentation > Show me the docs for serde
# Test cargo test # Format cargo fmt # Lint cargo clippy
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Search Apple's Developer Documentation with smart search and wildcard support.
Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance
Apple Documentation MCP Server - Search Apple docs, Swift Evolution, and sample code
Optimize any site for AI search: get DeepRank methodology, optimization steps, and suggestions (llms.txt, JSON-LD, audit checklist) so your AI assistant can implement AI visibility in the repo.
Search the Modellix knowledge base to quickly find relevant technical information, code examples, and API references. Retrieve implementation details and official guides to solve development queries efficiently. Access direct links to documentation for deeper context on specific features and tools.
Team knowledge base for code snippets, API calls and docs. Agents search and file items over MCP; humans review what becomes canon.
Official MCP server for Stimulsoft Reports & Dashboards documentation. Semantic search across FAQ, Programming Manual, Server/User Manual, and Server/Cloud API for .NET, WPF, Avalonia, WEB, Blazor, Angular, React, JS, PHP, Java, and Python platforms.
A Python server for searching libraries and retrieving documentation, with support for HTTP/HTTPS proxies.
Search and query Onyx programming language documentation and GitHub code examples.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





