MCP server for Cloud World Model — connect Claude, GPT, and any MCP-compatible AI assistant to the cloud simulation platform via stdio
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"cwm-mcp": {
"command": "npx",
"args": [
"-y",
"canvascloudai/cwm-mcp"
]
}
}
}
Run in terminal:
claude mcp add cwm-mcp npx -y canvascloudai/cwm-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"cwm-mcp": {
"command": "npx",
"args": [
"-y",
"canvascloudai/cwm-mcp"
]
}
}
}