$ timeahead.in
mcp/accosmcp-server/install

install @accos/mcp-server

pick your MCP client below. snippets, file paths and reload steps included.
source: extracted from upstream READMEgithub.com/KongFourThousand/accos-mcp-server
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": {
    "accos": {
      "command": "npx",
      "args": [
        "-y",
        "@accos/mcp-server"
      ],
      "env": {
        "ACCOS_API_KEY": "ak_live_xxx",
        "ACCOS_API_SECRET": "sk_live_xxx"
      }
    }
  }
}
then: Quit Claude Desktop completely (Cmd/Ctrl+Q) and reopen it.
prefer a direct link? /mcp/accosmcp-server/install/claude-desktop
← back to @accos/mcp-server