Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Document Tools

БесплатноНе проверен

Enables document conversion and processing through an MCP server interface for AI assistants.

GitHubEmbed

Описание

Enables document conversion and processing through an MCP server interface for AI assistants.

README

A Python package implementing a variety of document-related tools for converting and processing document formats. These tools are exposed through an MCP server interface for seamless integration with AI assistants.

Setup

# Create a virtual env and activate it
uv venv
source .venv/bin/activate

# Install the package in development mode
uv pip install -e .

Running

# Start the MCP server
uv run main.py

Testing

# Run all tests
uv run pytest

Development

Tool Definitions

Tools are defined as Python functions and registered with the MCP server:

mcp.tool()(my_function)

Tool descriptions should:

  • Begin with a one-line summary
  • Provide detailed explanation of functionality
  • Explain when to use (and not use) the tool
  • Include usage examples with expected input/output

Use Field from pydantic for parameter descriptions:

from pydantic import Field

def my_tool(
    param1: str = Field(description="Detailed description of this parameter"),
    param2: int = Field(description="Explain what this parameter does")
) -> ReturnType:
    """Comprehensive docstring here"""
    # Implementation

from github.com/Sunilrana1978/MCP

Установка Document Tools

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/Sunilrana1978/MCP

FAQ

Document Tools MCP бесплатный?

Да, Document Tools MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Document Tools?

Нет, Document Tools работает без API-ключей и переменных окружения.

Document Tools — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Document Tools в Claude Desktop, Claude Code или Cursor?

Открой Document Tools на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Document Tools with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai