PDF検索に特化したMCPサーバーです。
mcpServer
{ "mcpServers": { "PDFSearcher": { "command": "uv", "args": [ "run", "--with", "fastmcp", "fastmcp", "run", "/path/to/pdf-researcher/app/server.py" ] } } }
uv run --with fastmcp fastmcp run /path/to/pdf-researcher/app/server.py