Frontapp MCP Server
@zqushair
About Frontapp MCP Server
MCP server and client for Frontapp
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Frontapp-MCP": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@zqushair/frontapp-mcp",
"--client",
"claude"
]
}
}
}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?
A Model Context Protocol server that integrates large language models with Frontapp's customer communication platform. It enables LLMs to access and manipulate Frontapp data—such as conversations, contacts, and tags—and automate workflows using natural language commands.
How to use Frontapp MCP Server?
Install via Smithery or manually by cloning the repository, installing dependencies, configuring a .env file with Frontapp API credentials, then building and starting the server. Use the provided TypeScript client library to call tools like getConversations and sendMessage through the MCP protocol.
Key features of Frontapp MCP Server
- Conversation management (retrieve, create, update)
- Contact management (access and update contact data)
- Tag management (apply and remove tags)
- Inbox management (access inbox information)
- User management (retrieve user details)
- Real‑time webhook integration with secure authentication
Use cases of Frontapp MCP Server
- Automate customer support responses by reading and replying to conversations.
- Update contact details automatically when new information arrives.
- Apply or remove tags from conversations based on LLM‑analyzed context.
- Monitor real‑time events (e.g., new messages) via webhooks for proactive automation.
- Manage multiple inboxes and users through natural language commands.
FAQ from Frontapp MCP Server
What are the prerequisites to run Frontapp MCP Server?
Node.js v16 or higher, npm or yarn, a Frontapp API key, and (for webhooks) a publicly accessible URL.
How do I install Frontapp MCP Server?
You can install it via Smithery (npx @smithery/cli install @zqushair/frontapp-mcp --client claude) or manually by cloning the repository, running npm install, configuring .env, building with npm run build, and starting with npm start.
Does Frontapp MCP Server support webhooks?
Yes. It can receive and process real‑time events from Frontapp via webhooks, with secure signature verification and event‑driven automation.
How are credentials stored securely?
Sensitive information is stored with AES‑256 encryption. Use npm run generate-key to create a strong encryption key, and store it in the environment configuration.
More Other MCP servers
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
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.
Nginx UI
0xJackyYet another WebUI for Nginx
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments