Buildout
FreeNot checkedAn efficient MCP server for Buildin.ai that provides readonly access to search and retrieve full text of pages.
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 contentpermission BUILDIN_API_KEYis the Authorization token- Also grant integration access to desired pages in
Access permissionstab
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
Install Buildout in Claude Desktop, Claude Code & Cursor
unyly install buildout-mcpInstalls 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-mcpFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Buildout with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
