MCP-сервер Clavis.
npx @clavisagent/mcp-server Or install globally: npm install -g @clavisagent/mcp-server Usage with Claude Desktop Add the following to your Claude Desktop configuration file (claude_desktop_config.json): { "mcpServers": { "clavis": { "command": "npx", "args": ["-y", "@clavisagent/mcp-server"] } } }