COBie MCP
Provides optional graph tools for storing and querying COBie data in a Neo4j database.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@COBie MCPValidate the COBie Excel file and show the summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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+
Related MCP server: pymupdf4llm-mcp
Install
Quick (PyPI / MCP Registry)
uvx cobie-mcpFrom source
git clone https://github.com/roynertr/cobie-mcp.git
cd cobie-mcp
uv syncConfigure
Claude Desktop / Cursor (recommended: uvx)
{
"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 |
| Sheet and key counts |
| Validation report |
| Browse entities |
| Dry-run or apply edits ( |
| PDF extraction |
| 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 -vLicense
MIT
This server cannot be installed
Maintenance
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
- AlicenseBqualityBmaintenanceMCP Server to communite with the Procore APILast updated1006MIT

pymupdf4llm-mcpofficial
Alicense-qualityBmaintenanceMCP server for exporting PDF to markdown, optimized for LLM consumption.Last updated69AGPL 3.0- Flicense-qualityDmaintenanceMCP server for extracting text from PDF files, supporting local files and URLs.Last updated
- FlicenseAqualityCmaintenanceMCP server for Microsoft Office file operations. Read, write, and create Excel, Word, and PowerPoint files directly from your local filesystem.Last updated12
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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