Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Buildout

FreeNot checked

An efficient MCP server for Buildin.ai that provides readonly access to search and retrieve full text of pages.

GitHubEmbed

About

An efficient MCP server for Buildin.ai that provides readonly access to search and retrieve full text of pages.

README

Why?

Better MCP server for Buildin.ai. The official mcp server simply replicates the API, which leads to a large number of calls, an inconvenient response format (json response for each block), and bloated context as a result.

Goal

Provide a more efficient and AI-friendly MCP server for Buildin.ai. Currently focused on readonly access and supports only search and page full text retrieval.

Usage

Obtain access token

To use Buildout MCP you need Buildin.ai API key:

  • Go to developer center
  • Create integration app -> App plugins -> Next
  • In the opened form select space and grant Read content permission
  • BUILDIN_API_KEY is the Authorization token
  • Also grant integration access to desired pages in Access permissions tab

NPM

{
  "mcpServers": {
    "buildin": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "buildout-mcp"
      ],
      "env": {
        "BUILDIN_API_KEY": "<BUILD_ACCESS_TOKEN>"
      }
    }
  }
}

Clone and build:

git clone https://github.com/wellwineo/buildout-mcp
cd buildout-mcp
npm ci
npm run build

Configure mcp server:

{
  "mcpServers": {
    "buildin": {
      "type": "stdio",
      "command": "node",
      "args": [
        "/path/to/buildout-mcp/dist/app.js"
      ],
      "env": {
        "BUILDIN_API_KEY": "<BUILD_ACCESS_TOKEN>"
      }
    } 
  }
}

License

MIT License

from github.com/wellWINeo/buildout-mcp

Install Buildout in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install buildout-mcp

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add buildout-mcp -- npx -y buildout-mcp

FAQ

Is Buildout MCP free?

Yes, Buildout MCP is free — one-click install via Unyly at no cost.

Does Buildout need an API key?

No, Buildout runs without API keys or environment variables.

Is Buildout hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Buildout in Claude Desktop, Claude Code or Cursor?

Open Buildout on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Buildout with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs