Developer MCP
The Scadable MCP server gives AI code editors direct access to Scadable documentation, API reference, and SDK syntax. Ask your editor questions about Scadable and get accurate, up-to-date answers.
Cursor
Add to ~/.cursor/mcp.json:
{
"mcpServers": {
"scadable-docs": {
"url": "https://docs.scadable.com/mcp"
}
}
}Codeium / Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"scadable-docs": {
"url": "https://docs.scadable.com/mcp"
}
}
}Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"scadable-docs": {
"url": "https://docs.scadable.com/mcp"
}
}
}Claude Code
claude mcp add scadable-docs --transport sse https://docs.scadable.com/mcpTest it
Once configured, open a chat in your editor and try:
- "How do I define a Modbus device in Scadable?"
- "Show me the API endpoint to list gateways"
- "What trigger types does the Scadable SDK support?"
Updated 2 days ago
