Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-sellisd-mcp-units": {
"args": [
"-y",
"@sellisd/mcp-units"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@sellisd/mcp-units' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @sellisd/mcp-units against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
App framework, testing framework, and inspector for MCP Apps.
MCP proxy that compresses prose fields (tool descriptions, etc.) using caveman rules. Same accuracy, fewer context tokens.
MCP Security Weekly
Get CVE alerts and security updates for io.github.sellisd/mcp-units and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.
To install Cooking Units Converter for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @sellisd/mcp-units --client claude
git clone git@github.com:sellisd/mcp-units.git
cd mcp-units
uv pip install . # For normal use
# OR
uv pip install -e . # For development
The server provides the following conversion tools:
Volume Conversion
Weight Conversion
Temperature Conversion
uvx --with . python -m mcp_units.server
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
}
}
}
For questions, issues, or contributions, please visit the GitHub repository.
This project is licensed under the MIT License.