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.
関連サーバー
DLIS MCP Server
Analyze and extract information from DLIS (Digital Log Interchange Standard) files, including channel data and metadata.
File Explorer MCP
A server for programmatic exploration of local files and folders.
Noteit-mcp
AI prompt library + visual knowledge hub for developers
Smart Photo Journal MCP Server
Create a memory journal from your local photos in the macOS Photos library.
Filesystem MCP Server
A server for performing filesystem operations such as reading/writing files, managing directories, and searching.
Editor MCP
A server for file operations, allowing reading, editing, and managing text files through a standardized API.
File Convert MCP Server
Convert files between various formats, including images, documents, audio, video, and more.
Filesystem MCP Server SSE
A Node.js server for filesystem operations using the Model Context Protocol (MCP), with operations restricted to specified directories.
MCP File Preview Server
Preview local HTML files and capture screenshots, saving them to a local directory.
Obsidian MCP Server - Enhanced
Provides comprehensive access to an Obsidian vault, allowing AI agents to read, write, search, and manage notes via the Local REST API plugin.