ποΈ ClaudeHopper - AI-Powered Construction Document Assistant
@Arborist-ai
About ποΈ ClaudeHopper - AI-Powered Construction Document Assistant
A macOS menu bar application that helps manage MCP (Model Context Protocol) servers for Claude Desktop.
Basic information
Config
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"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ClaudeHopper?
ClaudeHopper is a specialized Model Context Protocol (MCP) server that enables Claude and other LLMs to interact directly with construction documents, drawings, and specifications through advanced RAG and hybrid search. It is designed for construction professionals who need to query CAD drawings, plans, and technical specifications using natural language.
How to use ClaudeHopper?
Install Node.js 18+, Ollama (with nomic-embed-text, phi4, and clip models), and optionally Poppler Utils. Run the setup script run_now_preserve.sh for one-click configuration, then place construction drawings in ~/Desktop/PDFdrawings-MCP/InputDocs/Drawings/ and text specs in ~/Desktop/PDFdrawings-MCP/InputDocs/TextDocs/. After adding files, execute ./process_pdfdrawings.sh to ingest documents.
Key features of ClaudeHopper
- Vector-based search optimized for CAD drawings, plans, and specs.
- Visual search to find similar drawings from textual descriptions.
- Specialized metadata extraction for construction industry document formats.
- Efficient token usage through intelligent document chunking.
- Security via local document storage and processing.
- Support for Structural, Civil, Architectural, and other disciplines.
Use cases of ClaudeHopper
- Find architectural drawings for a specific project.
- Locate structural details for a foundation system.
- Search for drawings matching a concrete foundation description.
- Retrieve specifications for interior paint or fire protection systems.
- Identify lift station layout drawings from a document set.
FAQ from ClaudeHopper
What are the dependencies and runtime requirements?
Node.js 18+, Ollama with models nomic-embed-text, phi4, and clip, and optionally Poppler Utils (pdfimages) for image extraction.
Where are my documents stored and processed?
All document storage and processing are local to your machine, using a LanceDB database for vector search. No data is sent to external servers.
What transport or integration does ClaudeHopper use?
ClaudeHopper is an MCP server that integrates directly with the Claude Desktop App via the standard MCP protocol.
How does the image search work?
Images are extracted from PDFs using pdfimages (from Poppler Utils), embedded with a CLIP model, and searched via textual descriptions using the image_search tool.
Can I search across all documents at once?
Yes, the all_chunks_search tool allows searching across the entire document collection, while catalog_search and chunks_search offer more focused queries.
More AI & Agents MCP servers
π GPT Researcher
assafelovicAn autonomous agent that conducts deep research on any data using any LLM providers
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
MCP-LLM Bridge
patruffBridge between Ollama and MCP servers, enabling local LLMs to use Model Context Protocol tools
Comments