paseo-mcp-tools

xpufx/paseo-mcp-tools
★ 1 stars JavaScript AI/LLM Updated 3d ago
Paseo plugin UI for checking MCP servers available to an agent session with additional functionality per MCP.
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": {
    "paseo-mcp-tools": {
      "command": "npx",
      "args": [
        "-y",
        "xpufx/paseo-mcp-tools"
      ]
    }
  }
}