@reverso/mcp
v0.1.1
Published
MCP Server for AI integration with Reverso CMS
Maintainers
Readme
@reverso/mcp
MCP Server for AI integration with Reverso CMS.
Installation
npm install @reverso/mcpUsage
Start the MCP server:
reverso-mcp --database ./data/reverso.dbClaude Desktop Configuration
Add to claude_desktop_config.json:
{
"mcpServers": {
"reverso": {
"command": "npx",
"args": ["@reverso/mcp", "--database", "/path/to/reverso.db"]
}
}
}Available Tools
Content Management
list_pages- List all pagesget_page- Get page detailsget_content- Get content by pathupdate_content- Update contentpublish_content/unpublish_content
Schema
get_schema- Get full schemaget_fields- Get fields for a pagesuggest_field_type- AI field type suggestion
Media
list_media- Browse media librarysearch_media- Search filesget_media_stats- Library statistics
Forms
list_forms- List all formsget_form- Get form detailslist_submissions- View submissions
Documentation
See https://reverso.dev/docs/packages/mcp
License
MIT
