utility-mcp-server

Asha-Devaraddi/utility-mcp-server
★ 0 stars Python AI/LLM Updated 6d ago
An MCP server.
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": {
    "utility-mcp-server": {
      "command": "uvx",
      "args": [
        "utility-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install utility-mcp-server

README Excerpt

A beginner-friendly Model Context Protocol (MCP) server that provides essential utility tools for AI-powered applications. This project demonstrates how to build a functional MCP server that can be integrated with AI assistants like Claude Desktop. The **Model Context Protocol (MCP)** is an open protocol that enables AI assistants to securely interact with external tools, data sources, and APIs. Think of MCP as a universal language that allows AI models to request and receive information in a st

Tools (2)

AliceBob