Skip to main content
ClaudeWave
quadratichq avatar
quadratichq

quadratic-mcp-plugin

View on GitHub

Cursor plugin for the hosted Quadratic MCP server

MCP ServersOfficial Registry0 stars0 forksJavaScriptMITUpdated today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/quadratichq/quadratic-mcp-plugin
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "quadratic-mcp-plugin": {
      "command": "node",
      "args": ["/path/to/quadratic-mcp-plugin/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/quadratichq/quadratic-mcp-plugin and follow its README for install instructions.
Use cases

MCP Servers overview

# 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:

```json
{
  "mcpServers": {
    "quadratic": {
      "type": "streamable-http",
      "url": "https://mcp.quadratichq.com/mcp"
    }
  }
}
```

## Included

- `plugins/quadratic-mcp/mcp.json` adds 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.svg` is 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:

```bash
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`.

What people ask about quadratic-mcp-plugin

What is quadratichq/quadratic-mcp-plugin?

+

quadratichq/quadratic-mcp-plugin is mcp servers for the Claude AI ecosystem. Cursor plugin for the hosted Quadratic MCP server It has 0 GitHub stars and was last updated today.

How do I install quadratic-mcp-plugin?

+

You can install quadratic-mcp-plugin by cloning the repository (https://github.com/quadratichq/quadratic-mcp-plugin) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is quadratichq/quadratic-mcp-plugin safe to use?

+

quadratichq/quadratic-mcp-plugin has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains quadratichq/quadratic-mcp-plugin?

+

quadratichq/quadratic-mcp-plugin is maintained by quadratichq. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to quadratic-mcp-plugin?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy quadratic-mcp-plugin to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: quadratichq/quadratic-mcp-plugin
[![Featured on ClaudeWave](https://claudewave.com/api/badge/quadratichq-quadratic-mcp-plugin)](https://claudewave.com/repo/quadratichq-quadratic-mcp-plugin)
<a href="https://claudewave.com/repo/quadratichq-quadratic-mcp-plugin"><img src="https://claudewave.com/api/badge/quadratichq-quadratic-mcp-plugin" alt="Featured on ClaudeWave: quadratichq/quadratic-mcp-plugin" width="320" height="64" /></a>

More MCP Servers

quadratic-mcp-plugin alternatives