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.
开发工具 分类下的更多 MCP 服务器
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
nuxt-mcp / vite-plugin-mcp
antfuMCP server helping models to understand your Vite/Nuxt app better.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
评论