An example MCP server developed by Python and PDM.
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 official documentation for installation guides.
pdm install
pdm dev