# Cherry Studio

## Content

1\. Open Cherry Studio and click the `Settings` icon in the lower-left corner.
2\. Go to `MCP Servers`.
3\. Click `+ Add`.
4\. Select `Import from JSON`.
![](https://cdn.mescius.io/document-site-files/images/8258313f-94ec-48f2-929c-4f1bd0c4cac5/image-20260603-051955-20260617.37bc70.png?width=800)
5\. Paste the following configuration:

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

![](https://cdn.mescius.io/document-site-files/images/8258313f-94ec-48f2-929c-4f1bd0c4cac5/cherrystudio-03-20260617.98c6ca.png?width=800)
6\. Save the configuration\.
After saving, `spreadjs-mcp` should appear in the MCP Servers list. Confirm that the server is enabled and that the version is displayed.
![](https://cdn.mescius.io/document-site-files/images/8258313f-94ec-48f2-929c-4f1bd0c4cac5/cherrystudio-04-20260617.541f46.png?width=800)

Reference: [Cherry Studio | Configure and use MCP](https://docs.cherry-ai.com/docs/en-us/advanced-basic/mcp/config "https://docs.cherry-ai.com/docs/en-us/advanced-basic/mcp/config")