MCP-Server-Frontend

MKdir75/MCP-Server-Frontend
★ 0 stars TypeScript Communication Updated 7d ago
Frontend application for MCP project built with Next.js and React. Connects to the MCP backend API for chat functionality.
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",
        "MKdir75/MCP-Server-Frontend"
      ]
    }
  }
}