MCP.so
Sign In

template-mcp-server

@pdm-project

About template-mcp-server

PDM template for developing an MCP server

Basic information

Category

Developer Tools

License

MIT license

Runtime

python

Transports

stdio

Publisher

pdm-project

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "template-mcp-server": {
      "command": "uvx",
      "args": [
        "template-mcp-server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is template-mcp-server?

An example MCP server built with Python and PDM, designed to demonstrate how to set up an MCP server for use with Claude Desktop.

How to use template-mcp-server?

Add the server configuration to Claude Desktop's claude_desktop_config.json. It requires uv to be installed. For development, run pdm install and pdm dev.

Key features of template-mcp-server

  • Example MCP server built with Python and PDM
  • Ready-to-use configuration for Claude Desktop
  • Runs via uvx with zero installation steps
  • Developed and managed using PDM

Use cases of template-mcp-server

FAQ from template-mcp-server

What runtime does template-mcp-server require?

It requires uv to be installed on your machine.

How do I configure template-mcp-server with Claude Desktop?

Add the server configuration to claude_desktop_config.json as shown in the README.

How do I develop or modify template-mcp-server?

Run pdm install and pdm dev for development.

Comments

More Developer Tools MCP servers