Hardened read-only Rust MCP server for the chapter-publishing GitHub organization
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"chapter-publishing-m": {
"command": "npx",
"args": [
"-y",
"chapter-publishing/chapter-publishing-mcp-server.rs"
]
}
}
}
Run in terminal:
claude mcp add chapter-publishing-m npx -y chapter-publishing/chapter-publishing-mcp-server.rs
Add to .cursor/mcp.json:
{
"mcpServers": {
"chapter-publishing-m": {
"command": "npx",
"args": [
"-y",
"chapter-publishing/chapter-publishing-mcp-server.rs"
]
}
}
}