PDF MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@PDF MCP Serverlist all PDFs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
PDF MCP Server
An MCP server that exposes PDF files as resources, page by page, over Streamable HTTP.
Setup
Create and activate a virtual environment, then install dependencies:
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txtRelated MCP server: pdf-mcp
Launch
fastmcp run server.py --transport httpThe MCP endpoint will be available at http://localhost:8000/mcp.
Options
Flag | Default | Description |
|
| Bind address |
|
| Port |
| off | Restart on file changes (dev mode) |
Example with custom port:
fastmcp run server.py --transport http --port 9000Resources
Place PDF files in the same directory as server.py. Three resource URIs are exposed:
URI | Returns |
| List of all PDF filenames in the server directory |
| Page count and metadata for the given PDF |
| Extracted text of page |
Example
pdf://list
pdf://my_document.pdf/info
pdf://my_document.pdf/page/1Running and testing
Use fastmcp (on cli) to run the server (and select the transport form)
fastmcp run server.py --transport httpInspecting can be done with
npx @modelcontextprotocol/inspectorand connect after giving the URL returned by fastmcp command (usually http://127.0.0.1:8000/mcp) with a Streamable http transport type.
References
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EricBoix/mcp_test'
If you have feedback or need assistance with the MCP directory API, please join our Discord server