Skip to main content
Glama
roynertr

COBie MCP

by roynertr

COBie MCP

MCP server for COBie Excel validation, updates, and PDF extraction.

Works with local .xlsx and PDF files over stdio. Compatible with Claude Desktop, Claude Code, Cursor, and other MCP clients.

Requirements

  • Python 3.12+

  • uv

Related MCP server: pymupdf4llm-mcp

Install

Quick (PyPI / MCP Registry)

uvx cobie-mcp

From source

git clone https://github.com/roynertr/cobie-mcp.git
cd cobie-mcp
uv sync

Configure

{
  "mcpServers": {
    "cobie-mcp": {
      "command": "uvx",
      "args": ["cobie-mcp"],
      "env": {
        "ENABLE_HEALTH_SERVER": "false"
      }
    }
  }
}

From a local clone

{
  "mcpServers": {
    "cobie-mcp": {
      "command": "uv",
      "args": ["run", "python", "-m", "server.mcp_server"],
      "cwd": "/absolute/path/to/cobie-mcp",
      "env": {
        "ENABLE_HEALTH_SERVER": "false"
      }
    }
  }
}

On Windows, use an absolute path for uv / uvx if it is not on PATH, for example C:\\Users\\<you>\\.local\\bin\\uv.exe, and double backslashes in JSON.

Claude Code

This repo includes .mcp.json. Open the project root, approve the server when prompted, then confirm tools with /mcp.

See INSTALL.md for checklists, test prompts, and troubleshooting.

Main tools

Tool

Purpose

load_cobie_summary

Sheet and key counts

validate_cobie

Validation report

list_floors / list_spaces / list_components

Browse entities

preview_update / update_cobie

Dry-run or apply edits (actor_contact required for writes)

extract_from_submittal

PDF extraction

capture_installation

Installation capture with evidence

Canonical tool names are listed in server/tool_manifest.json. Graph / Neo4j tools are optional and return a clear error when Neo4j is not configured.

Smoke test

uv run pytest tests/test_mcp_smoke.py tests/test_tool_manifest_drift.py tests/test_mcp_tools.py -v

License

MIT

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for the FFmpeg Micro video transcoding API — create, monitor, download transcodes.

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • MCP server for fcc-ecfs

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/roynertr/cobie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server