Skip to the content.

Connect Claude Desktop

Use the Velip MCP server from Anthropic Claude Desktop via HTTP transport.

Claude Desktop supports MCP servers through configuration in its app settings.

Configuration

Edit the Claude Desktop config file:

Add:

{
  "mcpServers": {
    "velipai-apis": {
      "command": "npx",
      "args": ["-y", "@anthropic-ai/mcp-client-http"],
      "env": {
        "MCP_HTTP_URL": "https://vox20.velip.com.br/mcpserver/velip",
        "MCP_HTTP_HEADERS": "{\"Authorization\": \"Bearer YOUR_TOKEN_30_CHARS\"}"
      }
    }
  }
}

Replace YOUR_TOKEN_30_CHARS with your Velip MCP token.

Requires Node.js / npx available on your machine for the HTTP bridge.

Restart Claude Desktop

Quit and reopen Claude Desktop after saving the config.

Usage

Ask Claude to use Velip tools naturally, for example:

Claude discovers tools via MCP and calls them on your behalf.

Troubleshooting

Symptom Check
Server not listed Validate JSON syntax in config file
npx errors Install Node.js 18+
Empty tool list Permissions — enable required channels
Auth failures Authentication — verify token