ποΈ 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
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Perplexity MCP Server
DaInfernalCoderA Model Context Protocol (MCP) server for research and documentation assistance using Perplexity AI. Won 1st @ Cline Hackathon
21st.dev Magic AI Agent
21st-devIt's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic
Web Agent Protocol
OTA-Tech-AIπWeb Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Comments