MCP-servers

imabghani005-afk/MCP-servers
★ 0 stars Unknown language AI/LLM Updated today
A lightweight MCP (Model Context Protocol) server that exposes [your tool/API/data source] as callable tools for AI agents — built for easy integration with Claude, Claude Desktop, and other MCP-compatible clients.
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-servers": {
      "command": "npx",
      "args": [
        "-y",
        "imabghani005-afk/MCP-servers"
      ]
    }
  }
}