MCP.so
登录
K

Kalendis

@kalendis-dev

关于 Kalendis

Kalendis is a scheduling backend API that provides an MCP server for generating TypeScript clients and framework-specific

基本信息

分类

开发工具

传输方式

stdio

发布者

kalendis-dev

提交者

david cabal

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "kalendis": {
      "command": "npx",
      "args": [
        "-y",
        "@kalendis/mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Kalendis?

Kalendis is an MCP (Model Context Protocol) server and client generator that integrates the Kalendis scheduling API with AI agents like Claude and Cursor. It exposes scheduling API tools, generates TypeScript clients for backend and frontend applications, and creates API route handlers for popular frameworks.

How to use Kalendis?

Install via npm install @kalendis/mcp, then configure the MCP server in your IDE (e.g., Cursor) or manually in MCP settings. The generated tools (e.g., generate-backend-client, generate-api-routes) are then available for an AI agent to call. You need a free API key from kalendis.dev, but the MCP tool itself does not use the key — it only generates code that does.

Key features of Kalendis

  • MCP server exposes Kalendis scheduling API tools
  • Generates TypeScript clients for backend and frontend
  • Creates API route handlers for popular frameworks
  • Environment variable management for API keys
  • Full TypeScript support with generated types

Use cases of Kalendis

  • Integrate Kalendis scheduling into AI assistants like Claude or Cursor
  • Generate a backend client for direct API calls from your server
  • Generate a frontend client that calls your backend proxy endpoints
  • Generate API routes for Next.js, Express, Fastify, or NestJS
  • Rapidly prototype scheduling features without writing boilerplate

FAQ from Kalendis

How do I get an API key?

Create a free account at kalendis.dev. Your API key is available in your account dashboard and is required for authenticating requests to the Kalendis scheduling API.

Does the MCP tool need the API key?

No. The MCP tool only generates code; the API key is used by the generated clients in your application.

What frameworks are supported for route generation?

Next.js (App Router), Express, Fastify, and NestJS are supported.

What endpoints does it cover?

All 28 Kalendis API endpoints, including users, availability, recurring availability, availability exceptions, bookings, and account.

Is Kalendis open source?

Yes, this project is licensed under the MIT License.

评论

开发工具 分类下的更多 MCP 服务器