Skip to content

Profound

Free

by MCP Community

The official MCP Server for the Profound API

v0.39.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Profound MCP Server

The official MCP Server for the Profound API

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y profound-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "profound": {
      "command": "npx",
      "args": ["-y", "profound-mcp"]
    }
  }
}