mcp-server-starter

prismeai/mcp-server-starter
★ 0 stars TypeScript Other Updated 2d ago
mcp-server-starter
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-starter": {
      "command": "npx",
      "args": [
        "-y",
        "prismeai/mcp-server-starter"
      ]
    }
  }
}