Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From content-create
Local MCP server for searching and retrieving comments from the Redbook platform. Runs as a Python subprocess via uvx. Provides data access capabilities; no secrets required.
npx claudepluginhub xyzbit/claude-plugins --plugin content-createCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"redbook-search-comment-mcp": {
"command": "uvx",
"args": [
"--from",
"iflow-mcp_redbook-search-comment-mcp",
"redbook-search-comment-mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.