MCP.so
Sign In

frontapp-mcp-server

@iktakahiro

About frontapp-mcp-server

MCP Server for Front App

Basic information

Category

Other

License

MIT license

Runtime

node

Transports

stdio

Publisher

iktakahiro

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "frontApi": {
      "command": "npx",
      "args": [
        "-y",
        "@iktakahiro/frontapp-mcp-server"
      ],
      "env": {
        "FRONT_API_TOKEN": "",
        "DEFAULT_INBOX_ID": ""
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is frontapp-mcp-server?

frontapp-mcp-server is an MCP server that integrates with Front’s customer communication platform via its API. It allows AI assistants or MCP clients to retrieve messages from Front inboxes.

How to use frontapp-mcp-server?

Add the provided JSON configuration to your MCP server setup, replacing YOUR_API_TOKEN with a valid Front API token and YOUR_INBOX_ID with your default inbox ID. The server is run via npx with the package @iktakahiro/frontapp-mcp-server.

Key features of frontapp-mcp-server

  • Connects to Front’s API to retrieve messages
  • Experimental – currently read-only functionality
  • Simple configuration via environment variables
  • Launched on demand through npx

Use cases of frontapp-mcp-server

  • Enable an AI assistant to read customer emails from a Front inbox
  • Integrate Front message data into automated workflows or chat interfaces
  • Prototype MCP‑based tools that interact with customer communication platforms

FAQ from frontapp-mcp-server

What does frontapp-mcp-server do?

It is an MCP server that currently implements functionality to retrieve messages from Front. It requires a Front API token and a default inbox ID.

How do I get a Front API token?

You must obtain a valid API token from your Front account; the README does not describe the token‑generation process.

Is frontapp-mcp-server production‑ready?

No – the repository is labeled as experimental and only supports retrieving messages. Additional features are planned but not yet implemented.

What runtime or dependencies are required?

Node.js and npx are needed. The server is invoked automatically via npx and does not require a global install.

How are messages retrieved?

The server communicates with Front’s API using the configured inbox ID and API token. The exact endpoints or transport protocol used are not detailed in the README.

Comments

More Other MCP servers