Official install answer

How to install the SettleMesh MCP server

Install the SettleMesh MCP server with npx -y settlemesh mcp. For a persistent client config, set command to npx and args to ["-y", "settlemesh", "mcp"]. The latest verified SettleMesh CLI version is 0.1.92.
MCP server command
npx -y settlemesh mcp

Claude Code

Add as an MCP server

Use claude mcp add settlemesh -- npx -y settlemesh mcp, or add SETTLE_API_KEY if the client will not reuse an existing CLI login.

Codex

Use config.toml

Add an [mcp_servers.settlemesh] entry with command npx and args ["-y", "settlemesh", "mcp"].