Skip to main content
Glama

302AI File Parser MCP Server

by 302ai

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.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

An MCP server that parses files for Claude Desktop, requiring a 302AI API key for operation.

  1. Development
    1. Installation
      1. Debugging

    Related MCP Servers

    • -
      security
      A
      license
      -
      quality
      This tool creates a Model Context Protocol (MCP) server that acts as a proxy for any API that has an OpenAPI v3.1 specification. This allows you to use Claude Desktop to easily interact with both local and remote server APIs.
      Last updated -
      195
      641
      JavaScript
      MIT License
      • Apple
      • Linux
    • -
      security
      F
      license
      -
      quality
      An MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
      Last updated -
      5
      1
      JavaScript
    • -
      security
      A
      license
      -
      quality
      An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
      Last updated -
      179
      Python
      MIT License
      • Apple
      • Linux
    • -
      security
      A
      license
      -
      quality
      A comprehensive MCP (Model Context Protocol) server for file system operations, providing Claude and other AI assistants with access to local files and directories.
      Last updated -
      Python
      MIT License
      • Apple
      • Linux

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/302ai/302_file_parser_mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server