把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。
文档
Super Wordpress Mcp 0.0.0
试用Manage WordPress sites via AI Engine MCP for posts, SEO, media, taxonomies, social scheduling, multilingual content, and full admin operations.
它能做什么
Manage WordPress sites through AI Engine's MCP Server. AI Engine is a free WordPress plugin that exposes a comprehensive MCP interface.
技能文档
WordPress MCP
Manage WordPress sites through AI Engine's MCP Server. AI Engine is a free WordPress plugin that exposes a comprehensive MCP interface.
Setup
The user needs:
- AI Engine plugin installed (free: https://wordpress.org/plugins/ai-engine/)
- MCP Server enabled in AI Engine → Settings → MCP
- A Bearer Token set in MCP settings
Connection details should be stored in the user's TOOLS.md:
## WordPress MCP
- **URL:** https://example.com/wp-json/mcp/v1/http
- **Bearer Token:**
How to Call MCP Tools
All calls use JSON-RPC 2.0 over HTTP POST:
curl -s -X POST \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"","arguments":{...}}}'
Discovery
List available tools (varies by enabled features):
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
Always start with tools/list to discover what's enabled on this site.
Connectivity Check
{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"mcp_ping","arguments":{}}}
MCP Features (Modular)
Tools are grouped into features that the site admin enables in AI Engine → Settings → MCP Features. Only WordPress core is enabled by default. Always use tools/list to discover what's available.
| Feature | Default | Description |
|---|---|---|
| WordPress | ✅ On | Posts, pages, comments, users, media, taxonomies, settings |
| Plugins | Off | Install, activate, update, and modify plugins |
| Themes | Off | Install, activate, switch, and customize themes |
| Database | Off | Execute SQL queries on the WordPress database |
| Polylang | Off | Multilingual content (requires Polylang plugin) |
| WooCommerce | Off | Products, orders, customers (requires WooCommerce) |
| SEO Engine | Off | SEO analysis, analytics (requires SEO Engine plugin) |
| Social Engine | Off | Social media scheduling (requires Social Engine plugin) |
| Dynamic REST | Off | Raw access to WordPress REST API |
See references/features.md for tool details per feature.
Common Workflows
Content Audit (WordPress + SEO Engine)
mwseo_get_seo_statistics— Overall site healthmwseo_get_posts_needing_seo— Posts with SEO problems- Loop:
mwseo_do_seo_scanper post → fix withmwseo_set_seo_title,mwseo_set_seo_excerpt
Publish a Post (WordPress core)
wp_create_postwithpost_title,post_content,post_status: "draft"- Optionally set SEO metadata if SEO Engine is enabled
wp_update_postwithpost_status: "publish"when ready
Translation Workflow (Polylang)
pll_translation_status— See coverage gapspll_get_posts_missing_translationwith target languagepll_create_translation— Create translated post linked to original
Multi-Site Management
Store multiple sites in TOOLS.md and select by name:
### My Blog
- **URL:** https://blog.example.com/wp-json/mcp/v1/http
- **Token:** abc123
### My Shop
- **URL:** https://shop.example.com/wp-json/mcp/v1/http
- **Token:** xyz789
Tips
- Use
wp_get_post_snapshotinstead of multiple calls — gets post + meta + terms in one request - Use
wp_alter_postfor search-replace edits instead of re-uploading entire content wp_get_postsreturns no full content by default — usewp_get_postfor content- Analytics date params use
start_date/end_date(not camelCase) - Always run
tools/listfirst — available tools depend on which features the admin enabled
相关技能
从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。
以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。
在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。
诊断生产力系统反复失效的根因,给出最小干预——容量测算、瓶颈定位、可靠的本地记录。
为自然搜索排名提供站点审计、内容撰写与竞品分析。
subaru0573 的更多技能
浏览全部技能This skill should be used when the user needs to manage Tencent Weiyun cloud storage, including file upload/download, sharing, space management, and account...
Data analysis and visualization. Query databases, generate reports, automate spreadsheets, and turn raw data into clear, actionable insights. Use when (1) yo...
Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...
Capture, inspect, and compare screenshots of screens, windows, regions, web pages, simulators, and CI runs with the right tool, wait strategy, viewport, and...
Create, inspect, and edit Microsoft Word documents and DOCX files with reliable styles, numbering, tracked changes, tables, sections, and compatibility check...
Advanced multi-agent development system for complex software projects. Leverages Orchestrator, Builder, and Reviewer agents to decompose modules, implement c...