MCP Server
Active
Apache-2.0
io.github.richer-richard/fenestra-mcp MCP Server
io.github.richer-richard/fenestra-mcp
What is the io.github.richer-richard/fenestra-mcp MCP server?
Render and verify native Rust GUIs headlessly: access tree, query, a11y, screenshots, motion.
How to install io.github.richer-richard/fenestra-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"fenestra-mcp": {
"command": "https://github.com/richer-richard/fenestra/releases/download/fenestra-mcp-v0.40.1/fenestra-mcp-0.40.1-macos-arm64.mcpb",
"args": []
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"fenestra-mcp": {
"command": "https://github.com/richer-richard/fenestra/releases/download/fenestra-mcp-v0.40.1/fenestra-mcp-0.40.1-macos-arm64.mcpb",
"args": []
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"fenestra-mcp": {
"command": "https://github.com/richer-richard/fenestra/releases/download/fenestra-mcp-v0.40.1/fenestra-mcp-0.40.1-macos-arm64.mcpb",
"args": []
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"fenestra-mcp": {
"type": "stdio",
"command": "https://github.com/richer-richard/fenestra/releases/download/fenestra-mcp-v0.40.1/fenestra-mcp-0.40.1-macos-arm64.mcpb",
"args": []
}
}
}Claude Code
claude mcp add fenestra-mcp -- https://github.com/richer-richard/fenestra/releases/download/fenestra-mcp-v0.40.1/fenestra-mcp-0.40.1-macos-arm64.mcpbRelated MCP servers
Cochlea
Active
Render, analyze, and verify audio (WAV/FLAC/mp3/ogg) offline and deterministically via MCP tools.
13
View repository →Rust
Apache-2.0