TideWatch-MCP-Server

Polly2014/TideWatch-MCP-Server
★ 2 stars Python 💻 Code/Dev Tools Updated 12d ago
An MCP server.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tidewatch-mcp-server": {
      "command": "uvx",
      "args": [
        "tidewatch-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install tidewatch-mcp-server