Trackly CLI
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
io.github.rnaga/wp-mcp · v1.0.9
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
v0.18.1
io.github.trackly-app/trackly
AI job search for Claude, ChatGPT, Cursor. 170K+ jobs, 3,800+ companies. OAuth or stdio.
v0.3.0
io.github.theoddden/stamp
NTP time plus clock-drift history: stable vs. accelerating offsets.
v0.1.13
io.github.Servosity/ninjaone-mcp
Every NinjaOne report, plus a local store that answers fleet-wide questions no single API call can
v0.81.0
io.github.ArtJack/verdict
Read-only MCP server over Verdict QA state: verdicts, findings, flaky quarantine, history.
v0.3.3
io.github.toki0413/saturday-materials
Materials computing tools for AI agents: structures, engines, phonons, EOS, NEB, sampling, lineage.
v2.1.0
com.notepom/notepom
Persistent workspace and visual memory for humans and autonomous agents.
{
"id": "io.github.rnaga/wp-mcp",
"type": "mcp-server",
"version": "1.0.9",
"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.9",
"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",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"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"
}
}