MCP Cooking Units Converter

by sellisd

135 downloads
Not rated
GitHub

About

An MCP server for conversion of units related to cooking

Details

Author
sellisd
Downloads
135
Categories
Other

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP Cooking Units Converter
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

smithery badge

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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.