template-mcp-server\
\ _An example MCP server developed by Python and PDM._\ \
Usage with Claude Desktop\
\ Add the following to claude_desktop_config.json:\ \
{\
"mcpServers": {\
"template-mcp-server": {\
"command": "uvx",\
"args": [\
"template-mcp-server"\
]\
}\
}\
}\\ It requires uv to be installed on your machine. Check the for installation guides.\ \
Available Tools\
\ \u003c!-- List all tools and descriptions here --\u003e\ \
Development\
\
pdm install\
pdm dev\