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: browser-mcp-server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceA browser automation server providing Playwright capabilities for controlling web browsers, capturing screenshots, extracting content, and performing complex interactions through an MCP interface.Last updated6Apache 2.0
- AlicenseBqualityDmaintenanceA universal browser automation MCP server using Playwright, enabling programmatic control of Chrome with 63 tools for navigation, interaction, media control, and CDP-based diagnostics.Last updated63251MIT
- Alicense-qualityDmaintenanceA comprehensive browser automation MCP server using Playwright, offering 50+ tools for page control, element interaction, content extraction, and more across multiple browser engines.Last updated341MIT
- Alicense-qualityDmaintenanceA fully local MCP server for browser automation using Playwright, providing 25 tools for navigation, content extraction, mouse, form, and keyboard interactions.Last updated1,184MIT
Related MCP Connectors
Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.
Browser MCP for logged-in tasks. Uses your Chrome — credentials stay local. Zero-token replay.
A paid remote MCP for AI agent browser MCP session, built to return verdicts, receipts, usage logs,
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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