Tauri Documentation MCP for Cursor
io.github.fxckcode/tauri-docs-mcp
Read-only MCP server for official Tauri 2 documentation snapshots.
client:Cursor
transport:stdio
runtime:npm
Install Tauri Documentation MCP in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"tauri-docs-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tauri-docs-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs