Skip to content
Cursor

EasyData Data for Cursor

cc.easydata/data

Create schemas and read, write, and organize structured records in EasyData.

client:Cursor transport:streamable-http

Install EasyData Data in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "data": {
      "url": "https://easydata.cc/api/mcp"
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

EasyData Data in other clients