Concrete-Properties-MCP Server
@GreatApo
About Concrete-Properties-MCP Server
Concrete Section Properties AI MCP Server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"concrete": {
"command": "python",
"args": [
"C:\\your_path_to_the_extracted_server\\concrete-properties-mcp\\src\\server.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Concrete-Properties-MCP Server?
The Concrete-Properties-MCP Server provides a unified API interface for interacting with the Concrete Properties Python library. It enables AI-driven calculation of section properties and capacities of reinforced concrete sections through the Model Context Protocol.
How to use Concrete-Properties-MCP Server?
Install required Python libraries (mcp, matplotlib, concreteproperties), download the repository, optionally edit src/config.json, then configure an MCP‑capable AI client (e.g., Claude Desktop, 5ire, or VS Code Copilot) to launch the server with python src/server.py.
Key features of Concrete-Properties-MCP Server
- Calculate geometric properties (area, centroid, moment of inertia)
- Compute transformed section properties
- Calculate axial, bending, and combined capacities
- Generate interaction diagrams as numerical points or plots
- Define concrete and reinforcement material properties
- Support for multiple concrete grades and steel types
Use cases of Concrete-Properties-MCP Server
- Calculate bending capacities of rectangular concrete sections under a given axial load
- Generate axial‑moment interaction diagrams for rectangular sections
- Compute geometric properties of arbitrary concrete cross‑sections
- Automate reinforced concrete section analysis inside AI‑powered engineering workflows
- Plot interaction diagrams for visual inspection directly from an AI client
FAQ from Concrete-Properties-MCP Server
What is the Concrete-Properties-MCP Server used for?
It allows AI agents to compute section properties and capacities of reinforced concrete sections by wrapping the concreteproperties Python library into MCP tools.
What are the required dependencies?
The server requires Python libraries mcp>=0.1.0, matplotlib>=3.10.1, and concreteproperties>=0.6.4.
How do I configure the server?
Edit the file src/config.json to adjust mesh size, concrete material properties (density, stress block parameters, ultimate strain, flexural tensile strength), and rebar properties (mesh points, density, fracture strain).
How do I set up the server with Claude Desktop?
Open Claude Desktop → File → Settings → Developer → Edit Config. Add a JSON entry in claude_desktop_config.json with "command":"python" and "args":["path\\to\\src\\server.py"] (use double backslashes).
How can I debug the server?
Run the MCP Inspector with the command: npx @modelcontextprotocol/inspector mcp run src\server.py.
More Other MCP servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments