Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Construction Server

FreeNot checked

Ultra-lightweight MCP server for construction calculations and material estimation, enabling material calculator and cost estimator tools for structures like fo

GitHubEmbed

About

Ultra-lightweight MCP server for construction calculations and material estimation, enabling material calculator and cost estimator tools for structures like foundations, walls, slabs, and beams.

README

Ultra-lightweight MCP server for construction calculations and material estimation.

Features

  • Material Calculator: Calculate concrete, steel, brick requirements
  • Cost Estimator: Quick material cost calculations
  • Structure Types: Foundation, walls, slabs, beams

Quick Start

npm install
npm start

Tools Available

calculate_materials

Calculate materials for construction elements:

{
  "structure": "foundation",
  "dimensions": {
    "length": 10,
    "width": 8,
    "height": 0.5
  }
}

estimate_cost

Estimate material costs:

{
  "material": "concrete",
  "quantity": 40,
  "unit": "m³"
}

Architecture

  • Zero dependencies beyond MCP SDK
  • In-memory calculations - no database overhead
  • Stateless design for maximum performance
  • JSON-based material database

Material Database

Material Density Cost/Unit
Concrete 2400 kg/m³ $120/m³
Steel 7850 kg/m³ $800/m³
Brick 1800 kg/m³ $0.5/piece
Cement 1440 kg/m³ $180/m³

Performance Notes

  • Sub-millisecond calculation responses
  • Minimal memory footprint (~10MB)
  • No external API calls
  • Pure computation - no I/O blocking

Usage Example

Connect to Claude Desktop by adding to your config:

{
  "mcpServers": {
    "construction": {
      "command": "node",
      "args": ["path/to/construction-mcp-server/server.js"]
    }
  }
}

from github.com/ViranjPatel/construction-mcp-server

Installing Construction Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/ViranjPatel/construction-mcp-server

FAQ

Is Construction Server MCP free?

Yes, Construction Server MCP is free — one-click install via Unyly at no cost.

Does Construction Server need an API key?

No, Construction Server runs without API keys or environment variables.

Is Construction Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Construction Server in Claude Desktop, Claude Code or Cursor?

Open Construction Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Construction Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs