Connects Claude to the Plutocalc Designer REST API for sizing water and wastewater treatment systems. You get 15 tools covering the full engineering workflow: list available treatment models (activated sludge, stripping towers, biological systems), fetch calculation templates with required parameters, retrieve reference databases and unit conversions, run computations, and convert between JSON and Markdown formats for easier reading. Includes license credit checks and direct links to model manuals. Useful when you need to design treatment plants through conversation rather than clicking through engineering software. The MCP server is hosted at plutocalc.com, so no local setup required, though you can self-host from the GitHub repo if needed.
MCP server for the Plutocalc Designer REST API, providing access to water and wastewater treatment system design tools through the Model Context Protocol.
Registry Name: io.github.danpeig/plutocalcdesigner-mcp
Version: 2.5.1
MCP server URL: https://www.plutocalc.com/designer/mcp
OpenAPI specs: https://www.plutocalc.com/designer/server/openapi.json
Plutocalc Designer is an online engineering tool for sizing water and wastewater treatment systems. Engineers select a design model, fill in a calculation template, and run the computation to receive a completed template with design results. Learn more at https://www.plutocalc.com/designer.
There are three ways of connecting Plutocalc Designer to AI applications:
The easiest way to use Plutocalc Designer with your AI assistant is through the MCP Registry:
In Claude Desktop or your MCP-compatible client, search for:
plutocalcdesigner-mcp
or
io.github.danpeig/plutocalcdesigner-mcp
Click "Add" or "Install" - The server will be automatically configured.
Start using it! Ask your AI assistant:
If you need to configure manually, add this to your MCP client configuration:
For Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"plutocalcdesigner": {
"url": "https://www.plutocalc.com/designer/mcp",
"transport": "http"
}
}
}
For other MCP clients:
https://www.plutocalc.com/designer/mcpAnother way to connect AI models to Plutocalc Designer is use the API directly. In this case, the model can retrieve instructions from the OpenAPI json specifications available at https://www.plutocalc.com/designer/server/openapi.json
A more detailed description of the API with instructions and examples, suitable for humans or LLMs, can be found in: https://www.plutocalc.com/designer/api.html
This method hosts the MCP server only, not the Plutocalc Designer. The local server requires internet connectivity to connect to the Plutocalc Designer API.
Use this method if you are facing connectivity issues with Plutocalc Designer MCP server or for development purposes.
# Clone the repository
git clone https://github.com/danpeig/plutocalcdesigner-mcp.git
cd plutocalcdesigner-mcp
# Install dependencies
npm install
# Start the server
npm start
The server will start on port 3003 by default (configurable via PORT environment variable).
If you need to check if the server is working, see TEST_CLIENT_README.md for detailed instructions.
licenseKey)model)model)model)model)model)model and input)model and input)model and input)model)miapre/html-to-figma-design-system
ie3jp/illustrator-mcp-server
coding-solo/godot-mcp
ivanmurzak/unity-mcp
yctimlin/mcp_excalidraw
figma/mcp-server-guide