#!/usr/bin/env node
/**
* Main entry point for the Perplexity MCP server
*
* This is a Model Context Protocol (MCP) server that provides web search capabilities
* using Perplexity AI. The server acts as a bridge between Claude and Perplexity's search API.
*/
import { PerplexityMcpServer } from "./server/PerplexityMcpServer.js";
const server = new PerplexityMcpServer();
server.run().catch(() => 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/RossH121/perplexity-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server