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
{
"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