Back to MCP Servers
Bldbl
Official MCP server for Buildable AI-powered development platform [bldbl.dev](https://bldbl.dev). Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
developer-toolsai
By chunkydotdev
Installation
npx -y bldbl-mcpConfiguration
{
"mcpServers": {
"bldbl-mcp": {
"command": "npx",
"args": ["-y", "bldbl-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