dioxus-mcp

tonybierman/dioxus-mcp
★ 1 stars Rust 🧠 Memory/Knowledge Updated 4d ago
MCP server providing Dioxus project tools (static analysis, scaffolding, docs)
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "dioxus-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "dioxus-mcp"
      ]
    }
  }
}

Topics

claude-codedioxusmcpmodel-context-protocolrust