Skip to content
Zed

lightpaper mcp for Zed

org.lightpaper/lightpaper-mcp

API-first publishing platform. Publish markdown as permanent web pages with quality scoring.

client:Zed transport:stdio runtime:pypi

Install lightpaper mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "lightpaper-mcp": {
      "command": "uvx",
      "args": [
        "lightpaper-mcp"
      ],
      "env": {
        "LIGHTPAPER_API_KEY": "<LIGHTPAPER_API_KEY>",
        "LIGHTPAPER_BASE_URL": "<LIGHTPAPER_BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

lightpaper mcp in other clients