启动方式
About
启动方式是一个基于Model Context Protocol (MCP) 的简单服务器,通过标准输入输出获取当前系统时间。它适用于需要在MCP生态中快速获取时间的场景。
Details
- Author
- nipanbo
- Downloads
- 202
- Categories
- Other, Automation
Jump to
-
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
启动方式Command (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
使用 uv run -m nipanbo_mcp_educate_time.server 命令启动,或在MCP客户端配置中添加对应的JSON代码块。
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"\u542f\u52a8\u65b9\u5f0f": {
"get_time": {
"name": "get_time",
"type": "stdio",
"isActive": true,
"registryUrl": "",
"command": "uv",
"args": [
"run",
"-m",
"nipanbo_mcp_educate_time.server"
]
}
}
}
}
McpServers
{
"get_time": {
"name": "get_time",
"type": "stdio",
"isActive": true,
"registryUrl": "",
"command": "uv",
"args": [
"run",
"-m",
"nipanbo_mcp_educate_time.server"
]
}
}
启动方式
> uv run -m nipanbo_mcp_educate_time.server{
"mcpServers": {
"get_time": {
"name": "get_time",
"type": "stdio",
"isActive": true,
"registryUrl": "",
"command": "uv",
"args": [
"run",
"-m",
"nipanbo_mcp_educate_time.server"
]
}
}
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.


