No install? Use cloud.anythingmcp.com directly.
Sign in, install the Front in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.
💡 无需安装? 直接使用 cloud.anythingmcp.com。 登录、点击 Connectors → Front、粘贴凭证、生成 MCP API key — 完成。无 Docker、无
git clone、无本地服务器。
Front + Claude
Drive Front (collaborative inbox) from any AI agent: conversations, messages, contacts, tags, inboxes, teammates. 13 tools, API-key Bearer auth.
前提条件
完整的设置说明已内置在连接器中 (在 store 中选择连接器时可见)。所需环境变量:
FRONT_API_TOKEN
步骤 1 — 获取凭证
frontapp.com/reference).
Setup:
- Sign in to Front → Settings (top-right) → Developers → API Tokens → Create API Token.
- Pick scope:
private(full-access to all inboxes/conversations) or scoped to a specific inbox/role. - Copy the token. Set
FRONT_API_TOKEN.
Authentication: Authorization: Bearer ${FRONT_API_TOKEN}.
Front's tile model:
- Conversation = a thread between your team and one or more contacts. Has status (open/archived/spam/deleted), assignee, inbox, tags.
- Message = each inbound/outbound email, SMS, chat, etc. within a conversation.
- Contact = an external entity (a customer). …
步骤 2 — 安装 adapter
git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d
步骤 3 — 在 Claude 中添加连接器
推荐路径 — 在 claude.ai web 上工作,无需触碰任何配置文件。
- 打开 claude.ai/customize/connectors。
- 点击 "Add custom connector"。
- 填入:
- Name:
Front - URL:
https://cloud.anythingmcp.com/mcp - Authentication: Bearer token → 粘贴你的 MCP API key (来自 AnythingMCP → Profile → MCP API Keys → New Key)
- Name:
- 点击 Connect 授权。
下面所有工具都会出现在你的聊天中 — 开始输入提示。
可用工具
| Tool | What it does |
|---|---|
front_me | Return the API token's identity (id, name, email) |
front_list_inboxes | List inboxes the token can access |
front_list_conversations | List conversations with optional filtering |
front_get_conversation | Fetch a single conversation including assignee, tags, recipient handles, links to messages/comments |
front_list_conversation_messages | List all messages in a conversation chronologically |
front_send_reply | Send a reply (new message) in an existing conversation |
front_add_comment | Add an internal comment (private note) to a conversation |
front_update_conversation | Update conversation status, assignee, or tags |
front_list_contacts | List contacts (external entities) |
front_get_contact | Fetch a contact with all handles[] (email/phone/twitter/custom) |
front_create_contact | Create a contact |
front_list_tags | List tags |
front_list_teammates | List teammates (Front users) |
FAQ
Claude Code 和 Claude Desktop 一样工作吗? 是的 — 两者都指向 https://cloud.anythingmcp.com/mcp。