python-base-mcp-server
@tjmaynes
关于 python-base-mcp-server
A cookiecutter template for quickly bootstrapping a Python-based MCP server.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"python-base-mcp-server": {
"command": "pipx",
"args": [
"run",
"cookiecutter",
"gh:tjmaynes/python-base-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is python-base-mcp-server?
It is a cookiecutter template for quickly bootstrapping a Python-based MCP server. It is intended for developers who want to scaffold a new MCP server project using a standard template.
How to use python-base-mcp-server?
Install cookiecutter (via pipx or pip), then run cookiecutter gh:tjmaynes/python-base-mcp-server to generate a new server project. Follow the interactive prompts to configure the project.
Key features of python-base-mcp-server
- Cookiecutter template for Python MCP servers
- Requires only Python and Cookiecutter
- Installed via pipx or pip
- Quick project scaffolding with interactive prompts
Use cases of python-base-mcp-server
- Bootstrapping a new Python-based MCP server from a template
FAQ from python-base-mcp-server
—
其他 分类下的更多 MCP 服务器
ghidraMCP
LaurieWiredMCP Server for Ghidra
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论