Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • sourcesage
  • MCP Server
  • DICOM-MCP
  • S3 MCP Server
  • MCP-OpenAPI
Back to MCP Servers
MCP Document Reader

MCP Document Reader

Public
jbchouinard/mcp-document-reader

A Model Context Protocol (MCP) server that allows interaction with PDF and EPUB documents, designed to work with Windsurf IDE by Codeium.

Verified
python
0 tools
May 30, 2025
Updated May 30, 2025

mcp-document-reader

A rudimentary MCP server for interacting with PDF and EPUB documents.

I use this with Windsurf IDE by Codeium, which only supports MCP tools, not resources.

Installation

Requirements

  • Python 3.11+
  • Poetry
# Clone the repository git clone https://github.com/jbchouinard/mcp-document-reader.git cd mcp-document-reader poetry install

Configure MCP Server

Run with poetry:

{ "mcpServers": { "documents": { "command": "poetry", "args": ["-C", "path/to/mcp-document-reader", "run", "mcp-document-reader"] } } }

Alternatively, build and install with pip, then run the script directly:

poetry build pipx install dist/*.whl which mcp-document-reader

Then use the following config, with the path output by which:

{ "mcpServers": { "documents": { "command": "/path/to/mcp-document-reader", "args": [] } } }

Development

Setup

# Install dependencies poetry install

Testing

poetry run pytest

Linting

poetry run ruff check --fix . poetry run ruff format .

License

MIT

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • sourcesage
    sourcesage

    SourceSage is an MCP (Model Context Protocol) server that efficiently memorizes key aspects of a cod...

    Added May 30, 2025
  • MCP Server
    MCP Server

    A Model Context Protocol server that provides greeting tools, resources, and prompts, demonstrating ...

    Added May 30, 2025
  • DICOM-MCP
    DICOM-MCP

    A Model Context Protocol server that allows working with DICOM medical images through a simple note ...

    6 tools
    Added May 30, 2025
  • S3 MCP Server
    S3 MCP Server

    An Amazon S3 Model Context Protocol server that allows Large Language Models like Claude to interact...

    3 tools
    Added May 30, 2025
  • MCP-OpenAPI
    MCP-OpenAPI

    An MCP server that exposes HTTP methods defined in an OpenAPI specification as tools, enabling inter...

    Added May 30, 2025