mcpbeat Sign in

Front MCP Server

by wearehoust Your server? Claim it
local only

Front MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 66 installs a week from npm. Last commit 31 Aug 2026.

MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.

Installs per day peak 19 · avg 10 · +133% w/w
a month agotoday
66
Installs / week
npm · @houst-com/front-mcp
1
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Front MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add front-mcp -- npx -y @houst-com/front-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "front-mcp": {
      "args": [
        "-y",
        "@houst-com/front-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.front-mcp]
command = "npx"
args = ["-y", "@houst-com/front-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "front-mcp": {
      "args": [
        "-y",
        "@houst-com/front-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "front-mcp": {
      "args": [
        "-y",
        "@houst-com/front-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Front MCP

same job, measured the same way
Task Graph MCP
by oortonaut

MCP server for agent task workflows with phases, prompts, gates, and multi-agent coordination

local only
Shiori MCP
by rusty4444

MCP server for Shiori bookmark management and tag workflows.

51 installs/wk local only
Kra MCP
by gabrielmahia

MCP server for Kenya Revenue Authority tax workflows and information

105 installs/wk local only
SAGE Wrapper
by psycgod

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

341 installs/wk local only
EZTexting MCP
by eztexting

Official EZTexting MCP server: SMS/MMS messaging, contacts, workflows, reports.

119 installs/wk answering
Testkube MCP
by kubeshop

MCP server for Testkube - Manage test workflows, executions, and artifacts via AI assistants

local only
Attio MCP Server
by kesslerio

AI-powered Attio CRM access. Manage contacts, companies, deals, tasks, notes and workflows.

686 installs/wk local only
I
Prefect MCP Server
by prefecthq

MCP server for Prefect. Monitor and debug workflows, deployments, and automations.

2 259 installs/wk local only

Front MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Front MCP?
Front MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @houst-com/front-mcp was installed 66 times last week.
How do I connect Front MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @houst-com/front-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Front MCP?
The npm package @houst-com/front-mcp was installed 66 times in the last week. Week over week that is +133%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Front MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.