Copy the config for your editor. Some servers may need additional setup â check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"lightbrowse": {
"command": "cargo",
"args": [
"run",
"--",
"lightbrowse"
]
}
}
}