🏗️ ClaudeHopper - AI-Powered Construction Document Assistant
@Arborist-ai
🏗️ ClaudeHopper - AI-Powered Construction Document Assistant について
A macOS menu bar application that helps manage MCP (Model Context Protocol) servers for Claude Desktop.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"ClaudeHopper": {
"command": "node",
"args": [
"tools/test_image_search.js",
"/path/to/your/database"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
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.
「AI とエージェント」の他のコンテンツ
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
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
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
コメント