Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From BuildBetter
Remote MCP server that connects to the BuildBetter service, enabling Claude to interact with its project management and workflow data. Likely requires authentication.
npx claudepluginhub buildbetter-app/skills --plugin buildbetterCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"buildbetter": {
"type": "http",
"url": "https://mcp.buildbetter.app"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
https://mcp.buildbetter.appShare bugs, ideas, or general feedback.