Skip to main content
Glama
mblakebaugh-hub

bluebeam-mcp

bluebeam-mcp

MCP server exposing Bluebeam Revu 21 to Claude via Windows COM automation.

Requirements

  • Windows 11

  • Bluebeam Revu 21 (subscription) installed

  • Python 3.11+

Related MCP server: OpenText Process Automation MCP

Setup

pip install -r requirements.txt

Run

python server.py

Add to Claude Code MCP config (~/.claude/settings.json):

{
  "mcpServers": {
    "bluebeam": {
      "command": "python",
      "args": ["C:/path/to/bluebeam-mcp/server.py"]
    }
  }
}

Test

pytest                    # unit tests only (no Revu required)
pytest -m integration     # requires Revu 21 + tests/fixtures/sample.pdf

Tools

Tool

Description

bb_open_document

Open a PDF in Revu

bb_close_document

Close an open PDF

bb_save_document

Save a document

bb_list_open_documents

List all open PDFs

bb_list_markups

List markups (optionally filter by page)

bb_add_text_box

Add a text box markup

bb_add_callout

Add a callout markup

bb_add_stamp

Apply a stamp

bb_delete_markup

Delete a markup by ID

bb_list_layers

List layers and visibility

bb_set_layer_visibility

Show or hide a layer

bb_add_layer

Create a new layer

bb_flatten_document

Flatten markups into PDF content

bb_export_markup_summary

Export CSV markup summary

F
license - not found
-
quality - not tested
B
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.

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/mblakebaugh-hub/bluebeam-mcp'

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