Perplexity Ask OpenRouter
@elct9620
About Perplexity Ask OpenRouter
The Perplexity Ask MCP Server use OpenRouter
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"perplexity-ask-openrouter": {
"command": "docker",
"args": [
"run",
"-p",
"3000:3000",
"\\"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Perplexity Ask OpenRouter?
Perplexity Ask OpenRouter is a Model Context Protocol (MCP) server that connects Perplexity’s models to the OpenRouter API, enabling their use with any MCP-compatible client. It is designed for developers who want to access Perplexity’s models (Sonar, Sonar Deep Research, Sonar Reasoning) through OpenRouter.
How to use Perplexity Ask OpenRouter?
The easiest way is to run the prebuilt Docker image with your OpenRouter API key and optionally set model defaults via environment variables (ASK_MODEL, RESEARCH_MODEL, REASON_MODEL). The server exposes SSE and Streamable HTTP endpoints for MCP clients, and disable flags (DISABLE_ASK, DISABLE_RESEARCH, DISABLE_REASON) let you turn off specific tools.
Key features of Perplexity Ask OpenRouter
- Full Model Context Protocol (MCP) implementation
- Three Perplexity models via OpenRouter: ask, research, reason
- Server-Sent Events (SSE) transport support
- Streamable HTTP transport implementation
- Docker containerization for easy deployment
- Environment variables to configure models and ports
Use cases of Perplexity Ask OpenRouter
- Ask general-purpose questions using the Sonar model via any MCP client
- Perform deep research on complex topics with Sonar Deep Research
- Solve reasoning tasks requiring logical deduction using Sonar Reasoning
- Integrate Perplexity’s conversational AI into custom MCP-powered tools
FAQ from Perplexity Ask OpenRouter
What dependencies does the server require?
An OpenRouter API key set via the OPENROUTER_API_KEY environment variable is required. No other external services are needed if using the default Docker image.
What transport protocols are supported?
The server supports both SSE (via /sse and /messages endpoints) and Streamable HTTP (via /mcp endpoint). Both can be used by any MCP-compatible client.
Is there a known limitation on request volume or rate?
The README does not specify rate limits. All requests are routed through OpenRouter and subject to OpenRouter’s own limits.
Where does data (prompts, responses) live?
In transit between the MCP client, the server, and OpenRouter. No persistent storage is mentioned in the README.
How is authentication handled?
The server authenticates with OpenRouter using the OPENROUTER_API_KEY environment variable. No additional authentication is required for MCP clients.
More AI & Agents MCP servers
1MCP - One MCP Server for All
1mcp-appA unified Model Context Protocol server implementation that aggregates multiple MCP servers into one.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Model Context Protocol Server for Home Assistant
tevonsbA MCP server for Home Assistant
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Comments