Servers
Simple Weather MCP
@markmehere
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"simple-weather-mcp": {
"args": [
"--from",
"git+https://github.com/markmehere/simple-weather-mcp.git",
"simple-weather-mcp"
],
"command": "uvx"
}
}
}