Kalendis
@kalendis-dev
About Kalendis
Kalendis is a scheduling backend API that provides an MCP server for generating TypeScript clients and framework-specific
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"kalendis": {
"command": "npx",
"args": [
"-y",
"@kalendis/mcp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
Comments