← All agents

Connect Cursor to Postify

The Postify MCP toolset available to Cursor's agent mode.

Config file: ~/.cursor/mcp.json (or <project>/.cursor/mcp.json)

{
  "mcpServers": {
    "postify": {
      "url": "https://app.usepostify.com/api/mcp"
    }
  }
}

Cursor opens the OAuth consent screen on the first tool call from this server.

Verify

Call the list_channels tool (no arguments). Success is a JSON list of the workspace's connected channels — an empty list still proves the connection is live.

MCP endpoint: https://app.usepostify.com/api/mcp · Raw instructions any agent can fetch directly: /agent-setup/prompt.md