mcpserver.lol
registry/quadratic-mcp
Connection check verified live · 27h ago

quadratic-mcp

AI access to Quadratic spreadsheets: open files, run Python/SQL, query connected databases.

Tools 5
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

5 tools

Read from the running server on 27h ago.

auth can modify data action*params
Authenticate the MCP session with Quadratic. Actions: • login() — Start an OAuth device authorization flow. Returns a URL the user must open in a browser to authorize. The flow is…
files_read read-only action*params
Read-only file metadata operations on Quadratic files the user has access to. No data is modified. Requires authentication. Actions: • list_files() — List all accessible files. •…
files_write can modify data action*params
File management operations that create or modify state: create a new file, open an existing file to start an editing session, or close a session. Requires authentication. Actions:…
read_data read-only action*params
Read-only queries on the open spreadsheet. No data is modified. Safe to auto-approve. Call as {"action": "<name>", "params": {...}} — per-action params are listed in the Action Ref…
write_data can modify data action*params
Write operations on the open spreadsheet. Call as {"action": "<name>", "params": {...}} — per-action params are listed in the Action Reference below. Numbers, booleans, and nulls i…