buildtools-mcp

desrocpr/buildtools-mcp
★ 0 stars TypeScript 🤖 AI/LLM Updated today
MCP server for BuildTools (moss.buildtools.app) — exposes BuildTools data to Claude Desktop and other MCP agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "buildtools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "desrocpr/buildtools-mcp"
      ]
    }
  }
}

README Excerpt

MCP server for BuildTools (third-party construction PM SaaS at `moss.buildtools.app`). Exposes BuildTools data + operations as tools/resources to Claude Desktop and other MCP-aware agents. **Status:** scaffolding — Phase 1 (foundation) is the next issue to ship. See Linear project [BuildTools MCP](https://linear.app/mossbd/project/buildtools-mcp).