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
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
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
欢迎来到 智言平台
Shy2593666979AgentChat 是一个基于 LLM 的智能体交流平台,内置默认 Agent 并支持用户自定义 Agent。通过多轮对话和任务协作,Agent 可以理解并协助完成复杂任务。项目集成 LangChain、Function Call、MCP 协议、RAG、Memory、HITL、Skill、Milvus 和 ElasticSearch 等技术,实现高效的知识检索与工具调用,使用 FastAPI 构建高性能后端服务。
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
Comments