mcp-server

TWWorks-org/mcp-server
★ 0 stars JavaScript AI/LLM Updated 11d ago
AppScreenshotStudio MCP server + Claude Code plugin: generate App Store and Play Store screenshots from your AI agent, then refine by chatting.
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": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "TWWorks-org/mcp-server"
      ]
    }
  }
}