MCP Cooking Units Converter
About
An MCP server for conversion of units related to cooking
Details
- Author
- sellisd
- Downloads
- 135
- Categories
- Other
Jump to
- Volume conversion between ml, l, cup, tbsp, tsp
- Weight conversion between g, kg, oz, lb
- Temperature conversion between Celsius and Fahrenheit
- Integration with Claude Desktop via Smithery
- Compatibility with VSCode MCP extensions
- Installation using uv and Python
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
MCP Cooking Units ConverterCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install via Smithery using npx -y @smithery/cli install @sellisd/mcp-units --client claude or manually by cloning the repository and running uv pip install .. Run the server with uvx --with . python -m mcp_units.server. For VSCode integration, configure .roo/mcp.json with the command as shown in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp cooking units converter": {
"mcp-units": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@sellisd/mcp-units",
"--client",
"claude"
]
}
}
}
}
McpServers
{
"mcp-units": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@sellisd/mcp-units",
"--client",
"claude"
]
}
}
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
1. Clone the repository:git clone git@github.com:sellisd/mcp-units.git
cd mcp-units
2. Install:
```bash
uv pip install . # For normal use
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



