{"id":31941784,"url":"https://github.com/bencode/increa-pdf-reader-mcp","last_synced_at":"2025-10-14T09:21:36.791Z","repository":{"id":318044675,"uuid":"1069713403","full_name":"bencode/increa-pdf-reader-mcp","owner":"bencode","description":null,"archived":false,"fork":false,"pushed_at":"2025-10-04T17:10:04.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-10T12:28:17.871Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bencode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-04T13:29:18.000Z","updated_at":"2025-10-06T03:52:36.000Z","dependencies_parsed_at":"2025-10-08T23:01:57.682Z","dependency_job_id":null,"html_url":"https://github.com/bencode/increa-pdf-reader-mcp","commit_stats":null,"previous_names":["bencode/increa-pdf-reader","bencode/increa-pdf-reader-mcp"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/bencode/increa-pdf-reader-mcp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencode%2Fincrea-pdf-reader-mcp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencode%2Fincrea-pdf-reader-mcp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencode%2Fincrea-pdf-reader-mcp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencode%2Fincrea-pdf-reader-mcp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bencode","download_url":"https://codeload.github.com/bencode/increa-pdf-reader-mcp/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bencode%2Fincrea-pdf-reader-mcp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018616,"owners_count":26086404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-14T02:00:06.444Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-14T09:21:34.592Z","updated_at":"2025-10-14T09:21:36.780Z","avatar_url":"https://github.com/bencode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PDF Reader MCP Server\n\nA Model Context Protocol (MCP) server for reading and searching PDF files.\n\n## Installation\n\n### Option 1: Quick Install\n\n```bash\npip install git+https://github.com/bencode/pdf-reader-mcp.git@stable\nclaude mcp add pdf-reader pdf-reader-mcp\n```\n\n### Option 2: Development Setup\n\n```bash\ngit clone https://github.com/bencode/pdf-reader-mcp.git\ncd pdf-reader-mcp\n./install.sh\n```\n\n### Testing\n\n```bash\n# Run all tests\npytest tests/ -v\n\n# Run tests with coverage\npytest tests/ --cov=pdf_reader_server\n\n# Using uv\nuv run pytest tests/ -v\n```\n\n## Usage\n\n### 1. Development Mode\n```bash\n# Using pip installation\nmcp dev pdf_reader_server.py\n\n# Or using the installed script\npdf-reader-mcp\n```\n\n### 2. Install to Claude Code\n\nBased on the [Claude Code MCP documentation](https://docs.claude.com/en/docs/claude-code/mcp):\n\n```bash\n# For Option 1 (quick install) - already configured above ✅\n\n# For Option 2 (development setup) - replace /absolute/path with your actual path\nclaude mcp add pdf-reader /absolute/path/increa-pdf-reader/.venv/bin/python /absolute/path/increa-pdf-reader/pdf_reader_server.py\n```\n\n### 3. Available Tools\n\nThe server provides these tools that Claude can use:\n\n1. **open_pdf(path)** - Open PDF and return doc_id\n2. **page_count(doc_id)** - Get number of pages\n3. **extract_text(doc_id, page)** - Extract text from page\n4. **render_page_png(doc_id, page, dpi)** - Render page as PNG\n5. **search_text(doc_id, query, max_hits)** - Search for text\n6. **close_pdf(doc_id)** - Close document\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencode%2Fincrea-pdf-reader-mcp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbencode%2Fincrea-pdf-reader-mcp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbencode%2Fincrea-pdf-reader-mcp/lists"}