Skip to content
Cursor

Front MCP for Cursor

io.github.wearehoust/front-mcp

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

client:Cursor transport:stdio runtime:npm

Install Front MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Front MCP in other clients