MCP.so
Sign In

Lumin

@luminpdf

About Lumin

This is an MCP (Model Context Protocol) server for integrating with Lumin's API services. It allows AI assistants (MCP clients, e.g Claude Desktop, Cursor) to interact with Lumin features such as document management, signature requests, and user information.

Basic information

Category

Developer Tools

Transports

stdio

Publisher

luminpdf

Submitted by

Nhut Tran

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "lumin": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.luminpdf.com/mcp"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Lumin?

Lumin is an MCP (Model Context Protocol) server that integrates with Lumin's API services. It enables AI assistants like Claude Desktop and Cursor to interact with Lumin features such as document management, signature requests, and user information.

How to use Lumin?

For Cursor users, open the provided integration link. For Claude users, add the configuration to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json, Windows: %APPDATA%\Claude\claude_desktop_config.json) with the command npx and arguments ["mcp-remote", "https://mcp.luminpdf.com/mcp"]. If installation issues occur with Cursor, clear cached credentials at /Users/<your-username>/.mcp-auth/.

Key features of Lumin

  • Retrieve information about the current Lumin user
  • Get details of a signature request by ID
  • Cancel an existing signature request
  • Create and send a new signature request with documents
  • Upload a file to Lumin
  • Get the list of workspaces for the current user
  • Convert Markdown to PDF using Lumin

Use cases of Lumin

  • Retrieve user information from Lumin for account management
  • Send, get, and cancel electronic signature requests on documents
  • Upload files to Lumin for storage or further processing
  • List workspaces to organize documents and collaboration
  • Convert Markdown content into PDF documents

FAQ from Lumin

What MCP clients are supported?

Claude Desktop and Cursor are currently supported; installation instructions for other MCP clients will be provided soon.

How do I install Lumin for Claude Desktop?

Add the Lumin server configuration to your claude_desktop_config.json file using the npx command with the mcp-remote package and the URL https://mcp.luminpdf.com/mcp.

What tools does Lumin provide?

Lumin offers seven tools: get-lumin-user-information, get-signature-request-on-lumin-by-id, cancel-signature-request-on-lumin-by-id, send-signature-request-on-lumin, upload-file-to-lumin, get-workspace-list-of-user-on-lumin, and lumin-markdown2pdf.

How do I troubleshoot installation issues with Cursor?

Clear cached credentials located at /Users/<your-username>/.mcp-auth/.

Where is the Lumin API documentation?

The Lumin API documentation is available at https://developers.luminpdf.com/api/.

Comments

More Developer Tools MCP servers