StackMCP
Beginner

WordPress Developer Stack

Manage WordPress sites, create content, handle MySQL databases, and deploy with AI assistance.

5 servers21.5K tokens11% of context

Token Budget

21.5K used (10.8%)178.5K remaining
GitHub MCP10.3K (5.1%)
Filesystem MCP5.7K (2.8%)
WordPress MCP5.2K (2.6%)
MySQL MCP3.1K (1.5%)
Context7 MCP1.0K (0.5%)

Moderate token usage. You will have good room for prompts but watch if adding more servers.

Config

Paste in ~/.claude.json

json
{
  "mcpServers": {
    "github-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-github"
      ],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "YOUR_GITHUB_PERSONAL_ACCESS_TOKEN"
      }
    },
    "filesystem-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "/path/to/allowed/directory"
      ]
    },
    "wordpress-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wordpress-mcp"
      ],
      "env": {
        "WORDPRESS_URL": "YOUR_WORDPRESS_URL",
        "WORDPRESS_USERNAME": "YOUR_WORDPRESS_USERNAME",
        "WORDPRESS_APP_PASSWORD": "YOUR_WORDPRESS_APP_PASSWORD"
      }
    },
    "mysql-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mysql-mcp"
      ],
      "env": {
        "MYSQL_HOST": "YOUR_MYSQL_HOST",
        "MYSQL_USER": "YOUR_MYSQL_USER",
        "MYSQL_PASSWORD": "YOUR_MYSQL_PASSWORD",
        "MYSQL_DATABASE": "YOUR_MYSQL_DATABASE"
      }
    },
    "context7-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@upstash/context7-mcp"
      ]
    }
  }
}

Included Servers

MySQL MCP

Community

56
database

Execute SQL queries against MySQL databases. Inspect schemas, run queries, and analyze data from your AI editor.

7389/wk3.1K tokens(2%)2w ago

WordPress runs on MySQL. Query the database to debug plugin conflicts, inspect post meta, and fix data issues at the source.