Connects AI assistants to QCDatabase.AI for everyday construction quality-control work.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
WARNING! Our apologies, but some of the modifications we made to allow remote hosting of this MCP server have broken the stdio tools. We are working on a fix ASAP. Please check back here later.
A small program that lets an AI assistant (like Claude) do your everyday QC Database work for you β set the project you're working on, upload records, read what the AI pulled off a document, and find and close out the items still needed for a complete, traceable turnover package.
It runs on your own computer. Your AI assistant talks to it; it talks to QCDatabase.AI on your behalf, using your own login.
Built on the official Model Context Protocol
Python library and the QC Database MCP specification β published at
qcdatabase.ai/mcp_server_spec.md and
kept in this repo as mcp_server_spec.md.
Once it's connected, you can talk to it in plain language. For example:
You need Python 3.10 or newer on your computer.
brew install python or get it from
python.org/downloads.To check it's installed, open a terminal (PowerShell on Windows, Terminal on Mac) and run:
You should see Python 3.10 or higher. (On some Macs the command is python3.)
From a terminal, in this folder:
That's it. This installs the server and a command called qcdatabase-mcp.
If
pipisn't found, trypython -m pip install .(orpython3 -m pip install .).
Claude Desktop launches this server for you and shows its tools in your chats. Set it up once:
If you don't have it, download it from claude.ai/download and sign in.
In Claude Desktop:
This opens (and, if needed, creates) a file named claude_desktop_config.json.
You can also open it directly:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.jsonPut this in the file. If the file already has other servers, just add the
"qcdatabase" block inside the existing "mcpServers" section.
Windows:
Mac (Python is usually python3 there):
Save the file.
If Claude can't start it (you see "python not found" or the server fails), use the full path to Python instead of just
"python". Find it by runningwhere python(Windows) orwhich python3(Mac) in a terminal, then paste that path as the"command". For example on Windows:(Use double backslashes
\\in Windows paths inside JSON.)
Fully quit and reopen the app (on Windows, also close it from the system tray; on Mac, Quit with Cmd-Q β closing the window isn't enough). The new server only loads on a fresh start.
Start a new chat and look for the tools/connector indicator (a slider or tool icon near the message box). Click it and you should see qcdatabase with its tools listed. If you don't, see Troubleshooting.
Then ask Claude to "connect to QC Database" to sign in β see below.
Sign in. Ask the assistant to connect to QC Database (the login
tool). Your web browser opens; log in and pick which company workspace
you want to connect. That choice locks the connection to that one
organization. You only do this once β it's remembered.
Pick your project. Ask it to work on a project by name, or list your projects first. Almost every action happens "inside" a project, so the server asks you to choose one before it will do project work. You can switch projects any time.
Get to work. Upload documents and drawings, check what's missing for turnover, create and close reference requests, add notes and photos, and so on.
login, logout, auth_status, whoamilist_tenants, list_projects, set_project,
get_active_project, list_project_members, list_lists, list_list_items,
list_map_item_schemas, get_map_item_schema, list_document_folders,
list_form_schemascreate_list_item, update_list_item,
delete_list_item (a soft delete β the entry stops appearing in list reads but
stays on record)list_jobs, create_job, list_packages,
create_package, list_line_specs, create_line_specupload_document, upload_document_version,
download_document, upload_drawing, upload_large_format_drawing,
upload_drawing_to_package, upload_drawing_version,
upload_large_format_drawing_version, attach_photolist_drawings, get_drawing (incl. pixel width/height β the
HTML5-canvas coordinate space for map items), export_drawing,
export_large_format_drawinglist_fillable_templates, get_fillable_template,
download_fillable_template, submit_fillable_templateget_document, set_document_extracted_data,
list_documents, list_map_items, get_map_item, create_map_item
(place welds/flanges by pixel coordinates), bulk_create_map_items,
bulk_update_map_items (batch up to 500 items on one drawing/schema). Always
call list_map_item_schemas first β see the CAD/PCF/.weldb note belowinspect_zipmap,
upload_zipmap β see Zipmapslist_repair_codes, add_map_item_repairlist_form_submissions, create_form_submission,
get_form_submission, update_form_submission, complete_form_submission,
create_note, list_notes, resolve_notelist_photos, attach_photolist_itp_line_items, get_itp_line_item,
create_itp_line_item, update_itp_line_item, mark_map_item_complete,
mark_map_item_accepted, mark_itp_complete, mark_itp_acceptedlist_lock_types
(read only), list_locks, get_lock, add_lock (place a hold point β fit-up,
tack-up, weld-cleanliness, FME, final-closure, boiler-tube FME sponge-in/sponge-out,
etc. β on a map item or ITP line item so it can't be turned in until inspected),
unlock_lock, assign_lock, delete_lock (withdraws a hold placed in error β a
soft delete: kept in the audit trail, no longer holding the item; use unlock_lock
for a hold that was actually satisfied). A lock is a construction quality gate,
not a security control; place or clear one only at the explicit request of its
owner/author or an authorized inspector. Creating or editing lock types (the
named hold definitions, and who may place/clear each) is intentionally not
exposed here β that permission-sensitive setup is done in the web app's Project
Admin, and the assistant will point you therelist_reference_requests,
create_reference_request, list_references, create_reference,
turnover_reportlist_shippers, list_shipper_line_itemssemantic_search β natural-language
search across the project's documents, drawings, large-format drawings, jobs,
packages, list items, map items, form submissions, notes, and shipperssearch_user_manual (ask "how do I�" questions and
read the product help articles), list_user_manual (browse the help contents)generate_qr_codeNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/qcdatabase-ai)<a href="https://allmcps.com/mcp/qcdatabase-ai"><img src="https://allmcps.com/api/badge/qcdatabase-ai?style=directory" alt="QCDatabase.AI on AllMCPs" /></a>