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ả
...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ì.
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
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