Avius Visual MCP
OfficialAllows coding agents to connect to an Avius Visual workspace within a WordPress site, providing a bridge for visual editing and collaboration on WordPress content.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Avius Visual MCPupdate the hero image on the homepage layout"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Avius Visual MCP
MCP server for connecting coding agents to Avius Visual in WordPress.
Usage
Add this server to your MCP client configuration:
{
"mcpServers": {
"avius-visual": {
"type": "stdio",
"command": "npx",
"args": ["-y", "github:Avidni/avius-visual-mcp"],
"env": {
"AVIUS_VISUAL_WORKSPACE_URL": "https://example.com/wp-admin/admin-post.php?action=avius-visual"
}
}
}
}Open the Avius Visual page in WordPress, then paste the connection code shown by the MCP server.
The first MCP client for a WordPress site starts a local daemon automatically. Later MCP clients configured with a Avius Visual URL on the same site reuse the same daemon through a per-site local control endpoint, so multiple agents can connect to the same Avius Visual workspace without changing the user's MCP configuration. Different WordPress sites use different daemons. A daemon exits after its last MCP client disconnects.
On Linux the MCP control socket and per-site bridge state are created under ~/.local/state/avius-visual/; on macOS
they use ~/Library/Application Support/avius-visual/. On Windows the MCP control endpoint is a named pipe under
\\.\pipe\, while per-site bridge state is stored under %LOCALAPPDATA%\avius-visual\. The browser dashboard still
connects through the local TCP bridge port shown as visual:<port>, because browsers cannot open local control
endpoints directly.
Related MCP server: MCP Site Manager
Options
--workspace-url <url>orAVIUS_VISUAL_WORKSPACE_URL: Avius Visual URL.--host <host>orAVIUS_VISUAL_WORKSPACE_HOST: bridge host. Defaults to127.0.0.1.--port <port>orAVIUS_VISUAL_WORKSPACE_PORT: browser bridge port for this workspace URL. Defaults to the saved per-site bridge port, or an ephemeral port that is saved after startup.--token <token>orAVIUS_VISUAL_WORKSPACE_TOKEN: connection token. Defaults to a generated token.--timeout <ms>orAVIUS_VISUAL_WORKSPACE_TIMEOUT: workspace request timeout. Defaults to30000.
This server cannot be deployed
Maintenance
Related MCP Connectors
Give AI coding agents access to your Vynix visual feedback, bug reports, and AI diagnosis.
Build and run visual creative-production workflows from your AI agent.
Coding agents build full-stack apps in persistent workspaces and share them by link.
Agent-Native design tool - create and edit visual designs with agent assistance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceConnects WordPress sites to AI agents, enabling content management through natural language commands via the WordPress REST API.11 npm2MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to manage WordPress sites via ~74 capabilities including content, media, plugins, themes, and more.-
- AlicenseNot gradedqualityDmaintenanceEnables Claude Code to directly manage WordPress sites via natural language, including posts, pages, categories, tags, media, and multiple site support.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to interact with WordPress websites through structured tools, supporting posts, pages, media, users, categories, tags, plugins, themes, menus, and WooCommerce with secure authentication.12 npmMIT