Skip to content
Claude Desktop

Sec for Claude Desktop

io.github.pipeworx-io/sec

SEC MCP — SEC EDGAR public APIs (free, no auth)

client:Claude Desktop transport:streamable-http

Install Sec in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "sec": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://gateway.pipeworx.io/sec/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

Sec in other clients