streamable-httpMITupdated 2mo ago
This repository packages the hosted Quadratic MCP server as a Cursor plugin. Installing it connects Cursor to Quadratic spreadsheets through the production streamable HTTP MCP endpoint:
What can you do with Quadratic?
Quadratic MCP Cursor Plugin
This repository packages the hosted Quadratic MCP server as a Cursor plugin. Installing it connects Cursor to Quadratic spreadsheets through the production streamable HTTP MCP endpoint:
{
"mcpServers": {
"quadratic": {
"type": "streamable-http",
"url": "https://mcp.quadratichq.com/mcp"
}
}
}
Included
plugins/quadratic-mcp/mcp.jsonadds the hosted Quadratic MCP server.plugins/quadratic-mcp/rules/provides light guidance for using Quadratic MCP safely.plugins/quadratic-mcp/skills/adds an on-demand spreadsheet workflow skill.plugins/quadratic-mcp/assets/logo.svgis the marketplace logo.
Usage
After installing the plugin in Cursor, open a chat and ask to work with a
Quadratic spreadsheet. If you are not authenticated yet, ask Cursor to run the
Quadratic MCP auth tool with the login action and complete the device auth
flow.
Example prompts:
- "Open my Budget 2026 Quadratic file and summarize it."
- "Create a Quadratic spreadsheet from this CSV."
- "Add a Python code cell that analyzes sales by month."
- "Show me the schema for my connected Postgres database."
Development
Validate the plugin manifest and referenced files:
node scripts/validate-template.mjs
The marketplace manifest lives at .cursor-plugin/marketplace.json. The plugin
manifest lives at plugins/quadratic-mcp/.cursor-plugin/plugin.json.
Install
Add Quadratic to your client. Pick the one you use.
claude mcp add --transport http quadratic https://mcp.quadratichq.com/mcpcodex mcp add quadratic --url https://mcp.quadratichq.com/mcp{
"mcpServers": {
"quadratic": {
"url": "https://mcp.quadratichq.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"quadratic": {
"type": "http",
"url": "https://mcp.quadratichq.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"quadratic": {
"url": "https://mcp.quadratichq.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"quadratic": {
"serverUrl": "https://mcp.quadratichq.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation19/25
- Maintenance16/25
- Trust16/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 74 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 0.1.0Latest | Jun 18, 2026 |