Obtaining the precise current location of the user and combining it with weather, maps, and other location-based services such as MCP is highly effective!
Server Config
{
"mcpServers": {
"get-location": {
"command": "npx",
"args": [
"-y",
"@mcpcn/mcp-get-location"
],
"env": {}
}
}
}