Back to MCP Servers

Procore

MCP server exposing the full Procore REST API (2,636 endpoints) for construction project management. Includes 7 discovery and execution tools covering projects, RFIs, submittals, daily logs, budgets, and more. Single-user OAuth with auto-refresh.

product-managementapirestai

Installation

npx -y procore-mcp-server

Configuration

{
  "mcpServers": {
    "procore-mcp-server": {
      "command": "npx",
      "args": ["-y", "procore-mcp-server"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub