Skip to content
Cursor

archlang mcp for Cursor

io.github.chanmeng666/archlang-mcp

Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans.

client:Cursor transport:stdio runtime:npm

Install archlang mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "archlang-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@chanmeng666/archlang-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

archlang mcp in other clients