Skip to content

pdm-project/template-mcp-server

Repository files navigation

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

About

PDM template for developing an MCP server

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published

Languages