Skip to main content
Glama

Perplexity MCP Server

by Rohit-Seelam
pyproject.toml629 B
[project] name = "perplexity-mcp" version = "0.1.0" description = "MCP server for Perplexity AI integration with three complexity levels" requires-python = ">=3.11" dependencies = [ "mcp>=1.9.4", "python-dotenv>=1.1.0", "httpx>=0.27.0", ] [project.scripts] perplexity-mcp-server = "perplexity_mcp.server:main" [dependency-groups] dev = [ "black>=25.1.0", "pytest>=8.4.1", "ruff>=0.12.0", ] [tool.black] line-length = 100 target-version = ['py311'] [tool.ruff] line-length = 100 target-version = "py311" [build-system] requires = ["setuptools>=61.0", "wheel"] build-backend = "setuptools.build_meta"

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/Rohit-Seelam/Perplexity_MCP'

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