Express-REST-API-and-MCP-Server-Framework
Express REST API and MCP Server Framework is a development framework for building RESTful APIs and MCP servers.
This framework provides a complete template for creating production-ready APIs using Node.js, Express, Mongoose (MongoDB), and Sequelize (SQL databases). It allows developers to easily generate services that expose both REST endpoints and an MCP (Model Context Protocol) server, enabling LLMs to interact directly with the API. The framework simplifies the process of API development, making it accessible for developers of all skill levels.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"express-rest-api-and-mcp-server-framework": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-express-rest-api-and-mcp-server-framework"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions