lexical (MCP Server)

GitHub

Lexical is an extensible text editor framework that provides excellent reliability, accessibility and performance.

23,762 stars TypeScript MCP Ready Full Docs Skills View Markdown

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "lexical": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-lexical"
      ]
    }
  }
}