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
{
"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