Express MCP Framework
by iolufemi
A comprehensive framework for building REST APIs and MCP servers simultaneously using Node.js and Express.
What it does
Provides a professional template for creating production-ready RESTful APIs and MCP servers. It allows developers to generate CRUD services that expose both traditional HTTP endpoints and MCP tools/resources from a single codebase.
Tools
create_<model>: Creates a new record in the generated service.create_many_<model>: Performs bulk creation of records.update_<model>: Updates existing records by ID.delete_<model>: Removes records by ID.
Installation
Clone the repository and run:
npm install
npm run generate -- --name yourService
npm start
Connect via HTTP/SSE transport using the /mcp/config endpoint to get the appropriate client JSON.
Supported hosts
- Claude
- ChatGPT
- Cursor
Quick install
npm installInformation
- Pricing
- free
- Published
- 4/12/2026
- stars







