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

コメント

「開発者ツール」の他のコンテンツ