mcpbeat Sign in

DualSPHysics MCP Server

by vegetableno1 Your server? Claim it
local only

DualSPHysics MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

Agent toolchain for the DualSPHysics SPH solver: case prep, simulation runs, post-processing.

Installs / week
pypi · dualsphysics-mcp
1
Stars
0 open issues
22 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check DualSPHysics MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dualsphysics -- uvx dualsphysics-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dualsphysics": {
      "args": [
        "dualsphysics-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dualsphysics]
command = "uvx"
args = ["dualsphysics-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dualsphysics": {
      "args": [
        "dualsphysics-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dualsphysics": {
      "args": [
        "dualsphysics-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: DSPH_GENCASE (Path to the GenCase_linux64 executable (auto-discovered if unset)), DSPH_SOLVER (Path to the DualSPHysics CPU solver executable (auto-discovered if unset)), DSPH_PARTVTK (Path to the PartVTK_linux64 executable (auto-discovered if unset)), DSPH_MEASURETOOL (Path to the MeasureTool_linux64 executable (auto-discovered if unset)), DSPH_JOBS_DIR (Directory for simulation job outputs (defaults to ./jobs)), DSPH_OMP_THREADS (OpenMP threads for the CPU solver (defaults to CPU count)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to DualSPHysics MCP

same job, measured the same way
I
Ansys MCP Server
by vorobjewsen30-max

MCP server for Ansys engineering simulations — CFD, FEA, meshing, and post-processing. 24 tools.

59 installs/wk local only
Mst MCP
by vipulsutar11

MCP server for the MST Chain ecosystem providing search and retrieval tools for documentation.

local only
Txtcel
by txtcel

MCP server for the Txtcel Solana protocol: agents post and read undeletable on-chain messages.

57 installs/wk local only
Office Oxide MCP
by aimino-tech

Rust-native MCP server for Office document processing

46 installs/wk local only
Toolgovern
by rudrendupaul

Wraps the toolgovern CLI as a single generic MCP tool for agent-tool policy validation.

106 installs/wk local only
AgentTrust
by raditotev

MCP Server for Agent Reputation & Trust Scoring

150 installs/wk local only
ESG MCP Servers
by freminder

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

77 installs/wk local only
Rftools
by antonpogrebenko-public

241 RF & electronics calculators + 13 simulation tools for AI agents.

541 installs/wk local only

DualSPHysics MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for DualSPHysics MCP?
DualSPHysics MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package dualsphysics-mcp.
How do I connect DualSPHysics MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls dualsphysics-mcp straight from pypi; nothing to host, nothing to sign up for.
Is DualSPHysics MCP open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.