Skip to main content

A Model Context Protocol (MCP) server that parses PDF files from a given URL into structured formats

Project description

parse-pdf-mcp

A Model Context Protocol (MCP) server that parses PDF files from a given URL into structured formats using netmind.ai.

Components

Tools

  • parse_pdf: Parse PDF files from a given URL and extract content in JSON or Markdown format.
    • url: required: A file url (string) pointing to a PDF file accessible via HTTP(S)
    • format: the desired format for the parsed output. Supports: "json", "markdown"
    • Returns the extracted content in the specified format (JSON dictionary or Markdown string).

Installation

Requires UV (Fast Python package and project manager)

If uv isn't installed.

# Using Homebrew on macOS
brew install uv

or

# On macOS and Linux.
curl -LsSf https://astral.sh/uv/install.sh | sh

# On Windows.
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

Environment Variables

You can obtain an API key from Netmind

  • NETMIND_API_TOKEN: Your Netmind API key

Cursor & Claude Desktop && Windsurf Installation

Add this tool as a mcp server by editing the Cursor/Claude config file.

{
  "mcpServers": {
    "parse-pdf": {
      "env": {
        "NETMIND_API_TOKEN": "XXXXXXXXXXXXXXXXXXXX"
      },
      "command": "uvx",
      "args": [
        "netmind-parse-pdf-mcp"
      ]
    }
  }
}

Cursor

  • On MacOS: /Users/your-username/.cursor/mcp.json
  • On Windows: C:\Users\your-username\.cursor\mcp.json

Claude

  • On MacOS: ~/Library/Application\ Support/Claude/claude_desktop_config.json
  • On Windows: %APPDATA%/Claude/claude_desktop_config.json

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netmind_parse_pdf_mcp-0.1.6.tar.gz (2.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netmind_parse_pdf_mcp-0.1.6-py3-none-any.whl (4.2 kB view details)

Uploaded Python 3

File details

Details for the file netmind_parse_pdf_mcp-0.1.6.tar.gz.

File metadata

  • Download URL: netmind_parse_pdf_mcp-0.1.6.tar.gz
  • Upload date:
  • Size: 2.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/2.1.2 CPython/3.12.9 Darwin/23.5.0

File hashes

Hashes for netmind_parse_pdf_mcp-0.1.6.tar.gz
Algorithm Hash digest
SHA256 ee4879e7cc76bcf79304437289f79f0fa37221bb02086196f0bfe8547117e0f8
MD5 f82f760b6c5d66509c3a3a4aff989316
BLAKE2b-256 096d3307270b8184e1d5aa0b40b5eabc14fcd47fd7d82bbfe82a5b46f3d356b8

See more details on using hashes here.

File details

Details for the file netmind_parse_pdf_mcp-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for netmind_parse_pdf_mcp-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 2e68d492e2759237cd8c57eb23f9a450b62dc8b5df56c1e6ae5258e149a0da38
MD5 cb899c640fdee86d1487e1b3fdc6a9f6
BLAKE2b-256 48f9681db6174c853f92bfa561ab1b08b3e15cf301056a7053745f7aa14bde66

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page