Create Express App
Freeby MCP Community
Create Express applications with Model Context Protocol (MCP) support
v0.0.0Added Apr 12, 2026
mcpmodel-context-protocolexpresshttpserver
Create Express App MCP Server
Create Express applications with Model Context Protocol (MCP) support
Installation
Reviews
Installation
Quick install
npx -y mcp-create-express-app
Add to claude_desktop_config.json
{
"mcpServers": {
"create-express-app": {
"command": "npx",
"args": ["-y", "mcp-create-express-app"]
}
}
}