Skip to content
VS Code

Front MCP for VS Code

io.github.wearehoust/front-mcp

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

client:VS Code transport:stdio runtime:npm

Install Front MCP in VS Code

.vscode/mcp.json

{
  "servers": {
    "front-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@houst-com/front-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Front MCP in other clients