bluebeam-mcp
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., "@bluebeam-mcpList all markups on the current page"
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.
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: local-document-rag-agent
Setup
pip install -r requirements.txtRun
python server.pyAdd 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.pdfTools
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 |
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
- Alicense-qualityAmaintenanceMCP server for Autodesk Revit (BIM) with 705+ API endpoints. Enables AI agents to create walls, place doors/windows, generate sheets, manage views, and produce construction documents via the Model Context Protocol. Uses named pipes for zero-crash Revit integration.22MIT
- Flicense-qualityCmaintenanceMCP server enabling Claude Desktop to answer questions from local Word and PDF documents by searching a vector index built from their contents.
- Flicense-qualityCmaintenanceMCP server that connects an LLM assistant to Autodesk Civil 3D via COM, enabling direct manipulation of surfaces, alignments, COGO points, layers, profiles, and more through natural language.
- Flicense-qualityCmaintenanceMCP server to control Autodesk Navisworks Manage 2025 from Claude via natural language, enabling model inspection, property search, selection sets, and clash detection.
Related MCP Connectors
MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/mblakebaugh-hub/bluebeam-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server