Frontend application for MCP project built with Next.js and React. Connects to the MCP backend API for chat functionality.
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-frontend npx -y MKdir75/MCP-Server-Frontend
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-frontend": {
"command": "npx",
"args": [
"-y",
"MKdir75/MCP-Server-Frontend"
]
}
}
}