mcp-units
Click on "Install 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., "@mcp-unitsconvert 240 ml to cups"
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.
MCP Cooking Units Converter
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.
Installation
Installing via Smithery
To install Cooking Units Converter for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @sellisd/mcp-units --client claudeManual Installation
Clone the repository:
git clone git@github.com:sellisd/mcp-units.git
cd mcp-unitsInstall:
uv pip install . # For normal use
# OR
uv pip install -e . # For developmentRelated MCP server: @mealmastery/mcp-server
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 (C), Fahrenheit (F)
Example: 180°C → 356°F
Running the Server
uvx --with . python -m mcp_units.serverUsing 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 } } }
Contact
For questions, issues, or contributions, please visit the GitHub repository.
License
This project is licensed under the MIT License.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceAn MCP server that enables AI-powered recipe generation and transformation using natural language, supporting dietary restrictions, allergies, and nutritional goals.Last updated217MIT
- Alicense-qualityDmaintenanceMCP server for MealMastery AI meal planning that enables users to manage meal plans, recipes, and grocery lists through natural language conversation with AI agents like Claude.Last updated61MIT
- Flicense-qualityDmaintenanceAn MCP server providing tools for weather, calculations, currency conversion, timezone queries, and unit conversions.Last updated
- FlicenseAqualityDmaintenanceMCP server that provides cooking recipe lookup, classification, and weekly meal planning based on dietary restrictions and allergies.Last updated5
Related MCP Connectors
A MCP server for the Frankfurter API for currency exchange rates.
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
MCP server for Meitre restaurant reservations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sellisd/mcp-units'
If you have feedback or need assistance with the MCP directory API, please join our Discord server