A local server that lets any AI chatbot (Claude, ChatGPT, or local model through Ollama) search through PDF files.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-document-server": {
"command": "npx",
"args": [
"-y",
"pk-verma/mcp-document-server"
]
}
}
}
Run in terminal:
claude mcp add mcp-document-server npx -y pk-verma/mcp-document-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-document-server": {
"command": "npx",
"args": [
"-y",
"pk-verma/mcp-document-server"
]
}
}
}