What is the org.lightpaper/lightpaper-mcp MCP server?
API-first publishing platform. Publish markdown as permanent web pages with quality scoring.
How to install org.lightpaper/lightpaper-mcp
Copy-paste configuration for popular MCP clients.
LIGHTPAPER_API_KEYsecretYour lightpaper.org API key (lp_free_xxx). Optional — the server can create accounts interactively.
LIGHTPAPER_BASE_URLBase URL for the lightpaper API. Defaults to https://lightpaper.org.
{
"mcpServers": {
"lightpaper-mcp": {
"command": "uvx",
"args": [
"lightpaper-mcp"
],
"env": {
"LIGHTPAPER_API_KEY": "<YOUR_LIGHTPAPER_API_KEY>",
"LIGHTPAPER_BASE_URL": "<YOUR_LIGHTPAPER_BASE_URL>"
}
}
}
}{
"mcpServers": {
"lightpaper-mcp": {
"command": "uvx",
"args": [
"lightpaper-mcp"
],
"env": {
"LIGHTPAPER_API_KEY": "<YOUR_LIGHTPAPER_API_KEY>",
"LIGHTPAPER_BASE_URL": "<YOUR_LIGHTPAPER_BASE_URL>"
}
}
}
}{
"mcpServers": {
"lightpaper-mcp": {
"command": "uvx",
"args": [
"lightpaper-mcp"
],
"env": {
"LIGHTPAPER_API_KEY": "<YOUR_LIGHTPAPER_API_KEY>",
"LIGHTPAPER_BASE_URL": "<YOUR_LIGHTPAPER_BASE_URL>"
}
}
}
}{
"servers": {
"lightpaper-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"lightpaper-mcp"
],
"env": {
"LIGHTPAPER_API_KEY": "<YOUR_LIGHTPAPER_API_KEY>",
"LIGHTPAPER_BASE_URL": "<YOUR_LIGHTPAPER_BASE_URL>"
}
}
}
}claude mcp add lightpaper-mcp --env LIGHTPAPER_API_KEY=<YOUR_LIGHTPAPER_API_KEY> --env LIGHTPAPER_BASE_URL=<YOUR_LIGHTPAPER_BASE_URL> -- uvx lightpaper-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.