neko-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEKO_URL | Yes | URL of the neko virtual browser server | |
| NEKO_PASSWORD | Yes | Password for neko server | |
| NEKO_USERNAME | Yes | Username for neko server |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| screenshotA | Chụp ảnh màn hình hiện tại của neko virtual browser. Trả về ảnh dạng base64 JPEG. |
| navigate_urlA | Điều hướng browser đến một URL. Sử dụng Ctrl+L để focus address bar, gõ URL rồi nhấn Enter. |
| mouse_clickA | Click chuột vào vị trí (x, y) trên màn hình. Tọa độ tính từ góc trên trái. |
| mouse_moveA | Di chuyển chuột đến vị trí (x, y) mà không click. |
| mouse_scrollA | Cuộn chuột tại vị trí (x, y). deltaY âm = cuộn lên, dương = cuộn xuống. |
| type_textA | Gõ text vào vị trí focus hiện tại. Dùng clipboard + Ctrl+V để đảm bảo Unicode hoạt động. |
| key_pressA | Nhấn tổ hợp phím. Ví dụ: ['ctrl','c'] cho Ctrl+C, ['Return'] cho Enter, ['ctrl','l'] cho focus address bar. |
| get_clipboardA | Lấy nội dung text hiện tại trong clipboard của neko. |
| set_clipboardB | Đặt nội dung text vào clipboard của neko. |
| get_screen_infoA | Lấy thông tin màn hình: độ phân giải, số kết nối hiện tại. |
| take_controlA | Lấy quyền điều khiển chuột/bàn phím của neko. Cần gọi trước khi dùng mouse/keyboard tools. |
| release_controlA | Nhả quyền điều khiển chuột/bàn phím. |
| connect_websocketA | Kết nối WebSocket tới neko để chuẩn bị gửi mouse/keyboard events. Nên gọi đầu tiên. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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