Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and
Buildable mcp server connects Buildable to AI assistants that speak the Model Context Protocol. Official MCP server for Buildable AI-powered development platform. Enables AI assistants to manage tasks, track progress, get project context, and collaborate with humans on software projects.
This package enables AI assistants (Claude, GPT, etc.) to work directly with Buildable projects using the Model Context Protocol (MCP). AI assistants can get project context, manage tasks, track progress, and communicate with human developers.
Once connected, the assistant can call these 3 tools directly:
BuildPlannerMCPClient — The main client class for interacting with Buildable projectsConstructor — The Constructor tool exposed by this serverMethods — The Methods tool exposed by this serverThe server is distributed via npm as @smithery/cli, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.
Before the server will start you need to supply 4 environment variables: BUILDABLE_API_KEY, BUILDABLE_PROJECT_ID, BUILDABLE_AI_ASSISTANT_ID, BUILDABLE_API_URL. Keep credentials in your client's env block or a secrets manager rather than committing them.
Developer-tool servers are usually the first ones people connect, because they turn "help me with this code" into an assistant that can actually read the repo and act on it. Buildable sits in that group, and the shape of its toolset — BuildPlannerMCPClient, Constructor, Methods — tells you what it is really for. Worth comparing against the other developer tools servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.
| Tool | What it does |
|---|---|
| BuildPlannerMCPClient | The main client class for interacting with Buildable projects. |
| Constructor | The Constructor tool exposed by this server. |
| Methods | The Methods tool exposed by this server. |
{
"mcpServers": {
"bldbl": {
"command": "npx",
"args": ["-y", "@smithery/cli"],
"env": {
"BUILDABLE_API_KEY": "your-value",
"BUILDABLE_PROJECT_ID": "your-value",
"BUILDABLE_AI_ASSISTANT_ID": "your-value",
"BUILDABLE_API_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| BUILDABLE_API_KEY | Credential the server authenticates with. | Yes |
| BUILDABLE_PROJECT_ID | Configuration value read at startup. | Optional |
| BUILDABLE_AI_ASSISTANT_ID | Configuration value read at startup. | Optional |
| BUILDABLE_API_URL | Endpoint or connection string the server talks to. | Yes |
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.