Windows Crate Docs Search MCP
@preludeorg
关于 Windows Crate Docs Search MCP
MCP server that allows searching the Rust windows crate API documentation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"windows-rs-mcp": {
"command": "uvx",
"args": [
"windows-rs-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Windows Crate Docs Search MCP?
Windows Crate Docs Search MCP is a Claude Desktop MCP server that allows searching the Rust windows crate API documentation hosted at microsoft.github.io/windows-docs-rs. It uses Playwright to interact with the documentation website's search functionality and features table, targeting Rust developers working with the windows crate.
How to use Windows Crate Docs Search MCP?
Install and run the server using uvx windows-rs-mcp or uv run windows-rs-mcp from the project directory. Add a JSON configuration to Claude Desktop (or .cursor/mcp.json for Cursor) with the command and args as shown in the README. After restarting, use the search_windows_api tool.
Key features of Windows Crate Docs Search MCP
- Search the
windowscrate API documentation for functions, structs, and enums. - Retrieve detailed documentation for exact matches including description and signature.
- List related API items found during a search.
- Retrieve the required Cargo feature for exact matches (best effort).
- Automatically install Playwright's default Chromium browser on first run.
Use cases of Windows Crate Docs Search MCP
- Quickly find a specific Windows API function or struct while writing Rust code.
- Look up the required Cargo feature for an API item without leaving the editor.
- Discover related API items when exploring the
windowscrate documentation.
FAQ from Windows Crate Docs Search MCP
What does this server do that alternatives don't?
It provides direct, tool-based access to the windows crate API documentation within Claude Desktop or Cursor, using Playwright to interact with the docs site's search functionality.
What are the runtime requirements?
This server requires Playwright browsers to be installed. It attempts to install Chromium automatically; set MCP_SKIP_PLAYWRIGHT_INSTALL to skip this check.
Where does the documentation data come from?
All documentation is retrieved live from the public website at https://microsoft.github.io/windows-docs-rs/.
What tools does this server provide?
It provides the search_windows_api tool, which searches the windows crate docs for functions, structs, enums, and more.
What transports or authentication does it use?
The server uses the standard MCP transport (stdio). No authentication is described.
记忆与知识 分类下的更多 MCP 服务器
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
MCP server for Obsidian
MarkusPfundsteinMCP server that interacts with Obsidian via the Obsidian rest API community plugin
评论