frontapp-mcp-server
@iktakahiro
关于 frontapp-mcp-server
MCP Server for Front App
基本信息
配置
使用下面的配置,将此服务器添加到你的 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.
其他 分类下的更多 MCP 服务器
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

EverArt
modelcontextprotocolModel Context Protocol Servers
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Awesome Mlops
visengerA curated list of references for MLOps
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论