@kkauto/kklogin-mcp
v0.1.2
Published
MCP server for KKLogin antidetect browser Local API
Maintainers
Readme
kklogin-mcp
MCP server (stdio) for KKLogin antidetect browser Local API.
Published as @kkauto/kklogin-mcp on npm.
Quick start
Requires Node.js 20+, KKLogin desktop running, and Local API enabled.
npx -y @kkauto/kklogin-mcpCursor / Claude Desktop
{
"mcpServers": {
"kklogin": {
"command": "npx",
"args": ["-y", "@kkauto/kklogin-mcp"],
"env": {
"KKLOGIN_API_URL": "http://127.0.0.1:55888",
"KKLOGIN_API_TOKEN": "your-token-if-set"
}
}
}
}Env
| Variable | Default | Description |
| -------- | ------- | ----------- |
| KKLOGIN_API_URL | http://127.0.0.1:55888 | Local API base URL |
| KKLOGIN_API_TOKEN | (empty) | Bearer token when Local API token is set |
| KKLOGIN_DOWNLOAD_TIMEOUT_MS | 600000 | Engine download timeout (10 min) |
Development
npm install
npm run build
node dist/index.jsDev with TypeScript directly:
npm run devDocs
Full setup, tool catalog, and release runbook: docs/mcp-kklogin.md · docs/publish/kklogin-mcp.md
