mcp-server-example

atile4/mcp-server-example
★ 0 stars Python API Integration Updated 2d 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": {
    "mcp-server-example": {
      "command": "uvx",
      "args": [
        "mcp-server-example"
      ]
    }
  }
}

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

README Excerpt

To install the `add_tool` MCP server, run the following command: ```json "mcpServers": { "add_tool": { "command": "uvx", "args": [ "--from", "git+https://github.com/atile4/mcp-server-example.git", "mcp-server" ] } }, ```