frontapp-mcp-server
@iktakahiro
About frontapp-mcp-server
MCP Server for Front App
Basic information
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.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
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
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Comments