Skip to main content
Glama

Perplexity Agent MCP

by Jercik
package.json1.53 kB
{ "name": "perplexity-agent-mcp", "version": "1.3.0", "description": "Opinionated Model Context Protocol server that seamlessly integrates Perplexity AI's Sonar models into AI coding assistants like Claude Code with two specialized, purpose-built tools", "keywords": [ "ai", "perplexity", "mcp", "modelcontextprotocol" ], "license": "MIT", "author": "Łukasz Jerciński", "packageManager": "pnpm@10.19.0", "type": "module", "main": "dist/index.js", "bin": { "perplexity-agent-mcp": "dist/index.js" }, "scripts": { "build": "tsc --build tsconfig.app.json --force", "start": "node dist/index.js", "test": "PERPLEXITY_API_KEY=dummy-api-key vitest run", "typecheck": "tsc -b --noEmit", "format": "prettier --write .", "format:check": "prettier --check .", "prepare": "husky", "commitlint:check": "commitlint --from HEAD~20 --to HEAD --verbose" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.20.2", "zod": "^3.25.76" }, "devDependencies": { "@commitlint/cli": "^20.1.0", "@commitlint/config-conventional": "^20.0.0", "@total-typescript/ts-reset": "^0.6.1", "@types/node": "^24.9.1", "eslint-config-prettier": "^10.1.8", "husky": "^9.1.7", "prettier": "3.6.2", "typescript": "^5.9.3", "vitest": "^4.0.3" }, "engines": { "node": ">=22" }, "types": "dist/index.d.ts", "files": [ "dist", "LICENSE", "README.md" ], "release": { "branches": [ "main" ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jercik/perplexity-agent-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server