Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding Kalendis MCP server to the official MCP servers list. 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 Details
Motivation and Context
Kalendis provides a production-ready MCP server that solves a common developer pain point: integrating scheduling APIs into applications. The MCP server generates:
This enables developers to quickly scaffold scheduling functionality without manually writing API integration code, reducing development time from hours to minutes.
How Has This Been Tested?
@kalendis/mcp
version 1.0.6Breaking Changes
No breaking changes - this is a new server addition to the README list only.
Types of changes
Checklist
Additional context
The Kalendis MCP server follows MCP best practices:
The server is actively maintained and used in production by Kalendis customers for scheduling integrations.