kukapay/dao-proposals-mcp
An MCP server that aggregates live governance proposals from major DAOs.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/dao-proposals-mcpClaude Desktop configuration example:
{
"mcpServers": {
"dao-proposals-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/dao-proposals-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.