mcp-server-tools

sbhat007/mcp-server-tools
★ 0 stars Python 🔌 API Integration Updated 1d ago
Examples of mcp tools that write to db, make API calls, interact with other models etc..
View on GitHub →

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-tools": {
      "command": "uvx",
      "args": [
        "mcp-server-tools"
      ]
    }
  }
}

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