W
Weights And Measures MCP Server
by @nothans
MCP server that provides tools and resources for weights and measures conversions. This server enables AI assistants to perform accurate unit conversions and access comprehensive reference tables for different measurement systems.
Created 11/15/2025
Updated about 1 month ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx weights-and-measures-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"nothans-weights-and-measures-mcp-server": {
"command": "uvx",
"args": [
"weights-and-measures-mcp-server"
]
}
}
}