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

Installation

npx -y bldbl-mcp

Configuration

{
  "mcpServers": {
    "bldbl-mcp": {
      "command": "npx",
      "args": ["-y", "bldbl-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