windows-rs-mcp

windows-rs-mcp

3.3

If you are the rightful owner of windows-rs-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project provides a Claude Desktop MCP server for searching the Rust `windows` crate API documentation.

The Windows Crate Docs Search MCP is a server that facilitates searching through the Rust `windows` crate API documentation. It leverages Playwright to interact with the documentation website's search functionality, allowing users to find specific functions, structs, enums, and more. The server can retrieve detailed documentation for exact matches, including descriptions, signatures, and required Cargo features. Additionally, it can list related API items found during the search. The server is designed to work seamlessly with Claude Desktop and can be configured to run using `uvx` or `uv run` commands. It requires Playwright browsers, with `chromium` being the default, which can be automatically installed on the first run unless specified otherwise.

Features

  • Search Windows API: Use the `search_windows_api` tool to find functions, structs, enums, etc., within the `windows` crate docs.
  • Get Documentation: Retrieve detailed documentation for exact matches, including description, signature, and the required Cargo feature.
  • Find Related Items: List related API items found during the search.