RFP.ai
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
io.github.rnaga/wp-mcp · v1.0.8
MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.
WordPress MCP Server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"wp-mcp": {
"command": "npx",
"args": [
"-y",
"@rnaga/wp-mcp"
],
"env": {
"LOCAL_USERNAME": "<LOCAL_USERNAME>",
"WP_DB_HOST": "<WP_DB_HOST>",
"WP_DB_NAME": "<WP_DB_NAME>",
"WP_DB_USER": "<WP_DB_USER>",
"WP_DB_PASSWORD": "<WP_DB_PASSWORD>"
}
}
}
}LOCAL_USERNAME必填WordPress username to assume for capability checks
WP_DB_HOST必填WordPress database host
WP_DB_PORT可选WordPress database port
WP_DB_NAME必填WordPress database name
WP_DB_USER必填WordPress database user
WP_DB_PASSWORD必填secretWordPress database password
LOCAL_MULTISITE可选Enable WordPress multisite mode
LOCAL_DEFAULT_BLOG_ID可选Default blog ID for multisite
LOCAL_DEFAULT_SITE_ID可选Default site ID for multisite
LOCAL_SSL_ENABLED可选Enable SSL for database connection
LOCAL_SSL_CA_FILEPATH可选Path to SSL CA certificate file
LOCAL_SSL_CERT_FILEPATH可选Path to SSL certificate file
LOCAL_SSL_KEY_FILEPATH可选Path to SSL key file
v1.0.1
ai.rfp/rfp-ai
Draft cited RFP and security questionnaire answers from your knowledge base, with human review
v1.1.0
io.github.xenarch-ai/xenarch-mcp
Xenarch — x402 MCP server for AI agent payments. Non-custodial, USDC on Base L2.
v1.0.0
com.docimprint/api
AI document intelligence: extract, summarize, claim-check, and notarize with on-chain proofs.
v0.14.0
io.github.blackwell-systems/agent-lsp
Stateful LSP runtime for AI agents — 50+ tools across 30+ languages via MCP.
v0.2.13
io.github.hostinger/hostinger-api-mcp
MCP server for Hostinger API
v0.41.0
io.github.zhitongblog/unterm
The terminal AI agents can drive: spawn panes, run commands, read screens, scrolling screenshots.
{
"id": "io.github.rnaga/wp-mcp",
"type": "mcp-server",
"version": "1.0.8",
"displayName": "WordPress MCP Server",
"description": "MCP server for WordPress. Manage posts, users, comments, terms, metadata, and settings.",
"repository": {
"url": "https://github.com/rnaga/wp-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@rnaga/wp-mcp",
"version": "1.0.8",
"runtimeHint": "npx",
"transport": "stdio",
"environmentVariables": [
{
"name": "LOCAL_USERNAME",
"description": "WordPress username to assume for capability checks",
"isRequired": true
},
{
"name": "WP_DB_HOST",
"description": "WordPress database host",
"isRequired": true
},
{
"name": "WP_DB_PORT",
"description": "WordPress database port"
},
{
"name": "WP_DB_NAME",
"description": "WordPress database name",
"isRequired": true
},
{
"name": "WP_DB_USER",
"description": "WordPress database user",
"isRequired": true
},
{
"name": "WP_DB_PASSWORD",
"description": "WordPress database password",
"isRequired": true,
"isSecret": true
},
{
"name": "LOCAL_MULTISITE",
"description": "Enable WordPress multisite mode"
},
{
"name": "LOCAL_DEFAULT_BLOG_ID",
"description": "Default blog ID for multisite"
},
{
"name": "LOCAL_DEFAULT_SITE_ID",
"description": "Default site ID for multisite"
},
{
"name": "LOCAL_SSL_ENABLED",
"description": "Enable SSL for database connection"
},
{
"name": "LOCAL_SSL_CA_FILEPATH",
"description": "Path to SSL CA certificate file"
},
{
"name": "LOCAL_SSL_CERT_FILEPATH",
"description": "Path to SSL certificate file"
},
{
"name": "LOCAL_SSL_KEY_FILEPATH",
"description": "Path to SSL key file"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.rnaga/wp-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.rnaga%2Fwp-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}