# fastmcp-pdftools [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/atarkowska/fastmcp-pdftools  
**GitHub Stars:** 1  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/fastmcp-pdftools

## Description
An MCP server that provides [describe what your server does]

## Tools
Capabilities this server exposes over MCP:

- **read_local_pdf** — Read and extract text content from a local PDF file.
- **list_pdf_files** — List all PDF files in a given directory.

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `uvx` (confidence: high):

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

## Documentation & README

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

