# midwayjs/midway | Model Context Protocol (MCP) Server > 🍔 A Node.js Serverless Framework for front-end/full-stack developers. Build the application for next decade. Works on AWS, Alibaba Cloud, Tencent Cloud and traditional VM/Container. Super easy integrate with React and Vue. 🌈 - **Stars**: ⭐ 7,711 - **Language**: TypeScript - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "midway": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-midway" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "midway": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-midway" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-midway` - **Docker**: `docker run -i --rm mcp/midway`