Concrete-Properties-MCP Server
@GreatApo
About Concrete-Properties-MCP Server
Concrete Section Properties AI MCP Server
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.
Frequently asked questions
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`.
Basic information
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments