Pollen Store Catalog for Claude Desktop
in.elytron/pollen-store
Search a Pollen-connected store's enriched catalog: products, facts, variants, availability.
client:Claude Desktop
transport:streamable-http
Install Pollen Store Catalog in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pollen-store": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://pollen.elytron.in/mcp/store/{shop}"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs