Tauri Documentation MCP for VS Code
io.github.fxckcode/tauri-docs-mcp
Read-only MCP server for official Tauri 2 documentation snapshots.
client:VS Code
transport:stdio
runtime:npm
Install Tauri Documentation MCP in VS Code
.vscode/mcp.json
{
"servers": {
"tauri-docs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs