Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"webpublication": {
"env": {
"API_URL": "your_api_url",
"WP_TOKEN": "your_wp_token",
"CLIENT_ID": "your_client_id",
"DRIVE_URL": "your_drive_url"
},
"command": "/path/to/mcp-webpublication-server/target/release/mcp-webpublication-server"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Webpublication API - provides access to workspace management, generation, customization, and publication features.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y '@modelcontextprotocol/inspector' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
MCP Inspector is Vulnerable to Potential Command Execution via XSS When Connecting to an Untrusted MCP Server
An XSS flaw exists in the MCP Inspector local development tool when it renders a redirect URL returned by a remote MCP server. If the Inspector connects to an untrusted server, a crafted redirect can inject script into the Inspector context and, via the built-in proxy, be leveraged to trigger arbitrary command execution on the developer machine. Version 0.16.6 hardens URL handling/validation and prevents script execution. > Thank you to the following researchers for their reports and contributi
MCP Inspector proxy server lacks authentication between the Inspector client and proxy
Versions of MCP Inspector below 0.14.1 are vulnerable to remote code execution due to lack of authentication between the Inspector client and proxy, allowing unauthenticated requests to launch MCP commands over stdio. Users should immediately upgrade to version 0.14.1 or later to address these vulnerabilities. Credit: Rémy Marot <bughunters@tenable.com>
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for Mcp Webpublication Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Webpublication API - provides access to workspace management, generation, customization, and publication features.
.env.example to .env and add your credentials (environment variables needed for testing with the MCP Inspector):API_URL=your_api_url
DRIVE_URL=your_drive_url
CLIENT_ID=your_client_id
WP_TOKEN=your_wp_token
cargo build --release
The resulting binary executable can be found at /path/to/mcp-webpublication-server/target/release/mcp-webpublication-server
Run at the project's root
npx @modelcontextprotocol/inspector cargo run
# or
npx @modelcontextprotocol/inspector ./target/release/mcp-webpublication-server
Open http://127.0.0.1:6274 and test tools.
Configure the MCP Web Publication server for either Claude Desktop or the Claude CLI.
Add the snippet below to your Claude Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonAt the root of your project, add the same snippet to .mcp.json.
{
"mcpServers": {
"webpublication": {
"command": "/path/to/mcp-webpublication-server/target/release/mcp-webpublication-server",
"env": {
"API_URL": "your_api_url",
"DRIVE_URL": "your_drive_url",
"CLIENT_ID": "your_client_id",
"WP_TOKEN": "your_wp_token"
}
}
}
}
resource_gid (number, e.g., 2473843)resource_gid (number, e.g., 2473843)publication_gid (number, e.g., 2473843)wishlist_enabled (boolean: true/false)get_publication_settings -> wishlistEnabledrel_url (string) - obtained from get_publication_settings -> coverImage.relUrl