Claude Desktop
Add Postqued as a remote MCP server and pass your API key in the Authorization header.
{
"mcpServers": {
"postqued": {
"type": "http",
"url": "https://mcp.postqued.com",
"headers": {
"Authorization": "Bearer pq_your_api_key"
}
}
}
}