halimbahae/mcp-weather-server
Model Context Protocol (MCP) is an open communication framework that allows AI models like Claude to interact with external tools. This enables Claude to access real-time data, process files, and interact with external services - capabilities not available to most LLMs out of the box.
Platform-specific configuration:
{
"mcpServers": {
"mcp-weather-server": {
"command": "npx",
"args": [
"-y",
"mcp-weather-server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...