MCP.so
ログイン

frontapp-mcp-server

@iktakahiro

frontapp-mcp-server について

MCP Server for Front App

基本情報

カテゴリ

その他

ライセンス

MIT license

ランタイム

node

トランスポート

stdio

公開者

iktakahiro

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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.

コメント

「その他」の他のコンテンツ