MCP server package: oxbowui-mcp
This server lets AI tools browse and install Oxbow blocks directly into your project.
Run directly with npx:
npx oxbowui-mcpOr install globally:
npm install -g oxbowui-mcpCreate (or update) .cursor/mcp.json in your project:
{
"mcpServers": {
"oxbow": {
"command": "npx",
"args": ["oxbowui-mcp"]
}
}
}Restart Cursor (or reload MCP servers) after saving.
list_components- list all available blockssearch_components- search blocks by keyword/categoryget_component- show block details and sourceadd_component- copy a block into your project
- "List available Oxbow components."
- "Find hero sections."
- "Show me pricing 3."
- "Add hero 1 to my project."
- Installed files are copied into
src/components/oxbow/...in the target project. - CLI package is also available as
oxbowui:
npx oxbowui list
npx oxbowui add hero 1