P3GLEG/tauri-plugin-mcp
Allows AI agents (e.g., Cursor, Claude Code) to debug within Tauri apps via screenshot capture, window management, DOM access, and simulated user inputs.
Platform-specific configuration:
{
"mcpServers": {
"tauri-plugin-mcp": {
"command": "npx",
"args": [
"-y",
"tauri-plugin-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...