FireKey MCP for Claude Desktop
io.github.partnerhbhl/firekey-mcp
Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.
client:Claude Desktop
transport:stdio
runtime:npm
Install FireKey MCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"firekey-mcp": {
"command": "npx",
"args": [
"-y",
"firekey-mcp"
],
"env": {
"FIREKEY_API_KEY": "<FIREKEY_API_KEY>",
"FIREKEY_PORT": "<FIREKEY_PORT>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs