simple-mcp

datj9/simple-mcp
★ 0 stars Shell API Integration Updated 2d ago
Turn any API into a curated MCP server from a single config file
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": {
    "simple-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "datj9/simple-mcp"
      ]
    }
  }
}