sunrise sunset mcp for VS Code
io.github.mrfentmen/sunrise-sunset-mcp
Sunrise, sunset, and twilight times for any location. No key required.
client:VS Code
transport:stdio
runtime:npm
Install sunrise sunset mcp in VS Code
.vscode/mcp.json
{
"servers": {
"sunrise-sunset-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"sunrise-sunset-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs