Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
MCP Perplexity Search
by
spences10
Verified
npm
GitHub
Search
Developer Tools
JavaScript
MIT License
68
7
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-perplexity-search
.changeset
src
CHANGELOG.md
.gitignore
LICENSE
package.json
pnpm-lock.yaml
.prettierignore
.prettierrc
README.md
renovate.json
tsconfig.json
{ "name": "mcp-perplexity-search", "version": "0.0.5", "description": "MCP server for Perplexity search", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-perplexity-search": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "npx @modelcontextprotocol/inspector dist/index.js", "changeset": "changeset", "version": "changeset version", "release": "pnpm run build && changeset publish" }, "keywords": [ "mcp", "model-context-protocol", "perplexity", "search", "web-content", "llm", "ai", "chat-completion", "prompt-templates", "json-output", "markdown-output" ], "author": "Scott Spence", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/spences10/mcp-perplexity-search.git" }, "bugs": { "url": "https://github.com/spences10/mcp-perplexity-search/issues" }, "homepage": "https://github.com/spences10/mcp-perplexity-search#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.7.0" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@types/node": "^22.13.10", "typescript": "^5.8.2" } }