mcp-now
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-nowwhat's the current date and time in New York?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-now
An MCP server that provides tools to get the current date and time. Mainly designed to easily test MCP compatibility.
Tools
get_current_datetime
Returns the current date and time.
Parameter | Type | Required | Description |
| string | No | IANA timezone name (e.g. |
Example output: 03/17/2026, 10:45:00 AM EDT
get_current_date
Returns the current date only (no time).
Parameter | Type | Required | Description |
| string | No | IANA timezone name (e.g. |
Example output: 2026-03-17
Related MCP server: DateTime MCP Server
Install
npm install -g mcp-nowOr run on demand without installing:
npx mcp-nowUsage
Build and run
npm install
npm run build
npm startDevelopment
npm run devDebug with MCP Inspector
npm run inspectOpens a browser UI at http://localhost:5173 where you can list tools, call them with custom arguments, and inspect raw JSON-RPC messages.
MCP client configuration
Once installed globally (or available via npx), point your MCP client at the mcp-now binary:
{
"mcpServers": {
"now": {
"command": "npx",
"args": ["mcp-now"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jeromeetienne/mcp-now'
If you have feedback or need assistance with the MCP directory API, please join our Discord server