yet-another-MCP-server

carlosroman/yet-another-MCP-server
★ 0 stars Python AI/LLM Updated today
YAMS is a batteries-included MCP server that provides the common tools for agents to use
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": {
    "yet-another-mcp-serv": {
      "command": "uvx",
      "args": [
        "yet-another-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install yet-another-mcp-server