kelkalot/imagefeatures-mcp
Give LLMs "mathematical eyes" for image analysis. An MCP (Model Context Protocol) server that wraps the imagefeatures library, exposing classic computer vision features as tools that Claude and other LLMs can use.
Platform-specific configuration:
{
"mcpServers": {
"imagefeatures-mcp": {
"command": "npx",
"args": [
"-y",
"imagefeatures-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...