MCP-Tool-Server

Kartik281204/MCP-Tool-Server
★ 0 stars Python AI/LLM Updated 2d ago
It provides a clean, modern scaffold for exposing tools that AI agents / LLM clients can discover and call via the MCP standard. MCP-Tool-Server is a production-ready Model Context Protocol (MCP) tool server built with FastMCP.
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-tool-server": {
      "command": "uvx",
      "args": [
        "mcp-tool-server"
      ]
    }
  }
}

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

Topics

agentagent-toolingai-agentsfast-apillmmcpmcp-serverpydynamicpythontool-servertoolsuv