MCP Server
Active
MIT
io.github.ChanMeng666/archlang-mcp MCP Server
io.github.ChanMeng666/archlang-mcp
What is the io.github.ChanMeng666/archlang-mcp MCP server?
Compile, describe, lint, validate, score and repair multi-storey and curved ArchLang floor plans.
How to install io.github.ChanMeng666/archlang-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"archlang-mcp": {
"command": "npx",
"args": [
"-y",
"@chanmeng666/archlang-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"archlang-mcp": {
"command": "npx",
"args": [
"-y",
"@chanmeng666/archlang-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"archlang-mcp": {
"command": "npx",
"args": [
"-y",
"@chanmeng666/archlang-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"archlang-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@chanmeng666/archlang-mcp"
]
}
}
}Claude Code
claude mcp add archlang-mcp -- npx -y @chanmeng666/archlang-mcpRelated MCP servers
Generate tailored, ATS-optimized resume PDFs and cover letters from a job description, over MCP.
1
View repository →TypeScript
MIT