Server data from the Official MCP Registry
An MCP server that provides some common units conversions for cooking
An MCP server that provides some common units conversions for cooking
Valid MCP server (3 strong, 1 medium validity signals). 1 known CVE in dependencies Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
10 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sellisd-mcp-units": {
"args": [
"mcp-units"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.