Front MCP
Rank #60,861io.github.wearehoust/front-mcp
MCP server for Front: conversations, contacts, messages, tags, and inbox workflows.
Front MCP is a Model Context Protocol (MCP) server published by wearehoust. It ranks #60,861 of 132,113 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Front MCP is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Apr 3, 2026 and most recently updated on Apr 3, 2026.
Ranks ahead of 71,252 of 132,113 servers on MCP Toplist.
Use Front MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add front-mcp -- npx -y @houst-com/front-mcp[mcp_servers.front-mcp]
command = "npx"
args = ["-y", "@houst-com/front-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"front-mcp": {
"command": "npx",
"args": [
"-y",
"@houst-com/front-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"front-mcp": {
"command": "npx",
"args": [
"-y",
"@houst-com/front-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"front-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@houst-com/front-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"front-mcp": {
"command": "npx",
"args": [
"-y",
"@houst-com/front-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"front-mcp": {
"command": "npx",
"args": [
"-y",
"@houst-com/front-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.wearehoust%2Ffront-mcp)<a href="https://mcptoplist.com/server/io.github.wearehoust%2Ffront-mcp"><img src="https://mcptoplist.com/badge/io.github.wearehoust%2Ffront-mcp.svg" alt="MCP Toplist: Top 50% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
wearehoust
Available versions (1)
| Version | Published |
|---|---|
| 1.0.1 | Apr 3, 2026 |
Frequently asked questions
- Who maintains Front MCP?
- Front MCP is maintained by wearehoust, which publishes 3 MCP servers (1 total version) tracked on MCP Toplist.
- Is Front MCP listed on the Official MCP Registry?
- Yes — Front MCP is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does Front MCP have?
- MCP Toplist tracks 1 version of Front MCP, most recently published on Apr 3, 2026.
- Where can I find the source code for Front MCP?
- The source code for Front MCP is hosted at github.com/wearehoust/front-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.