# Other MCP-compatible Clients

## Content

Use this JSON when the client supports remote HTTP MCP servers:

```auto
{
  "mcpServers": {
    "spreadjs-mcp": {
      "type": "http",
      "url": "https://developer.mescius.com/mcp/spreadjs",
      "headers": {
        "Authorization": "Bearer <YOUR_MCP_TOKEN>"
      }
    }
  }
}
```

If the client asks for fields separately, use:

* Name: `spreadjs-mcp`
* Transport: `HTTP` or `Streamable HTTP`
* Endpoint: `https://developer.mescius.com/mcp/spreadjs`
* Authorization header: `Authorization: Bearer <YOUR_MCP_TOKEN>`

If the client separates header fields:

* Header name: `Authorization`
* Header value: `Bearer <YOUR_MCP_TOKEN>`