Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 595 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 595 Bytes

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