Skip to content
Cursor

agentstorefront for Cursor

io.github.lmaniraruta/agentstorefront

MCP for AgentStorefront — discover, price, and subscribe to paid agent services.

client:Cursor transport:stdio runtime:npm

Install agentstorefront in Cursor

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

{
  "mcpServers": {
    "agentstorefront": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@lfidele/agentstorefront-mcp"
      ]
    }
  }
}

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

agentstorefront in other clients