Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"lucid-mcp-server": {
"args": [
"-y",
"@smartzan63/lucid-mcp-server"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Model Context Protocol (MCP) server for Lucid App integration. Enables multimodal LLMs to access and analyze Lucid diagrams through visual exports.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@smartzan63/lucid-mcp-server' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked @smartzan63/lucid-mcp-server against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in design / productivity
Persistent memory using a knowledge graph
Dynamic problem-solving through sequential thought chains
MCP server for accessing Figma plugin console logs and screenshots via Cloudflare Workers or local mode
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Lucid Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Model Context Protocol (MCP) server for Lucid App integration. Enables multimodal LLMs to access and analyze Lucid diagrams through visual exports.
Before you begin, ensure you have the following:
Follow these steps to get the server running.
To install lucid-mcp-server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @smartzan63/lucid-mcp-server --client claude
Install the package globally from npm:
npm install -g lucid-mcp-server
Set the following environment variables in your terminal. Only the Lucid API key is required.
# Required for all features
export LUCID_API_KEY="your_api_key_here"
# Optional: For AI analysis, configure either Azure OpenAI or OpenAI
# Option 1: Azure OpenAI (takes precedence)
export AZURE_OPENAI_API_KEY="your_azure_openai_key"
export AZURE_OPENAI_ENDPOINT="https://your-resource.openai.azure.com"
export AZURE_OPENAI_DEPLOYMENT_NAME="gpt-4o"
# Option 2: OpenAI (used as a fallback if Azure is not configured)
export OPENAI_API_KEY="your_openai_api_key"
export OPENAI_MODEL="gpt-4o" # Optional, defaults to gpt-4o
Note: The server automatically uses Azure OpenAI if
AZURE_OPENAI_API_KEYis set. If not, it falls back to OpenAI ifOPENAI_API_KEYis provided.
Test your installation using the MCP Inspector:
npx @modelcontextprotocol/inspector lucid-mcp-server
Once the server is running, you can interact with it using natural language or by calling its tools directly.
Basic commands (works with just a Lucid API key):
AI Analysis (requires Azure OpenAI or OpenAI setup):