Document Tools
FreeNot checkedEnables document conversion and processing through an MCP server interface for AI assistants.
About
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
Install Document Tools in Claude Desktop, Claude Code & Cursor
unyly install document-toolsInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add document-tools -- uvx appFAQ
Is Document Tools MCP free?
Yes, Document Tools MCP is free — one-click install via Unyly at no cost.
Does Document Tools need an API key?
No, Document Tools runs without API keys or environment variables.
Is Document Tools hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Document Tools in Claude Desktop, Claude Code or Cursor?
Open Document Tools on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Document Tools with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
