frontapp-mcp-server
@iktakahiro
About frontapp-mcp-server
MCP Server for Front App
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
1Get conversations from a Front inbox
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Comments