# Windsurf

## Content

1\. Open Windsurf and click the toggle agent sidebar button to open the Cascade Code panel\.
2\. Click the actions button to open the action menu\.
3\. Click MCPs setting icon\.

![](https://cdn.mescius.io/document-site-files/images/8258313f-94ec-48f2-929c-4f1bd0c4cac5/image-20260603-075439-20260617.13c738.png?width=800)
4\. Add the following configuration in `mcp_config.json`:

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

5\. Save the file\. spreadjs\-mcp should appear in the action menu\.
![](https://cdn.mescius.io/document-site-files/images/8258313f-94ec-48f2-929c-4f1bd0c4cac5/image-20260603-075637-20260617.3b6172.png?width=800)

Reference: [Model Context Protocol (MCP) - mcp_config.json](https://docs.windsurf.com/windsurf/cascade/mcp#mcp_config-json "https://docs.windsurf.com/windsurf/cascade/mcp#mcp_config-json")