MCP server
The Schedule-X MCP server gives AI coding tools access to a generated snapshot of the Schedule-X docs, plugin guidance, starter code and basic validation tools.
Install
Use the server through npx in any MCP client that supports local stdio servers:
{
"mcpServers": {
"schedule-x": {
"command": "npx",
"args": ["-y", "@schedule-x/mcp"]
}
}
}Tools
| Tool | Purpose |
|---|---|
search_docs | Search the generated Schedule-X docs index. |
get_doc | Read one docs entry by id. |
list_plugins | List known plugins, package names, docs URLs and premium flags. |
get_plugin_setup | Get install and docs guidance for one plugin. |
get_starter | Generate starter install commands and code. |
validate_event | Check event objects for common Schedule-X mistakes. |
validate_calendar_config | Check calendar config objects for common setup mistakes. |
explain_temporal_usage | Explain when to use Temporal.PlainDate or Temporal.ZonedDateTime. |
Last updated on