MCP server

Lucid

MCP

Official Lucid MCP. Diagrams the agent can draw.

Lucid’s connector. Search, edit, and create docs — then summarize them.

latest·Proprietary·Updated this quarter·github.com/lucidsoftware/lucid-mcp-server·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "lucid": {
      "url": "https://mcp.lucid.app/mcp"
    }
  }
}

By Lucid

Spec

What the server actually exposes.

  • search_docs

    read

    Lucid docs you can see.

  • get_doc

    read

    A document’s contents.

  • edit_doc

    write

    Edit after you confirm.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

lucid-mcp.mcp/tools

Tools

  • search_docs

    Lucid docs you can see.

    read
  • get_doc

    A document’s contents.

    read
  • edit_doc

    Edit after you confirm.

    write

Last call

{ "ok": true,
  "tool": "search_docs",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.