loading…
Search for a command to run...
loading…
A Model Context Protocol server built with FastMCP that provides tools for retrieving the current local date and time. It allows LLMs to access precise temporal
A Model Context Protocol server built with FastMCP that provides tools for retrieving the current local date and time. It allows LLMs to access precise temporal information directly from the host environment.
A step-by-step guide to set up and run a Model Context Protocol (MCP) server using FastMCP.
pip install uv
uv --version
mkdir mcp-server
cd mcp-server
uv init .
pyproject.toml - Project configuration.python-version - Python version specificationREADME.md - Project documentationuv add fastmcp
main.py with your server code:MCP Inspector to test your server interactively:uv run fastmcp dev main.py
uv run fastmcp run main.py
uv run fastmcp install claude-desktop main.py
This project is licensed under the MIT License.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"datetime-localmcpserver": {
"command": "npx",
"args": []
}
}
}