{
  "markdown": "# Quadratic MCP Cursor Plugin\n\nThis repository packages the hosted Quadratic MCP server as a Cursor plugin.\nInstalling it connects Cursor to Quadratic spreadsheets through the production\nstreamable HTTP MCP endpoint:\n\n```json\n{\n  \"mcpServers\": {\n    \"quadratic\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://mcp.quadratichq.com/mcp\"\n    }\n  }\n}\n```\n\n## Included\n\n- `plugins/quadratic-mcp/mcp.json` adds the hosted Quadratic MCP server.\n- `plugins/quadratic-mcp/rules/` provides light guidance for using Quadratic MCP safely.\n- `plugins/quadratic-mcp/skills/` adds an on-demand spreadsheet workflow skill.\n- `plugins/quadratic-mcp/assets/logo.svg` is the marketplace logo.\n\n## Usage\n\nAfter installing the plugin in Cursor, open a chat and ask to work with a\nQuadratic spreadsheet. If you are not authenticated yet, ask Cursor to run the\nQuadratic MCP `auth` tool with the `login` action and complete the device auth\nflow.\n\nExample prompts:\n\n- \"Open my Budget 2026 Quadratic file and summarize it.\"\n- \"Create a Quadratic spreadsheet from this CSV.\"\n- \"Add a Python code cell that analyzes sales by month.\"\n- \"Show me the schema for my connected Postgres database.\"\n\n## Development\n\nValidate the plugin manifest and referenced files:\n\n```bash\nnode scripts/validate-template.mjs\n```\n\nThe marketplace manifest lives at `.cursor-plugin/marketplace.json`. The plugin\nmanifest lives at `plugins/quadratic-mcp/.cursor-plugin/plugin.json`.\n",
  "bytes": 1442,
  "sha": "9735e3a5d5ae0b3e47a9e7bdf6846424b5b7c29ead960ecc15de14fb55339824",
  "repo_slug": "quadratichq/quadratic-mcp-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_quadratichq_quadratic_mcp_89b40023/readme"
}