Metadata-Version: 2.4
Name: fastmcp-pdftools
Version: 0.1.3
Summary: MCP PDF reader server allowing to read  PDF files
Author-email: Ola Tarkowska <ola@entrypoint.tech>
License-File: LICENSE
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.0.0
Requires-Dist: pypdf>=6.0.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.21.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.1.0; extra == 'dev'
Requires-Dist: pytest>=7.4.0; extra == 'dev'
Requires-Dist: reportlab>=4.0.0; extra == 'dev'
Description-Content-Type: text/markdown

# PDF Reader

mcp-name: io.github.atarkowska/fastmcp-pdftools

This project is a simple PDF reader server allowing to read  PDF files.

## Configuration

[](https://github.com/atarkowska/fastmcp-pdftools/blob/main/README.md#configuration)

Add the following to your `claude_desktop_config.json`:

```json
{
    "mcpServers": {
        "fastmcp-pdftools": {
            "command": "uvx",
            "args": [
                "fastmcp-pdftools"
            ]
        }
    }
}
```

## License

This project is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0).
See the LICENSE file for details.
