Kalendis is a scheduling backend API that provides an MCP server for generating TypeScript clients and framework-specific
API route handlers (Next.js, Express, Fastify, NestJS).
Server Config
{
"mcpServers": {
"kalendis": {
"command": "npx",
"args": [
"-y",
"@kalendis/mcp"
]
}
}
}