anthropic-mcp-server-client

fatima-07/anthropic-mcp-server-client
★ 0 stars Python Code/Dev Tools Updated today
MCP architecture that shifts tool definition and execution to specialized servers. Transport‑agnostic communication and message types between clients and servers. implemented document management tools, defined resources, and tested with MCP Inspector. Integration patterns like autocomplete and context injection for AI workflows.
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": {
    "anthropic-mcp-server": {
      "command": "uvx",
      "args": [
        "anthropic-mcp-server-client"
      ]
    }
  }
}

Or install with pip: pip install anthropic-mcp-server-client