mcp-tools

code-wheel/mcp-tools
★ 2 stars PHP 🤖 AI/LLM Updated 1mo ago
MCP Tools for Drupal - Batteries-included MCP tools for AI assistants
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-tools": {
      "command": "npx",
      "args": [
        "-y",
        "code-wheel/mcp-tools"
      ]
    }
  }
}