Skip to content
Cursor

lightpaper mcp for Cursor

org.lightpaper/lightpaper-mcp

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

client:Cursor transport:stdio runtime:pypi

Install lightpaper mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

lightpaper mcp in other clients