Servers
๐๏ธ ClaudeHopper - AI-Powered Construction Document Assistant
@Arborist-ai
A macOS menu bar application that helps manage MCP (Model Context Protocol) servers for Claude Desktop.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ClaudeHopper": {
"command": "node",
"args": [
"tools/test_image_search.js",
"/path/to/your/database"
]
}
}
}