PDF検索MCPサーバー
概要
PDF検索に特化したMCPサーバーです。
※注意: 現在開発途中であり、機能や仕様は変更される可能性があります。
デモ
https://github.com/user-attachments/assets/877163ad-5a5d-484f-839a-9b1355f1b71a
技術スタック
このプロジェクトで使用している主な技術スタックは以下の通り
- プログラミング言語: Python 3.13
- パッケージ管理/仮想環境: uv
- 外部API: Brave Search API
- コアライブラリ: FastMCP
使い方
インストール
- リポジトリをクローンします
git clone https://github.com/kokilabo/pdf-researcher.git - 仮想環境を設定します
cd pdf-researcher uv init - 必要なパッケージをインストールします
uv add fastapi fastmcp httpx python-dotenv uvicorn .envファイルを作成し、Brave Search APIキーを設定しますBRAVE_API_KEY=your_api_key- 以下のコードをMCPクライアントに追加してください
{
"mcpServers": {
"PDFSearcher": {
"command": "uv",
"args": [
"run",
"--with",
"fastmcp",
"fastmcp",
"run",
"/path/to/pdf-researcher/app/server.py"
]
}
}
}
Transport:
stdio
Language: 
Created: 4/28/2025
Updated: 2/5/2026
Recommend MCP Servers 💡
fastn-mcp-server
fastnai
A powerful, scalable platform for dynamic tool registration and execution, integrating with Claude.ai and Cursor.ai.
2025-03-17
ourongxing/newsnow-mcp-server
ourongxing
Official MCP Server for NewsNow with 40+ news sources.
2025-04-28
mindmap-mcp-server
YuChenSSR
mindmap, mcp server, artifact
2025-03-19
NeoCoder-neo4j-ai-workflow
angrysky56
An MCP server that enables AI assistants to use Neo4j knowledge graphs and Qdrant vector databases for hybrid reasoning and workflow management.
2025-04-22
RemoteMCP/Remote-MCP
RemoteMCP
A type-safe solution for remote MCP communication enabling centralized management of model contexts.
2025-04-28
streamable
paprika-3-mcp
soggycactus
An MCP server that exposes Paprika 3 recipes as LLM-readable resources and enables LLM-driven recipe creation/editing
2025-04-09