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
{ "compilerOptions": { "target": "ES2022", "module": "NodeNext", "moduleResolution": "NodeNext", "esModuleInterop": true, "strict": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "outDir": "dist", "declaration": true, "sourceMap": true, "resolveJsonModule": true, "types": ["node", "jest", "express"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts"] }