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
By TylerIlunga
Installation
npx -y procore-mcp-serverConfiguration
{
"mcpServers": {
"procore-mcp-server": {
"command": "npx",
"args": ["-y", "procore-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes