Related MCP Server Resources

Explore more AI models, providers, and integration options:

  • Explore AI Models
  • Explore AI Providers
  • Explore MCP Servers
  • LangDB Pricing
  • Documentation
  • AI Industry Blog
  • File Finder MCP Server
  • Phrases MCP Server
  • Image Processor MCP Server
  • Gmail Plugin MCP Server
  • MCP Server for Intercom
Back to MCP Servers
302AI File Parser MCP Server

302AI File Parser MCP Server

Public
302ai/302_file_parser_mcp

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

Verified
javascript
0 tools
May 29, 2025
Updated May 30, 2025

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.

Publicly Shared Threads0

Discover shared experiences

Shared threads will appear here, showcasing real-world applications and insights from the community. Check back soon for updates!

Share your threads to help others
Related MCPs5
  • File Finder MCP Server
    File Finder MCP Server

    Enables searching for files by name fragments via JSON-RPC or an HTTP REST API, with options for dir...

    1 tools
    Added May 30, 2025
  • Phrases MCP Server
    Phrases MCP Server

    An elegant MCP server that lets users manage inspirational phrases directly through Claude for Deskt...

    6 tools
    Added May 30, 2025
  • Image Processor MCP Server
    Image Processor MCP Server

    A TypeScript-based MCP server that implements a simple notes system, allowing users to create, acces...

    2 tools
    Added May 30, 2025
  • Gmail Plugin MCP Server
    Gmail Plugin MCP Server

    An MCP server that enables Gmail integration, allowing users to manage emails (send, receive, read, ...

    Added May 30, 2025
  • MCP Server for Intercom
    MCP Server for Intercom

    An MCP-compliant server that enables AI assistants like Claude Desktop to access and analyze Interco...

    4 tools
    Added May 30, 2025