MCP.so
登录

template-mcp-server

@pdm-project

关于 template-mcp-server

PDM template for developing an MCP server

基本信息

分类

开发工具

许可证

MIT license

运行时

python

传输方式

stdio

发布者

pdm-project

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

开发工具 分类下的更多 MCP 服务器