Skip to content
Cursor

Vessel Traffic MCP for Cursor

io.github.tools-mcp/vessel-traffic-mcp

Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.

client:Cursor transport:stdio runtime:npm

Install Vessel Traffic MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vessel-traffic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tools-mcp/vessel-traffic-mcp"
      ],
      "env": {
        "VESSEL_MCP_TRANSPORT": "<VESSEL_MCP_TRANSPORT>",
        "VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS": "<VESSEL_MCP_ENABLE_PUBLIC_PROVIDERS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Vessel Traffic MCP in other clients