Read Papers in the local Specified Directory(一个阅读本地pdf格式论文的mcp服务器)
go build -o pdf-mcp-server main.go
Add the path where the pdf-mcp-server binary is located to your environment variable.
Take macOS as an example:
export PATH=$PATH:/your/path/pdf-mcp-server
source ~/.zshrc
pdf-mcp-server -pdfdir=your_paper_directory
For example: pdf-mcp-server -pdfdir=/Users/sirix/lunwen
{
"mcpServers": {
"pdf-mcp-server": {
"url": "http://127.0.0.1:8080/sse"
}
}
}
Example:
When handling PDF-related requests, call the find_pdf tool of the mcp server named "pdf-mcp-server" to list all papers in the /Users/sirix/lunwen directory, search for the paper with the corresponding file name in this directory, and use the read_pdf tool of the pdf-mcp-server to read it.
An MCP server implementation for managing marginalia and annotations
Model Context Server Protocol for your HANA DB
This Model Context Protocol (MCP) server enables LLMs like Claude to perform internet research using the Perplexity API. It provides real-time, up-to-date information with source citations.
A MCP server for Snapshot