New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

enkai-mcp

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enkai-mcp

An MCP server for seamless event scheduling on enkai-ai.com.

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
1
Created
Source

enkai-mcp-server

An MCP server for seamless event scheduling on EnkAI.

1. Your Prompt2. Generated Schedule Page
Example of a user prompt in chatExample of the generated scheduling page

Get Started

To debug this MCP server in your local environment:

git clone https://github.com/k-kohey/enkai-mcp
cd enkai-mcp
npm install
npm run build

Usage

When you input potential dates for an event from the MCP Client, a page is generated where attendance can be confirmed. For example, if you say, "I want to schedule a social gathering between 2025/10/01 and 2025/10/05," the LLM will find and execute the tool on this MCP Server. The tool also includes responses with execution dates and calendars, allowing you to specify relative dates like "tomorrow" or "this week," as well as days of the week like "weekdays" or "weekends" as potential dates.

Integrating with a calendar MCP could enable advanced applications such as narrowing down candidate dates based on participants' availability or adjusting schedules to account for local holidays.

Installation in your client

To use this MCP server, you'll need to configure your MCP client software.

{
  "mcpServers": {
    "enkai-mcp-server": {
      "command": "npx",
      "args": [
        "enkai-mcp"
        // You can also specify a version, e.g., "enkai-mcp@1.0.0"
      ]
    }
    // ... other MCP server configurations
  }
}

If you are using Raycast, you can install it using a deeplink created by percent-encoding JSON like the one above.

raycast://mcp/install?%7B%22name%22%3A%22enkai-mcp-server%22%2C%22type%22%3A%22stdio%22%2C%22command%22%3A%22npx%22%2C%22args%22%3A%5B%22-y%22%2C%22enkai-mcp%40latest%22%5D%7D

FAQs

Package last updated on 21 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts