@uicheck/mcp
OfficialClick 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., "@@uicheck/mcpcapture a screenshot of the current 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.
@uicheck/mcp
Local MCP server for @uicheck/core. The browser page connects to this server through WebSocket, and AI agents call MCP tools to ask that page for screenshots and DOM element info.
Start
npm install -g @uicheck/mcp
uicheck-mcpDefault endpoints:
MCP: http://127.0.0.1:17322/mcp
Socket: ws://127.0.0.1:17322/socket@uicheck/core
Configure the page script with the socket URL:
installUiCheck(html2canvas, {
position: 'bottom-left',
offset: [20, 20],
size: 36,
color: '#ef4444',
draggable: true,
socket: {
url: 'ws://127.0.0.1:17322/socket'
}
})CDN query params are also supported:
<script src="http://127.0.0.1:17321/uicheck.js?socketUrl=ws://127.0.0.1:17322/socket"></script>MCP Tools
Tool | Description |
| Lists connected |
| Asks a connected page to return a PNG screenshot. |
| Returns visible DOM selectors, text, layout boxes, and spacing info. |
| Returns the element and ancestors at viewport coordinates. |
CLI
uicheck-mcp --host 127.0.0.1 --port 17322This server cannot be installed
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/uicheck-ai/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server