cwa mcp server for Cursor
io.github.gary2376/cwa-mcp-server
MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.
client:Cursor
transport:stdio
runtime:pypi
Install cwa mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cwa-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"cwa-mcp-server"
],
"env": {
"CWA_API_KEY": "<CWA_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs