template-mcp-server
@pdm-project
template-mcp-server について
PDM template for developing an MCP server
基本情報
設定
以下の設定を使って、このサーバーを 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.
「開発者ツール」の他のコンテンツ
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP-Scan: An MCP Security Scanner
invariantlabs-aiSecurity scanner for AI agents, MCP servers and agent skills.
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
Code Index MCP
johnhuang316A Model Context Protocol (MCP) server that helps large language models index, search, and analyze code repositories with minimal setup
コメント