neko-mcp
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-mcpGo to example.com and screenshot the page"
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-mcp
MCP Server để AI agent điều khiển neko virtual browser, trong khi bạn xem live qua WebRTC stream.
Cách dùng
1. Cài đặt
cd neko-mcp
npm install
npm run build2. Cấu hình trong Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"neko": {
"command": "node",
"args": ["/đường/dẫn/đến/neko-mcp/dist/index.js"],
"env": {
"NEKO_URL": "http://113.173.35.45:8080",
"NEKO_USERNAME": "neko",
"NEKO_PASSWORD": "admin"
}
}
}
}Hoặc dùng biến môi trường mặc định (đã set sẵn cho server của bạn).
3. Quy trình dùng với AI Agent
Thứ tự khuyến nghị khi bắt đầu một task:
1. connect_websocket → Kết nối WebSocket
2. take_control → Lấy quyền điều khiển
3. screenshot → Xem màn hình hiện tại
4. navigate_url → Vào URL cần thiết
5. screenshot → Xem kết quả
6. mouse_click / type_text / key_press → Tương tác
7. screenshot → Xem kết quả
...Related MCP server: Chrome MCP Docker
Tools
Tool | Mô tả |
| Chụp màn hình → trả về base64 JPEG |
| Điều hướng đến URL (dùng Ctrl+L) |
| Click tại (x, y) |
| Di chuột đến (x, y) |
| Cuộn trang tại (x, y) |
| Gõ text (dùng clipboard trick) |
| Nhấn tổ hợp phím |
| Lấy nội dung clipboard |
| Đặt nội dung clipboard |
| Lấy độ phân giải màn hình |
| Lấy quyền điều khiển |
| Nhả quyền điều khiển |
| Kết nối WebSocket |
Phím đặc biệt cho key_press
ctrl, shift, alt, super
Return (Enter), Escape, Tab, BackSpace, Delete
Left, Right, Up, Down
Home, End, Page_Up, Page_Down
F1 - F12
space
a-z, 0-9, ký tự bình thườngVí dụ tổ hợp phím:
Ctrl+C:
["ctrl", "c"]Ctrl+L (focus address bar):
["ctrl", "l"]Ctrl+Shift+T (mở tab mới):
["ctrl", "shift", "t"]
Kiến trúc
Claude/AI Agent
│ MCP tools
▼
neko-mcp server
├── REST API → /api/login, /api/room/screen/shot.jpg,
│ /api/room/clipboard, /api/room/control/take
└── WebSocket → /api/ws (mouse, keyboard, scroll events)
▼ neko server renders
Bạn xem qua browser (WebRTC)Ghi chú
WebSocket format: MCP dùng v3 API format (
/api/ws). Nếu server dùng legacy mode, có thể cần adjust message format.type_text dùng clipboard trick: set text qua REST API rồi paste Ctrl+V — đảm bảo Unicode hoạt động tốt.
Screenshot trả về base64 JPEG — AI agent (Claude) có thể đọc ảnh này để hiểu màn hình đang hiển thị gì.
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
- Flicense-qualityCmaintenanceEnables AI assistants to control a browser through a set of tools, allowing them to perform web automation tasks like navigation, typing, clicking, and taking screenshots.Last updated
- AlicenseBqualityDmaintenanceEnables AI coding assistants to control a persistent Chrome browser through DevTools Protocol. Supports web navigation, screenshots, element interaction, mobile testing, console logs, and network debugging in a stable Docker environment.Last updated107MIT
- Alicense-qualityBmaintenanceProvides AI agents with isolated virtual desktops containing a real Chromium browser, enabling them to see, click, type, and navigate like a human, with features like snapshots and remote control.Last updated19AGPL 3.0
- Alicense-qualityDmaintenanceEnables AI agents to fully control a browser for web automation, including navigation, clicking, typing, scrolling, screenshots, and DOM inspection, with session persistence and anti-bot bypass.Last updated14MIT
Related MCP Connectors
Reliable web access for AI agents: smart HTTP, rotating proxies, and full-browser rendering.
Live browser debugging for AI assistants — DOM, console, network via MCP.
AI-powered browser automation — navigate, click, fill forms, and extract data from any website.
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/cavaldos/neko-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server