boryszielonka/php-clock-mcp-poc
3.2
If you are the rightful owner of php-clock-mcp-poc and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The PHP Clock MCP is a lightweight server implementation using Symfony MCP Bundle and Symfony Clock to provide current timestamp data to local applications.
PHP Clock MCP - quick proof of concept
I used Symfony MCP Bundle and Symfony Clock for creating lightweight MCP server.
It is WORK IN PROGRESS ABANDONED, but it is usable with some config tweaks.
UPDATE:
Claude can execute JS code, so the easier way is to execute JavaScript,
for example console.log(new Date().toLocaleString());.
It seems to be a bit slower than MCP tool though.