What is the Time MCP Server MCP server?
Get the current UTC time in RFC 3339 format.
How to install Time MCP Server
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"time-mcp-pypi": {
"command": "uvx",
"args": [
"time-mcp-pypi"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"time-mcp-pypi": {
"command": "uvx",
"args": [
"time-mcp-pypi"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"time-mcp-pypi": {
"command": "uvx",
"args": [
"time-mcp-pypi"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"time-mcp-pypi": {
"type": "stdio",
"command": "uvx",
"args": [
"time-mcp-pypi"
]
}
}
}Claude Code
claude mcp add time-mcp-pypi -- uvx time-mcp-pypiRelated MCP servers
Airtable
Active
Give AI assistants read/write access to Airtable bases, tables, records, and comments.
449
View repository →TypeScript
MIT
Computer Use
Active
Lets Claude control your computer via screenshots, mouse, and keyboard automation.
318
View repository →TypeScript
MIT
Gmail
Active
Allow AI systems to read, send, archive, and manage emails via Gmail.
7
View repository →TypeScript
Defuddle Fetch
Active
Fetch content from the web, cleaned up nicely for LLMs (using Defuddle).
6
View repository →TypeScript
MIT
Google Drive
Active
Allow AI systems to list, search, upload, download, and manage files and folders in Google Drive.
4
View repository →TypeScript