claudesync

InfiniteRoomLabs/claudesync
★ 0 stars TypeScript 🤖 AI/LLM Updated today
Unofficial TypeScript SDK wrapping the claude.ai web API -- conversation export, artifact access, and MCP server
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": {
    "claudesync": {
      "command": "npx",
      "args": [
        "-y",
        "InfiniteRoomLabs/claudesync"
      ]
    }
  }
}

README Excerpt

Unofficial TypeScript SDK + tooling for the [claude.ai](https://claude.ai) web API. Export your conversations, artifacts, and project knowledge as git repositories -- from the CLI or as an MCP server. > **Your data, your way.** ClaudeSync is a community tool, not affiliated with or endorsed by Anthropic. Accessing the undocumented web API may violate Anthropic's Terms of Service and could result in account suspension. Use at your own risk.

Tools (8)

download_artifactget_conversationget_project_docslist_artifactslist_conversationslist_organizationslist_projectssearch_conversations