Back to MCP Servers

Dao Proposals

An MCP server that aggregates live governance proposals from major DAOs.

finance-fintechgo

Installation

npx -y dao-proposals-mcp

Configuration

{
  "mcpServers": {
    "dao-proposals-mcp": {
      "command": "npx",
      "args": ["-y", "dao-proposals-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub