PluginBench
MCP Server

SCHISM Model Setup MCP Server MCP Server

io.github.mansurjisan/schism-mcp

What is the SCHISM Model Setup MCP Server MCP server?

SCHISM model configuration debugging, parameter lookup, and validation

How to install SCHISM Model Setup MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "schism-mcp": {
      "command": "uvx",
      "args": [
        "schism-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "schism-mcp": {
      "command": "uvx",
      "args": [
        "schism-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "schism-mcp": {
      "command": "uvx",
      "args": [
        "schism-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "schism-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "schism-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add schism-mcp -- uvx schism-mcp

Related MCP servers

ADCIRC model configuration debugging, parameter lookup, and validation

View repository →

NOAA CO-OPS tides, water levels, currents, and meteorological data

View repository →

Access ocean data from 80+ ERDDAP servers worldwide

View repository →

GOES-18/19 satellite imagery — visible, infrared, water vapor, and composites via NOAA

View repository →

NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data

View repository →

NOAA OFS regional ocean model forecasts — water level, temperature, salinity

View repository →