Skip to content
VS Code

classquill mcp for VS Code

io.github.equateitau/classquill-mcp

Read-only MCP server for ClassQuill, a tutoring-business-management platform.

client:VS Code transport:streamable-http runtime:npm

Install classquill mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "classquill-mcp": {
      "type": "http",
      "url": "https://mcp.classquill.com/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

classquill mcp in other clients