{
  "markdown": "# MCP Cooking Units Converter\n\n[![smithery badge](https://smithery.ai/badge/@sellisd/mcp-units)](https://smithery.ai/server/@sellisd/mcp-units)\n\n<!-- mcp-name: io.github.sellisd/mcp-units -->\n\n**MCP Cooking Units Converter** is a Python package and MCP server for converting cooking measurements (volume, weight, temperature) between common units. It is designed for integration with MCP-compatible tools and VSCode extensions.\n\n## Installation\n\n### Installing via Smithery\n\nTo install Cooking Units Converter for Claude Desktop automatically via [Smithery](https://smithery.ai/server/@sellisd/mcp-units):\n\n```bash\nnpx -y @smithery/cli install @sellisd/mcp-units --client claude\n```\n\n### Manual Installation\n1. Clone the repository:\n```bash\ngit clone git@github.com:sellisd/mcp-units.git\ncd mcp-units\n```\n\n2. Install:\n```bash\nuv pip install .  # For normal use\n# OR\nuv pip install -e .  # For development\n```\n\n## Usage\n\n### Available Tools\n\nThe server provides the following conversion tools:\n\n1. **Volume Conversion**\n   - Convert between: ml, l, cup, tbsp, tsp\n   - Example: 240ml → 1 cup\n\n2. **Weight Conversion**\n   - Convert between: g, kg, oz, lb\n   - Example: 454g → 1 lb\n\n3. **Temperature Conversion**\n   - Convert between: Celsius (C), Fahrenheit (F)\n   - Example: 180°C → 356°F\n\n### Running the Server\n\n```bash\nuvx --with . python -m mcp_units.server\n```\n\n## Using with VSCode Extensions\n\nThis MCP server can be integrated with VSCode extensions that support the Model Context Protocol. Here's how to set it up:\n\n1. Install an MCP-compatible VSCode extension (e.g., Roo)\n\n2. Configure the extension to use this server in `.roo/mcp.json`:\n   ```json\n   {\n     \"mcpServers\": {\n       \"units\": {\n         \"command\": \"uvx\",\n         \"args\": [\n           \"--with\",\n           \".\",\n           \"python\",\n           \"-m\",\n           \"mcp_units.server\"\n         ],\n         \"disabled\": false\n       }\n     }\n   }\n   ```\n\n## Contact\n\nFor questions, issues, or contributions, please visit the [GitHub repository](https://github.com/sellisd/mcp-units).\n\n## License\n\nThis project is licensed under the MIT License.\n",
  "bytes": 2112,
  "sha": "923da98a38765960f858e51c052a9ce43c02561806b470fec77a03129bb69700",
  "repo_slug": "sellisd/mcp-units",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sellisd_mcp_units_87c3f66f/readme"
}