NetMind ParsePro
Created 7 months ago
A robust PDF Parser AI service for converting PDF files into JSON and Markdown formats.
development
documentation
public
What is NetMind ParsePro?
The PDF Parser AI service, built and customized by the [NetMind](https://www.netmind.ai/) team.
Documentation
NetMind ParsePro
Components# Tools
- parse_pdf: Parses a PDF file and returns the extracted content in the specified format. The tools supports both local file paths and remote URLs as input sources. It extracts the content from the PDF and formats it either as structured JSON or as a Markdown string.
Installation
Requires UV (Fast Python package and project manager)
Environment Variables
You can obtain an API key from Netmind
Cursor & Claude Desktop && Windsurf Installation
Add this tool as a mcp server by editing the Cursor/Claude/Windsurf config file.
{
"mcpServers": {
"parse-pdf": {
"env": {
"NETMIND_API_TOKEN": "XXXXXXXXXXXXXXXXXXXX"
},
"command": "uvx",
"args": [
"netmind-parse-pdf-mcp"
]
}
}
}
Server Config
{
"mcpServers": {
"netmind-parsepro-server": {
"command": "npx",
"args": [
"netmind-parsepro"
]
}
}
}
Links & Status
Project Info
Hosted
Featured
Created At:
Jul 11, 2025
Updated At:
Aug 07, 2025
Author:
NetMind Team
Category:
community
License:
MIT
Tags:
development
documentation
public