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.

コメント

「開発者ツール」の他のコンテンツ