
mcp perplexity no api playground
MCP server compatible (Node.js + Puppeteer) for Perplexity playground automation via stdio, prompts and model selection, for npx remote execution. No official API used.
Repository Info
About This Server
MCP server compatible (Node.js + Puppeteer) for Perplexity playground automation via stdio, prompts and model selection, for npx remote execution. No official API used.
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
MCP Perplexity Playground
Un MCP qui expose 1 outil MCP, natif, conforme (inspiré/similaire à mcp-selenium d'angiejones)
Outil exposé
- perplexity_playground_query
- prompt (string, required) -- prompt à envoyer
- model (string, optionnel, par défaut sonar-pro) -- modèle playground
Usage
Dans le contexte MCP (ou en local node), pour tester l’interface MCP :
npx -y @fkom13/mcp-perplexity-no-api-playground list_tools
Retourne :
{
"tools": [
{
"name": "perplexity_playground_query",
"description": "Interroge Perplexity Playground via Puppeteer (prompt et modèle)",
"parameters": [
{ "name": "prompt", "type": "string", "required": true, "description": "Le prompt/question à soumettre au LLM." },
{ "name": "model", "type": "string", "required": false, "description": "Le modèle à utiliser (par défaut : sonar-pro)." }
],
"responses": [
{ "name": "result", "type": "string", "description": "Réponse textuelle complète du LLM." }
]
}
]
}
Fichier d'entrée MCP (bin/mcp-perplexity.js)
100% MCP SDK, aucune sortie parasite, conforme, inspiré du repo selenium d’angiejones.
Dépendances
- node >= 18
- puppeteer
- @modelcontextprotocol/sdk
Publication
- main npm: package.json "bin": mcp-perplexity => bin/mcp-perplexity.js
Une fois installé ou appelé avec npx, fonctionne partout comme un MCP standard, syntaxe compatible orchestrateur modelcontextprotocol.
Auteur : fkom13
Quick Start
Clone the repository
git clone https://github.com/fkom13/mcp-perplexity-no-api-playgroundInstall dependencies
cd mcp-perplexity-no-api-playground
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.