MCP.so
登录

Lumin

@luminpdf

关于 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.

基本信息

分类

开发工具

传输方式

stdio

发布者

luminpdf

提交者

Nhut Tran

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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/.

评论

开发工具 分类下的更多 MCP 服务器