MCP server: parse and format byte sizes (binary KiB / SI kB).
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bytes-mcp": {
"command": "npx",
"args": [
"-y",
"MukundaKatta/bytes-mcp"
]
}
}
}
Run in terminal:
claude mcp add bytes-mcp npx -y MukundaKatta/bytes-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"bytes-mcp": {
"command": "npx",
"args": [
"-y",
"MukundaKatta/bytes-mcp"
]
}
}
}