Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
npx claudepluginhub pamf2/openclaw-constructionCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"procore": {
"command": "npx",
"args": [
"-y",
"procore-mcp"
],
"env": {
"PROCORE_CLIENT_ID": "",
"PROCORE_COMPANY_ID": "",
"PROCORE_ACCESS_TOKEN": "<your-procore-access-token>",
"PROCORE_CLIENT_SECRET": "<your-procore-client-secret>",
"PROCORE_REFRESH_TOKEN": "<your-procore-refresh-token>"
}
}
}
}Replace placeholder values for: PROCORE_CLIENT_SECRET, PROCORE_ACCESS_TOKEN, PROCORE_REFRESH_TOKEN
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
PROCORE_CLIENT_ID=PROCORE_COMPANY_ID=PROCORE_ACCESS_TOKEN=PROCORE_CLIENT_SECRET=PROCORE_REFRESH_TOKEN=Sensitive values you must provide — never committed to source control
Share bugs, ideas, or general feedback.