MCP Tool Server Template
@mibexx
About MCP Tool Server Template
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mbxai-mcp-server-template": {
"command": "uv",
"args": [
"venv"
]
}
}
}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 MCP Tool Server Template?
It is a cookiecutter template for scaffolding Model Context Protocol (MCP) tool servers using FastAPI, uv, and Docker. It is intended for developers who want to quickly set up an MCP server with modern Python tooling and a sample weather tool.
How to use MCP Tool Server Template?
Use cookiecutter to generate a new project: cookiecutter gh:mibexx/mbxai-mcp-server-template and answer the prompts for project name, slug, etc. Then navigate into the generated directory and run uv run service to start the server locally, or use docker-compose up -d for containerized execution.
Key features of MCP Tool Server Template
- FastAPI-based REST server with MCP tool support
- Sample weather tool for quick prototyping
- Modern Python tooling: uv, ruff, mypy
- Type hints and comprehensive testing
- Docker and Docker Compose support
- Kubernetes deployment configuration
Use cases of MCP Tool Server Template
- Quickly bootstrap a new MCP tool server project
- Prototype MCP tools with a built-in weather example
- Develop and test MCP servers using modern Python stack
- Containerize and deploy MCP servers via Docker or Kubernetes
- Provide a consistent project structure for team collaboration
FAQ from MCP Tool Server Template
What dependencies are required to use this template?
The template requires Python 3.12 or higher, the uv package manager, and cookiecutter version 2.5.0 or higher.
How do I create a new MCP server project?
Run cookiecutter gh:mibexx/mbxai-mcp-server-template and follow the interactive prompts to configure your project.
How can I run the generated server locally?
Navigate into the generated project directory, create a virtual environment with uv venv, activate it, install the package with uv pip install -e ., then run uv run service.
What deployment options are provided?
The template includes Docker and Docker Compose configurations for containerized deployment, as well as Kubernetes deployment files in the kubernetes/ directory.
Is there a sample tool included to get started?
Yes, the template includes a sample weather tool implementation located at src/your_package/project/weather.py.
Frequently asked questions
What dependencies are required to use this template?
The template requires Python 3.12 or higher, the uv package manager, and cookiecutter version 2.5.0 or higher.
How do I create a new MCP server project?
Run `cookiecutter gh:mibexx/mbxai-mcp-server-template` and follow the interactive prompts to configure your project.
How can I run the generated server locally?
Navigate into the generated project directory, create a virtual environment with `uv venv`, activate it, install the package with `uv pip install -e .`, then run `uv run service`.
What deployment options are provided?
The template includes Docker and Docker Compose configurations for containerized deployment, as well as Kubernetes deployment files in the `kubernetes/` directory.
Is there a sample tool included to get started?
Yes, the template includes a sample weather tool implementation located at `src/your_package/project/weather.py`.
Basic information
More Developer Tools MCP servers

endoflife.ai
endoflife.aiFree MCP server for software end-of-life intelligence: EOL dates, support status, and the 0-100 EOL Risk Score across 480+ tracked products. Agents can check a single version, pull a product's full lifecycle schedule, or

Apiosk
obcraftAI-native payments for tools and APIs. Discover, pay for, execute, and publish monetized APIs directly from your agent, settled per call in USDC over x402, through the Model Context Protocol. payments · finance · x402 ·

Termany
thinkany-aiAgent-Native Terminal
LocalCan
LocalCanGives AI agents public URLs (tunnels) for localhost, live HTTP traffic inspection, snapshot publishing, and access control. Part of LocalCan, the ngrok alternative for Mac, Windows and Linux. Free plan.

BetterBugs
BetterBugsThe BetterBugs MCP (Model Context Protocol) enables you to load BetterBugs bug reports (via report links) directly to your preferred AI Agents and developer environments with MCP Client capabilities (such as Cursor, VS C
Comments