buildbear-mcp

DiscRisknBisque/buildbear-mcp

3.1

If you are the rightful owner of buildbear-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The BuildBear MCP Server enables supported LLMs to interact with the BuildBear API through tool calls, facilitating seamless integration with the Sandbox and Explorer APIs.

BuildBear MCP Server

This MCP server allows supported LLMs like Anthropic Claude, OpenAI GPT-4o, and more to use the BuildBear API via tool calls. The documented Sandbox API and Explorer API are implemented.

Setup

To test out the MCP server with Claude desktop:

  1. Export your BuildBear API key from a key.js file in the src directory (see limitations below).
  2. Run npm run build.
  3. Configure Claude desktop as instructed here.

Limitations

This is not ready for production because we need to implement proper authentication (see MCP auth docs here). The API key is imported from a JS file becuase the TS compiler can't reference env variables at build time and the MCP server will also not read env variables at runtime.