MCP Perplexity Server is an API server written in Typescript that allows users to interact with the Perplexity API, enabling them to ask questions to a model behind the API. It supports both stdio and SSE transport methods and is easy to set up via Docker.
MCP Perplexity Server is an API server written in Typescript that allows users to interact with the Perplexity API, enabling them to ask questions to a model behind the API. It supports both stdio and SSE transport methods and is easy to set up via Docker.
Set up using Docker or Node.js and configure your Perplexity API key.Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-perplexity-server": {
"command": "npx",
"args": [
"-y",
"Set up using Docker or Node.js and configure your Perplexity API key."
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Perplexity Server?"
No configuration required. This server works out of the box.
"What resources are available in MCP Perplexity Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Perplexity Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Perplexity Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.