neko-browser
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@neko-browsergo to https://example.com and take a screenshot"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
neko-browser
Dedicated browser MCP server for neko-gundan agents. Headed Playwright with persistent profile, fully isolated from daily-use Chrome.
Features
Persistent profile: Sessions survive restarts (cookies, localStorage, login state preserved)
Headed mode: GUI visible by default for debugging and human oversight
23 MCP tools: Full browser automation toolkit
PII masking: Sensitive data (credit cards, SSNs, emails) auto-masked in responses
Process isolation: Runs its own Chromium instance with dedicated profile directory
Custom favicon: Shigoto-neko icon injected for easy identification
Related MCP server: Playwright Server MCP
Tools
Tool | Description |
| Navigate to URL, optionally in new tab |
| Click element by index or coordinates |
| Type text into element (keyboard events) |
| Set text via DOM (for contentEditable) |
| Send keyboard key (Enter, Tab, etc.) |
| Get page URL, title, interactive elements |
| Capture page screenshot |
| Scroll page up/down |
| Navigate back in history |
| Get HTML of page or element |
| List all open tabs |
| Switch to tab by ID |
| Close tab by ID |
| Close the browser |
| Upload files (direct input or dialog mode) |
| Execute JavaScript in page context |
| Select dropdown option (by value/label/index) |
| Wait for selector state or navigation |
| Configure alert/confirm/prompt handling |
| Hover over element (tooltips, menus) |
| Check/uncheck checkbox or radio |
| Double-click element |
| Get element attribute(s) |
Installation
npm install
npm run buildConfiguration
Environment variables:
Variable | Default | Description |
|
| Profile directory path |
|
| Set to |
Usage (MCP)
Add to your Claude Code MCP settings:
{
"mcpServers": {
"neko-browser": {
"command": "node",
"args": ["dist/index.js"],
"cwd": "/path/to/neko-browser"
}
}
}License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aliksir/neko-browser'
If you have feedback or need assistance with the MCP directory API, please join our Discord server