@vscxml/mcp
Freeby MCP Community
MCP server for the VSCXML suite — 50 tools for designing, simulating, generating, and visually editing W3C SCXML state machines via LLMs (Claude Code, Claude De
v0.1.30Added Apr 12, 2026
mcpmodel-context-protocolscxmlvscxmlvscxml-editor
@vscxml/mcp MCP Server
MCP server for the VSCXML suite — 50 tools for designing, simulating, generating, and visually editing W3C SCXML state machines via LLMs (Claude Code, Claude De
Installation
Reviews
Installation
Quick install
npx -y @vscxml/mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"@vscxml/mcp": {
"command": "npx",
"args": ["-y", "@vscxml/mcp"]
}
}
}