★ 149 stars
TypeScript
🗄️ Database
Updated 2mo ago
Express REST API and MCP Server Framework is a comprehensive development framework for building RESTful APIs and MCP servers with Express.js. It provides a complete template for creating production-ready APIs using Node.js, Express, Mongoose (MongoDB), and Sequelize (SQL databases).
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"express-rest-api-and": {
"command": "npx",
"args": [
"-y",
"iolufemi/Express-REST-API-and-MCP-Server-Framework"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add express-rest-api-and npx -y iolufemi/Express-REST-API-and-MCP-Server-Framework
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"express-rest-api-and": {
"command": "npx",
"args": [
"-y",
"iolufemi/Express-REST-API-and-MCP-Server-Framework"
]
}
}
}
📋 Copy
Topics
api-skeleton background-jobs background-process express-api-generator express-rest-api express-rest-api-generator http-rest-api json-rest-api mcp-server mongoose nodejs-cron nodejs-cronjob nodejs-crontab rest-api-generator rest-server