Skip to content
Cursor

time mcp for Cursor

io.github.yokingma/time-mcp

Time MCP Server, giving LLMs time awareness capabilities.

client:Cursor transport:stdio runtime:npm

Install time mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "time-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "time-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

time mcp in other clients