时钟
MCP 服务配置
复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用
{
"mcpServers": {
"amap-amap-sse": {
"url": "https://mcp.amap.com/sse?key=您在高德官网上申请的key"
},
"amap-maps": {
"args": [
"-y",
"@amap/amap-maps-mcp-server"
],
"command": "npx",
"env": {
"AMAP_MAPS_API_KEY": "您在高德官网上申请的key"
}
},
"time": {
"args": [
"mcp-server-time",
"--local-timezone=America/New_York"
],
"command": "uvx"
}
}
}
该服务需要配置环境变量:api_key
可用工具 (2 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
get_current_time 1 个参数 需填 1 项
Get current time in a specific timezones
必填参数:timezone
convert_time 3 个参数 需填 3 项
Convert time between timezones
必填参数:source_timezone、time、target_timezone