typelets-mcp

batalabs/typelets-mcp
★ 1 stars TypeScript 💻 Code/Dev Tools Updated today
Model Context Protocol server for Typelets. Wraps the Typelets API as tools an MCP-capable LLM client (Claude Desktop, Cline, Cursor) can call.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "typelets-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "batalabs/typelets-mcp"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol](https://modelcontextprotocol.io/) server for [Typelets](https://typelets.com), the collaborative IDE for technical interviews and pair programming. Connect an MCP-capable client (Claude Desktop, Cline, Cursor, Codex, etc.) and let it list workspaces, browse the problem library, read candidate files, summarize sessions, and (later) write back to the workspace on your behalf.

Tools (20)

apply_problem_to_workspacecandidatecreate_filecreate_workspacedelete_filedelete_problemdestructiveedit_problemget_problemget_workspacelist_pending_inviteslist_problemslist_recordingslist_workspace_fileslist_workspacesread_workspace_filesave_problem_to_libraryscore_against_rubricsuggest_followup_questionssummarize_recording