Claude Desktop
Prerequisites
1. Locate your Claude Desktop config
OS
Path
2. Add the ShredPay MCP server
{
"mcpServers": {
"shredpay-wallet": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-fetch",
"https://agent-api.shredpay.xyz/mcp"
],
"env": {
"X_API_KEY": "sk_live_..."
}
}
}
}3. Restart Claude Desktop
4. Ask Claude to use it
Troubleshooting
Symptom
Fix
Next steps
Last updated