mcp-server-frontend-context

catherinegao/mcp-server-frontend-context
★ 0 stars TypeScript AI/LLM Updated 2d ago
Model Context Protocol (MCP) server that exposes frontend-project context (component inventory, framework detection, conventions, in-repo examples) to LLM agents like Cursor and Claude Desktop.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-frontend-": {
      "command": "npx",
      "args": [
        "-y",
        "catherinegao/mcp-server-frontend-context"
      ]
    }
  }
}