claude mcp add ibres-coder-parseflow -- npx -y parseflow-mcp-server
{
"mcpServers": {
"ibres-coder-parseflow": {
"command": "npx",
"args": ["-y", "parseflow-mcp-server"]
}
}
}
{
"mcpServers": {
"ibres-coder-parseflow": {
"command": "npx",
"args": ["-y", "parseflow-mcp-server"]
}
}
}
{
"mcpServers": {
"ibres-coder-parseflow": {
"command": "npx",
"args": ["-y", "parseflow-mcp-server"]
}
}
}
About This MCP Server
The parseflow-mcp-server is a PDF parsing server that enables text extraction, metadata retrieval, search functionality, image handling, and table of contents access through the Model Context Protocol. It connects to AI coding assistants via MCP, allowing developers to integrate these features into their applications. Developers would use this server when they need to parse and search PDF documents, and want to leverage the capabilities of MCP to interact with AI coding assistants.
PDF parsing server with text extraction, metadata, search, images, and TOC via MCP. This is a Model Context Protocol (MCP) server that extends AI assistants like Claude with search & web scraping capabilities via the stdio transport.
Package
parseflow-mcp-server on npm
HOW TO USE
Select your AI client above to get the install command. This MCP server uses the stdio transport and is available on npm.
What tools does it provide?
The parseflow server extends your AI assistant with search & web scraping capabilities. Once installed, your AI can use its tools automatically.