Skip to Content
DocsAIMCP server

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

ToolPurpose
search_docsSearch the generated Schedule-X docs index.
get_docRead one docs entry by id.
list_pluginsList known plugins, package names, docs URLs and premium flags.
get_plugin_setupGet install and docs guidance for one plugin.
get_starterGenerate starter install commands and code.
validate_eventCheck event objects for common Schedule-X mistakes.
validate_calendar_configCheck calendar config objects for common setup mistakes.
explain_temporal_usageExplain when to use Temporal.PlainDate or Temporal.ZonedDateTime.
Last updated on