MCP Cooking Units Converter
An MCP (Model Context Protocol) server that provides cooking unit conversion tools.
Installation
Installing via Smithery
To install Cooking Units Converter for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @sellisd/mcp-units --client claude
Manual Installation
- Clone the repository:
git clone git@github.com:sellisd/mcp-units.git
cd mcp-units
- Install:
uv pip install . # For normal use
# OR
uv pip install -e . # For development
Usage
Available Tools
The server provides the following conversion tools:
Volume Conversion
- Convert between: ml, l, cup, tbsp, tsp
- Example: 240ml → 1 cup
Weight Conversion
- Convert between: g, kg, oz, lb
- Example: 454g → 1 lb
Temperature Conversion
- Convert between: Celsius ©, Fahrenheit (F)
- Example: 180°C → 356°F
Running the Server
uvx --with . python -m mcp_units.server
Using with VSCode Extensions
This MCP server can be integrated with VSCode extensions that support the Model Context Protocol. Here’s how to set it up:
Install an MCP-compatible VSCode extension (e.g., Roo)
Configure the extension to use this server in
.roo/mcp.json:{ "mcpServers": { "units": { "command": "uvx", "args": [ "--with", ".", "python", "-m", "mcp_units.server" ], "disabled": false } } }
License
This project is licensed under the MIT License.
Cooking Units Converter
Project Details
- sellisd/mcp-units
- Last Updated: 5/12/2025
Recomended MCP Servers
This MCP server provides browser automation capabilities through Puppeteer, allowing interaction with both new browser instances and existing...
MCP server for interacting with Turso-hosted LibSQL databases
An mcp server that you can use to store and retrieve ideas, prompt templates, personal preferences to use...
MCP sever for controlling Elektron devices using LLMs
MCP server that assists with builiding sveltekit tailwind apps
This is a personal project to determine whether or not Claude 3.5 Sonnet can write moderately complex MCP...





