windows-rs-mcp

preludeorg/windows-rs-mcp

3.4

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.

Tools

Functions exposed to the LLM to take actions

search_windows_api

Search the Rust Windows crate API documentation (https://microsoft.github.io/windows-docs-rs/).

An example query is "CreateFile", "VirtualAlloc", "FILE_DISPOSITION_INFORMATION". You can't search for multiple objects at once, e.g. "CreateFile VirtualAlloc" will not work.

Args: query: The search term for a single object in the Windows API documentation (e.g., function name, struct name). ctx: The MCP context (unused here).

Returns: A SearchResult object containing an optional exact match documentation and a list of related API functions found in the search results.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources