jairosoft-com/mcp-server-calendly
3.2
If you are the rightful owner of mcp-server-calendly and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Node.js implementation of the Model Context Protocol (MCP) server, built with TypeScript for type safety and better developer experience.
MCP Server (Node.js)
A Node.js implementation of the Model Context Protocol (MCP) server, built with TypeScript for type safety and better developer experience.
Features
- TypeScript support
- MCP protocol implementation
- Easy to extend and customize
- Built with modern Node.js features
Prerequisites
- Node.js 16.x or later
- npm 7.x or later
- TypeScript 4.5 or later
Installation
-
Clone the repository:
git clone https://github.com/yourusername/mcp-server-nodejs.git cd mcp-server-nodejs
-
Install dependencies:
npm install
Building the Project
To compile TypeScript to JavaScript:
npm run build
This will compile the TypeScript files and output them to the build
directory.
Usage
After building, you can run the server using:
node build/index.js
Development
- Source code is in the
src
directory - Built files are output to the
build
directory - The project uses TypeScript for type safety