MCP-Tool-Servers

mahleeyah/MCP-Tool-Servers
★ 0 stars JavaScript AI/LLM Updated 2mo ago
A folder full of MCP servers that connect Claude to tools like Godot, Blender, Illustrator, Aseprite
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-servers": {
      "command": "npx",
      "args": [
        "-y",
        "mahleeyah/MCP-Tool-Servers"
      ]
    }
  }
}