302AI File Parser
Parses various file formats using the 302.AI API, requiring a 302AI_API_KEY.
302AI File Parser MCP Server
Development
Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
Installation
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"302ai-file-parser-mcp": {
"command": "npx",
"args": ["-y", "@302ai/file-parser-mcp"],
"env": {
"302AI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Find Your 302AI_API_KEY here
Debugging
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector, which is available as a package script:
npm run inspector
The Inspector will provide a URL to access debugging tools in your browser.
Servidores relacionados
File Convert MCP Server
Convert files between various formats, including images, documents, audio, video, and more.
FilerMoverMcp
A file mover tool that stages and executes file moves safely. Works as both a CLI tool and an MCP server for AI agents.
Filesystem MCP Server
Provides AI agents with secure access to local filesystem operations like reading, writing, and managing files and directories.
Claude Text Editor
An MCP server for viewing, editing, and creating text files, based on the Claude built-in text editor tool.
Filesystem MCP Server
Perform filesystem operations within specified directories.
Noteit-mcp
AI prompt library + visual knowledge hub for developers
Fast Filesystem MCP
A high-performance Model Context Protocol (MCP) server that provides secure filesystem access and AI-optimized code development tools for Claude and other AI assistants.
PDF MCP Server
Extract text and data from PDF files using pdfplumber by providing local file paths.
LDIMS MCP
Provides an MCP interface for the LDIMS document management system.
MCP PDF Reader
Extract text, images, and perform OCR on PDF documents using Tesseract OCR.