revenexx docs MCP in Claude Desktop
Add the revenexx documentation MCP server to Claude Desktop.
Add the revenexx documentation MCP server to Claude Desktop so it can search and read the docs while you work. The server is hosted and public — no install, no API key.
Add the server
Open Claude Desktop's Settings (Ctrl+, / Cmd+,), go to the Developer tab, and click Edit Config to open claude_desktop_config.json. Add the revenexx-docs entry:
JSON
{
"mcpServers": {
"revenexx-docs": {
"command": "npx",
"args": [
"mcp-remote",
"https://revenexx.dev/mcp"
]
}
}
}
Save the file and restart Claude Desktop.
Claude Desktop only supports local (stdio) MCP servers, so it reaches the hosted server through the
mcp-remote proxy. This needs Node.js installed (npx ships with it).Verify
After restarting, click the MCP tools button at the bottom-right of the prompt input to see the revenexx-docs tools.
Try it
Search the revenexx docs for how to authenticate against the API.Using the revenexx docs, show me how to create an order with the CLI.Which revenexx SDKs are available? Check the docs.