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

51
database

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

7504/wk3.1K tokens(2%)2mo ago

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

Recommended Skills

Skills that pair with the servers in this stack. Learn more

For GitHub MCP

GitHub CLI Workflowsworkflow

Use gh CLI for all GitHub operations including stacked PR workflows, issue management, and CI/CD automation.

npx skillsadd callstackincubator/agent-skills/github
Fix CI Failuresworkflow

Debug and fix failing GitHub PR checks in GitHub Actions. Automatically diagnoses CI issues and suggests fixes.

npx skillsadd openai/skills/gh-fix-ci
Address PR Commentsworkflow

Address PR review comments using GitHub CLI. Streamlines the code review response workflow.

npx skillsadd openai/skills/gh-address-comments
Code Reviewerrole

Automated code review for TypeScript, JavaScript, Python, Go. Analyzes PRs for complexity, SOLID violations, and code smells.