weather server python for Grok
io.github.lxchst/weather-server-python
An MCP server that provides weather information
client:Grok
transport:stdio
runtime:pypi
Install weather server python in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"weather-server-python": {
"type": "stdio",
"command": "uvx",
"args": [
"chst-weather"
]
}
}
}
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