SenPrints Seller Connector for Claude Desktop
com.senprints.mcp/seller
Read your SenPrints sales, orders, customers, campaigns and payouts, and publish blog posts.
client:Claude Desktop
transport:streamable-http
Install SenPrints Seller Connector in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"seller": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://api.senprints.com/mcp/seller"
]
}
}
}
Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs