#!/usr/bin/env node
// Stdio-only launcher for MCP Perplexity Pro
// This bypasses HTTP transport and connects directly via stdio
import('../dist/stdio-server.js').catch((error) => {
console.error('[mcp-perplexity-pro-stdio] Failed to load stdio server:', error.message);
console.error('[mcp-perplexity-pro-stdio] Make sure the package is built with: npm run build');
process.exit(1);
});
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/cfdude/mcp-perplexity-pro'
If you have feedback or need assistance with the MCP directory API, please join our Discord server