cwa mcp server for Grok
io.github.gary2376/cwa-mcp-server
MCP server for Taiwan CWA open data: weather forecast, earthquake, warnings, typhoon.
client:Grok
transport:stdio
runtime:pypi
Install cwa mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cwa-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"cwa-mcp-server"
],
"env": {
"CWA_API_KEY": "<CWA_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs