thesun

schwarztim/thesun
★ 0 stars TypeScript API Integration Updated 4d ago
Autonomous MCP Server Generation Platform - Zero-config, self-healing, browser-enhanced API discovery
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": {
    "thesun": {
      "command": "npx",
      "args": [
        "-y",
        "schwarztim/thesun"
      ]
    }
  }
}

README Excerpt

**Autonomous MCP Server Generation Platform** thesun generates production-ready Model Context Protocol (MCP) servers from any REST API with zero configuration. Point it at an OpenAPI spec, a live API endpoint, or a captured HAR traffic file — thesun discovers the API surface, generates a fully typed TypeScript MCP server, validates it against the real API, and delivers a deployable artifact. No scaffolding, no templates to fill in, no manual tool authoring.

Topics

ai-toolingautomationmcpmcp-servertypescript