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.
Server Terkait
File Convert MCP Server
Convert files between various formats, including images, documents, audio, video, and more.
File Converter
Convert various file formats for documents and images, such as DOCX, PDF, CSV, and more.
Basic Memory
Build a persistent, local knowledge base in Markdown files through conversations with LLMs.
Custom PDF MCP Server
A server for processing PDF files, allowing text and table extraction, metadata retrieval, and file listing within a specific directory.
Smart Photo Journal MCP Server
Create a memory journal from your local photos in the macOS Photos library.
DLIS MCP Server
Analyze and extract information from DLIS (Digital Log Interchange Standard) files, including channel data and metadata.
File MCP Server
A server providing comprehensive file system operations, automatically downloaded and built on first use.
Vulcan File Ops
MCP server that gives Claude Desktop and other desktop MCP clients filesystem powers—read, write, edit, and manage files like AI coding assistants.
plsreadme
Share markdown files and text as clean, readable web links. Works with Cursor, Claude Desktop, VS Code, Windsurf, and any MCP client.
LDIMS MCP
Provides an MCP interface for the LDIMS document management system.