eyeson
Verified Safeby grzetich
Overview
AI-powered UX analysis of websites through a natural language interface, primarily for Claude Desktop and other LLMs.
Installation
cd ux-analyst-ai/mcp-server && npm install && node index.jsEnvironment Variables
- UX_BACKEND_URL
- GEMINI_API_KEY
Security Notes
The MCP server itself acts as a proxy, and its direct security risks appear low. It uses standard `node-fetch` for backend communication and retrieves API keys from environment variables. The overall security of the system heavily relies on the backend, which handles browser automation (Puppeteer) and external AI calls. The backend configuration uses `--no-sandbox` arguments for Puppeteer, which reduces isolation but is common in containerized environments. The architecture plan, however, indicates efforts towards robust error handling, resource management, and circuit breakers, which are positive for stability and resilience against certain types of attacks or resource exhaustion.
Similar Servers
gpt-researcher
An autonomous AI agent designed for comprehensive online and local document research, capable of generating detailed, factual, and unbiased reports. It also supports integration with AI assistants (like Claude) via the Machine Conversation Protocol (MCP) for deep research capabilities.
mcp-server-browserbase
Provides cloud browser automation capabilities, enabling LLMs to interact with web pages, take screenshots, extract information, and perform automated actions.
claudepro-directory
Provides a Model Context Protocol (MCP) interface for Claude AI to query the ClaudePro Directory's content (agents, MCP servers, rules, commands, hooks), enabling AI agents to search, retrieve details, and authorize access to directory data.
mcp-wordpress
Acts as an AI-driven WordPress management server, providing tools for SEO optimization, content management, performance monitoring, and secure API interactions.