We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Thomasneatbiggers/Perplexity-Comet-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.RapierCraft/perplexity-comet-mcp",
"description": "Bridge Claude Code with Perplexity Comet for autonomous browsing and tab management",
"repository": {
"url": "https://github.com/RapierCraft/perplexity-comet-mcp",
"source": "github"
},
"version": "2.5.0",
"packages": [
{
"registryType": "npm",
"identifier": "perplexity-comet-mcp",
"version": "2.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Custom path to Comet browser executable (optional)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "COMET_PATH"
},
{
"description": "Chrome DevTools Protocol port (default: 9223)",
"isRequired": false,
"format": "string",
"isSecret": false,
"name": "COMET_PORT"
}
]
}
]
}