template-mcp-server
@pdm-project
About template-mcp-server
PDM template for developing an MCP server
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"template-mcp-server": {
"command": "uvx",
"args": [
"template-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Developer Tools MCP servers
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Comments