io.github.atarkowska/fastmcp-pdftools
An MCP server that provides [describe what your server does]
Open source Open in the app JSON README (API)
About
An MCP server that provides [describe what your server does]
Details
- Kind
- MCP servers
- Topic
- No topic detected
- Publisher
- atarkowska
- Origin
- official
- Category
- ferramentas
- Transport
- local
- Version
- 0.1.3
- Stars
- 1
- Last push
- 2025-12-27T01:23:32Z
- Repository state
- ativo
- Language
- Python
- License
- AGPL-3.0
- Added
- 2026-08-29 03:02:27
- Updated
- 2026-08-29 03:02:27
- Origin id
io.github.atarkowska/fastmcp-pdftools
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.