clawsgo-science-mcp

liudongyan13701205717-source/clawsgo-science-mcp
★ 1 stars Python Search Updated 1d ago
A locally-hosted MCP server that reproduces papers, writes them section-by-section, runs a research line (ideate→debate→design→verdict), and delivers all artifacts — no API key required.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "clawsgo-science-mcp": {
      "command": "uvx",
      "args": [
        "clawsgo-science-mcp"
      ]
    }
  }
}

Or install with pip: pip install clawsgo-science-mcp