Add lucid-mcp-server to community servers list in README.md #2177
+1
−0
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This MCP server provides integration with Lucid App (LucidChart, LucidSpark, LucidScale) enabling multimodal LLMs to access and analyze Lucid diagrams through visual exports. The server implements document discovery, metadata retrieval, PNG image export, and built-in AI analysis capabilities.
Server Details
Motivation and Context
This implementation enables LLMs to interact with Lucid App diagrams, solving the need for multimodal AI analysis of visual diagrams. It provides:
How Has This Been Tested?
Breaking Changes
No breaking changes - this is the initial MVP release of the server.
Types of changes
Checklist
Additional context
Key Features Implemented:
get-document
- Retrieves document metadata and exports PNG images with optional AI analysissearch-documents
- Discovers documents in the Lucid workspace with keyword filteringTechnical Stack:
Environment Variables:
LUCID_API_KEY
(required)AZURE_OPENAI_API_KEY
(optional, for AI analysis)AZURE_OPENAI_ENDPOINT
(optional)AZURE_OPENAI_DEPLOYMENT_NAME
(optional)NPM Package:
lucid-mcp-server@0.1.3
npm install -g
The diagram that was analyzed in the previous screenshot