Developer Tools
Trust: 30/100 (Limited)io.github.mtjandra/mcp-weather-server Guide
An MCP server for weather information.
by mtjandra
Quick Start
Install
npx @mtjandra/mcp-weather-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-mtjandra-mcp-weather-server": {
"command": "npx",
"args": [
"@mtjandra/mcp-weather-server"
]
}
}
}