Back to MCP Servers
Dao Proposals
An MCP server that aggregates live governance proposals from major DAOs.
finance-fintechgo
By kukapay
Installation
npx -y dao-proposals-mcpConfiguration
{
"mcpServers": {
"dao-proposals-mcp": {
"command": "npx",
"args": ["-y", "dao-proposals-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes