mcp-server-example

mohamadasani494-pixel/mcp-server-example
★ 0 stars Unknown language API Integration Updated 5d ago
TypeScript MCP server with real API integration
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-example": {
      "command": "npx",
      "args": [
        "-y",
        "mohamadasani494-pixel/mcp-server-example"
      ]
    }
  }
}