Loading MCP server directory, please wait...
Manage FireKey browser profiles and browser lifecycles through an authenticated localhost API.
npx @getmcp/cli add io.github.partnerhbhl/firekey-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
FIREKEY_API_KEYAPI key from the FireKey desktop app under Settings > Local API & MCP.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.partnerhbhl/firekey-mcp": {
"command": "npx",
"args": [
"-y",
"firekey-mcp"
],
"env": {
"FIREKEY_API_KEY": "",
"FIREKEY_PORT": ""
}
}
}
}