Personal Digital Assistant MCP
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Personal Digital Assistant MCPConvert 100 km to miles"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Personal Digital Assistant MCP
A Personal Digital Assistant built with FastMCP, exposing a set of utility tools over the Model Context Protocol (MCP).
Tools
Tool | Description |
| Return a friendly greeting for a given name. |
| Perform add, subtract, multiply, or divide on two numbers. |
| Return the current local date and time. |
| Generate a random UUID (v4). |
| Generate a secure random password of a given length. |
| Calculate Body Mass Index and category from weight/height. |
| Calculate age in years from a date of birth ( |
| Convert between units: |
Related MCP server: Dev Toolbox MCP Server
Requirements
Python 3.13+
Setup
# Create and activate a virtual environment
python -m venv .venv
.\.venv\Scripts\Activate.ps1
# Install dependencies
pip install -r requirements.txtUsage
Start the MCP server:
python server.pyRun the sample client (connects to the server and calls each tool):
python client.pyVerify your environment/installation:
python verify_installation.pyThis server cannot be deployed
Maintenance
Related MCP Connectors
Developer utilities over MCP: Base64 encode and decode, decode JWTs, format JSON, do percentages.
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Web and URL utilities over MCP: shorten URLs, screenshot pages, read page metadata, encode URLs.
238+ dev tools via MCP: JSON, QR, PDF, DNS, hash, UUID, code review, JWT, SSL, WHOIS, and more
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides essential utility tools for text processing, file operations, hashing, temperature conversion, password generation, and date/time operations through a comprehensive MCP interface.MIT
- FlicenseNot gradedqualityDmaintenanceProvides various developer utilities such as UUID generation, timestamp conversion, Base64 encoding, color conversion, password generation, hash generation, and JSON formatting via MCP.91-
- AlicenseNot gradedqualityDmaintenanceProvides a comprehensive set of developer utilities including UUID generation, email validation, hashing, JSON manipulation, Brazilian document handling, and more, accessible via MCP.72MIT
- AlicenseAqualityCmaintenanceA lightweight MCP server providing common utility tools such as unit conversion, password generation, date calculation, hashing, Base64 encoding/decoding, UUID generation, text case conversion, and text statistics, with no external dependencies.8MIT