template-mcp-server
If you are the rightful owner of template-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An example MCP server developed by Python and PDM.
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 official documentation for installation guides.
Available Tools
Development
pdm install
pdm dev