Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Claudeus WordPress MCP
Claim
by
deus-h
npm
GitHub
TypeScript
9
9
Apple
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
claudeus-wp-mcp
assets
.github
response-examples
src
actions.md
claude_desktop_config.json.example
CONTRIBUTING.md
Dockerfile
.env.example
eslint.config.js
.eslintrc.json
.gitignore
jest.config.js
LICENSE
.npmignore
package.json
pnpm-lock.yaml
post.json
readme.md
SECURITY.md
smithery-docs.md
smithery.yaml
tsconfig.json
wp-sites.json.exmaple
{ "root": true, "parser": "@typescript-eslint/parser", "plugins": ["@typescript-eslint"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended" ], "parserOptions": { "ecmaVersion": 2020, "sourceType": "module" }, "rules": { "@typescript-eslint/explicit-function-return-type": "off", "@typescript-eslint/no-explicit-any": "warn", "@typescript-eslint/no-unused-vars": ["warn", { "argsIgnorePattern": "^_" }], "no-console": ["warn", { "allow": ["error", "warn"] }] } }