eSign MCP Server
@adamanz
eSign MCP Server について
MCP server for signing PDF documents with signature images. Built upon signpdf by Charlie DeTar.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"esign-mcp": {
"command": "uv",
"args": [
"pip",
"install",
"-r",
"requirements.txt"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is eSign MCP Server?
eSign MCP Server is an MCP (Model Context Protocol) server that provides tools for signing PDF documents by adding signature images at specified coordinates. It wraps the signpdf utility with a modern MCP interface and is intended for developers using AI assistants like Claude Desktop or Claude Code.
How to use eSign MCP Server?
Install dependencies via uv pip install -r requirements.txt and run uv run python mcp_server.py. Configure your MCP client (e.g., Claude Desktop) with the command uv run python /ABSOLUTE/PATH/TO/esign-mcp/mcp_server.py. Use the tools sign_pdf and get_pdf_info with Base64-encoded file content.
Key features of eSign MCP Server
- Sign PDF with precise coordinate positioning
- Get PDF metadata including page count and dimensions
- Support for PNG and JPG signature images
- Optional date stamping next to the signature
- Base64 encoding for all file transfers
- Input validation and descriptive error handling
Use cases of eSign MCP Server
- Signing business contracts or agreements on specific pages
- Adding digital signatures to PDF documents at precise locations
- Obtaining PDF page dimensions before placing a signature
- Automating document signing workflows in AI-assisted environments
FAQ from eSign MCP Server
What dependencies does eSign MCP Server require?
Python 3.11+, along with the packages fastmcp, pypdf, reportlab, and pillow. Install via uv pip install -r requirements.txt.
How do I configure eSign MCP Server for Claude Desktop?
Edit claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\) and add an entry with command uv and args ["run", "python", "/ABSOLUTE/PATH/TO/esign-mcp/mcp_server.py"].
What coordinate system does eSign MCP Server use?
PDF standard units (1/72 inch) with origin (0,0) at the bottom-left corner of the page. X increases rightward, Y increases upward.
Can eSign MCP Server run without uv?
Yes, you can use standard pip install -r requirements.txt and then run python mcp_server.py instead of uv run python mcp_server.py.
What should I do if the MCP server doesn't appear in Claude Desktop?
Ensure the path in the config file is absolute, restart Claude Desktop, and check the logs at ~/Library/Logs/Claude/mcp*.log on macOS. Also verify dependencies are installed.
「ファイルとストレージ」の他のコンテンツ
Filesystem
chrisdocManage your Hevy workouts, routines, folders, and exercise templates. Create and update sessions faster, organize plans, and search exercises to build workouts quickly. Stay synced with changes so your training log is always up to date.
PDF Reader MCP Server (@shtse8/pdf-reader-mcp)
shtse8📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
PDF Reader MCP Server (@sylphlab/pdf-reader-mcp)
sylphlab📄 The PDF intelligence layer for AI agents — Agent Document Twin, evidence-first extraction, visual crops, OCR provenance, trust reports, and benchmark-gated releases. MCP server for Claude, Cursor, VS Code, and any MCP client.
PDF Extraction MCP Server (Claude Code Fork)
xraywuMCP server to extract contents from a PDF file
Mcp Directory
chatmcpdirectory for Awesome MCP Servers
コメント