$ timeahead.in
mcp/comapideckmcp/install

install com.apideck/mcp

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/apideck-libraries/mcp
paste into
macos: ~/Library/Application Support/Claude/claude_desktop_config.json
windows: %APPDATA%\Claude\claude_desktop_config.json
linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "apideck": {
      "command": "npx",
      "args": [
        "-y",
        "@apideck/mcp",
        "start"
      ],
      "env": {
        "APIDECK_API_KEY": "YOUR_API_KEY",
        "APIDECK_CONSUMER_ID": "YOUR_CONSUMER_ID",
        "APIDECK_APP_ID": "YOUR_APP_ID"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/comapideckmcp/install/claude-desktop
← back to com.apideck/mcp