Skip to main content
Glama

302AI File Parser MCP Server

by 302ai

302AI ファイルパーサー MCP サーバー

発達

依存関係をインストールします:

npm install

サーバーを構築します。

npm run build

自動リビルドを使用した開発の場合:

npm run watch

インストール

Claude Desktop で使用するには、サーバー設定を追加します。

MacOS の場合: ~/Library/Application Support/Claude/claude_desktop_config.json 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" } } } }

302AI_API_KEYはこちら

デバッグ

MCPサーバーはstdio経由で通信するため、デバッグが困難になる場合があります。パッケージスクリプトとして提供されているMCP Inspectorの使用をお勧めします。

npm run inspector

インスペクターは、ブラウザでデバッグ ツールにアクセスするための URL を提供します。

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

Claude Desktop のファイルを解析する MCP サーバー。操作には 302AI API キーが必要です。

  1. 発達
    1. インストール
      1. デバッグ

    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 -
      149
      754
      JavaScript
      MIT License
      • Apple
      • Linux
    • A
      security
      F
      license
      A
      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 -
      9
      2
      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 -
      229
      Python
      MIT License
      • Apple
      • Linux
    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol (MCP) server for Claude Desktop that connects to 302AI's API services, allowing users to integrate and leverage 302AI capabilities through a structured communication interface.
      Last updated -
      9
      4
      18
      JavaScript
      MIT License
      • Apple

    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