MCP ExplorerExplorer

Template Mcp Server

@pdm-projecton 9 months ago
1 MIT
FreeCommunity
AI Systems
PDM template for developing an MCP server

Overview

What is Template Mcp Server

template-mcp-server is a PDM template designed for developing an MCP server using Python.

Use cases

Use cases include developing custom MCP servers for applications, testing server functionalities, and integrating with other services in a development workflow.

How to use

To use template-mcp-server, add the specified configuration to your ‘claude_desktop_config.json’ file and ensure that ‘uv’ is installed on your machine. Follow the official documentation for installation guidance.

Key features

Key features include ease of setup with PDM, integration with Claude Desktop, and the ability to run commands using ‘uv’.

Where to use

template-mcp-server can be used in software development environments, particularly for projects that require the implementation of MCP servers.

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers