### Run MCP Server via Command Line Source: https://github.com/rdmbtc/puls-mcp/blob/master/README.md Execute the MCP server directly from the command line using npx. This is the simplest way to start the server for standard operations. ```bash npx @pulsmarket/mcp # runs the MCP server over stdio ``` -------------------------------- ### Configure Claude Desktop for Puls MCP Server Source: https://github.com/rdmbtc/puls-mcp/blob/master/README.md Add this configuration to your claude_desktop_config.json file to enable Puls MCP server integration. For read-only access, omit the 'env' block. ```json { "mcpServers": { "puls": { "command": "npx", "args": ["-y", "@pulsmarket/mcp"], "env": { "PULS_API_KEY": "pk_live_…" } } } } ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.