NHC MCP Server for Cursor
io.github.mansurjisan/nhc-mcp
NHC storm tracks, forecast advisories, watches/warnings, and HURDAT2 data
client:Cursor
transport:stdio
runtime:pypi
Install NHC MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nhc-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"nhc-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs