Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 📋 Product Management
  3. Procore MCP Server
Procore MCP Server logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:15:50 PM

Procore MCP Server

User RatingsBe the first to rate and review this MCP server!
View Repository9 GitHub StarsTotal stargazers on GitHub for the source repository (9 stars).Visit Website
procoreconstructionproject-managementoauthrest-api

Exposes Procore’s REST API to MCP clients with OAuth, endpoint discovery, and construction project management operations.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

One-click editor setup isn’t available for this listing yet — we don’t have a confirmed install command, and we’d rather show nothing than point your editor at the wrong package or host. Follow the project’s own setup instructions, linked above.

Manual Client & Custom JSON ConfigExpand JSON ▾
No confirmed setup config for this listing yet. We only publish a config block when the install details come from the project itself — its README, its docs, or a verified owner. We haven’t found those for TylerIlunga/procore-mcp-server, and we’d rather show nothing than a guess you’d paste into your client. Follow the project’s own setup instructions for the current steps.
Install Directory Badge Claim listing Alternatives📋 More in Product Management

Overview

TylerIlunga/procore-mcp-server MCP server exposes Procore’s REST API to AI assistants through the Model Context Protocol. It builds an endpoint catalog from Procore’s OpenAPI specification, then provides discovery tools and a generic API-call tool for finding and invoking operations. OAuth authorization code flow handles authentication, stores tokens locally, and refreshes them when needed. Reach for it when an MCP client needs access to Procore projects, RFIs, submittals, daily logs, budgets, or other API resources.

Use cases

•Discover Procore endpoints for a project workflow
•Search Procore’s API by resource or operation
•Query and update construction project data
•Inspect endpoint parameters before making an API call

Key features

•OpenAPI-generated Procore endpoint catalog
•Seven discovery and execution tools
•OAuth authorization code flow
•Automatic token refresh
•Rate-limit and pagination handling
•Optional per-endpoint tool generation

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Procore MCP Server.

Extracted Tool Capabilities
OpenAPI-generated Procore endpoint catalog
Seven discovery and execution tools
OAuth authorization code flow
Automatic token refresh
Rate-limit and pagination handling
Optional per-endpoint tool generation

How Procore MCP Server works

What TylerIlunga/procore-mcp-server MCP server does

TylerIlunga/procore-mcp-server MCP server connects MCP-compatible assistants to Procore’s construction project management API. Its API surface is generated from Procore’s OpenAPI specification, covering operations across resources such as projects, RFIs, submittals, daily logs, and budgets. The repository describes coverage as the full Procore REST API rather than a small set of hand-written workflows.

At runtime, the default configuration exposes seven MCP tools. These tools let an assistant browse API categories, inspect endpoints, search endpoint names and descriptions, retrieve parameter schemas, make API requests, inspect authentication status, and set the active company or project configuration.

How it works

A build-time script parses Procore’s approximately 54 MB OpenAPI document into a compact catalog and separate endpoint detail files. Another script creates a manifest for the generated endpoint tools. The README reports 3,155 operations in the source specification and 2,929 generated tools after duplicate older-version paths are collapsed.

The default runtime keeps the advertised tool list small: assistants discover an endpoint and invoke it through procore_api_call. Setting PROCORE_TOOL_MODE=all enables the generated per-endpoint tool surface instead. The API coverage is intended to remain the same in both modes; the difference is the number and size of tool definitions presented to the client.

When an assistant calls Procore, the server maps the request to the selected endpoint, adds authentication headers, and handles rate limits and pagination. OAuth tokens are saved under ~/.procore-mcp/tokens.json and refreshed after expiration. Interactive OAuth endpoints are handled by the authentication command rather than being registered as normal generated tools, although they remain reachable through the generic API-call path.

Setup and configuration

Running TylerIlunga/procore-mcp-server MCP server requires Node.js 18 or newer, a Procore Developer Portal account, and a Procore OAuth application using the Authorization Code grant. The OAuth redirect URI must be set to http://localhost.

Clone the repository, install its npm dependencies, copy .env.example to .env, and provide the client ID, client secret, and company ID. The Procore OpenAPI file must also be downloaded from Procore’s API documentation and placed at specs/combined_OAS.json; it is not included in the repository because of its size. Run npm run build to generate the catalog and compile TypeScript, then run npm run auth to complete browser-based authorization. Start the compiled server with npm start.

Claude Desktop and Claude Code configurations invoke the compiled dist/src/index.js file with Node and pass the Procore credentials as environment variables. The README uses absolute local paths in those examples, so the path must be adapted to the checkout location.

Tools and capabilities

The default seven-tool interface includes:

  • procore_discover_categories for category names and endpoint counts.
  • procore_discover_endpoints for listing endpoints in a category.
  • procore_search_endpoints for full-text endpoint searches.
  • procore_get_endpoint_details for parameter schemas.
  • procore_api_call for executing Procore requests.
  • procore_get_config for configuration and authentication status.
  • procore_set_config for runtime company and project settings.

Limitations and notes

The OpenAPI specification is a required external input and is not bundled with the repository. Enabling all generated tools advertises roughly 4.7 MB of definitions, or about 1.2 million tokens, which may exceed current model context windows. Procore API access also depends on the permissions and resources available to the authenticated account. The project is licensed under MIT.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Product Management View all alternatives
  • Trello Desktop MCP logoTrello Desktop MCP

    Comprehensive Trello integration: 46 tools covering boards, cards, lists, labels, checklists, attachments, members, custom fields, and search. Read-only mode, image attachment

    📋 Product Management5 views
    Compare vs Trello Desktop MCP →
  • Redmine MCP Stdio logoRedmine MCP Stdio

    Search, read, create and update Redmine issues, projects and time entries from any MCP client. 12 tools with MCP safety annotations: full-text search, issue journals with attachments, comments and time tracking. npx -y redmine-mcp-stdio

    📋 Product Management2 views
    Compare vs Redmine MCP Stdio →
  • Saga MCP logoSaga MCP

    A Jira-like project tracker for AI agents with full hierarchy (Projects > Epics > Tasks > Subtasks), task dependencies with auto-block/unblock, threaded comments, reusable templates, activity logging, and a natural language dashboard. SQLite-backed, 31 tools.

    📋 Product Management2 views
    Compare vs Saga MCP →
  • Redmine MCP Stateless logoRedmine MCP Stateless

    Stateless Redmine MCP server. Credentials are passed per-request via HTTP headers and never stored on the server. Supports listing/creating/updating issues, full-text search across subjects, descriptions and comments, and editing journals (Redmine 5.0+). Deployable on RHEL (systemd) or Docker.

    📋 Product Management7 views
    Compare vs Redmine MCP Stateless →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

GitHub stars
9
Stargazers on the source repository.
Last commit
21d ago
Most recent push to the default branch.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Procore MCP Server

Clone the repository, run npm install, copy .env.example to .env, add Procore credentials, place the OpenAPI specification at specs/combined_OAS.json, and run npm run build.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewProcore MCP Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/tylerilunga-procore-mcp-server?style=directory)](https://allmcps.com/mcp/tylerilunga-procore-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/tylerilunga-procore-mcp-server"><img src="https://allmcps.com/api/badge/tylerilunga-procore-mcp-server?style=directory" alt="Procore MCP Server on AllMCPs" /></a>

Technical Specs & Signals

Category📋Product Management
PricingFree
More technical detailsExpand ▾
AuthOAuth
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
4/5 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars9
GitHub Star CountTotal stargazers on GitHub representing community popularity (9 stars).
Last commit21d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 21, 2026
48Quality signal: Fair · 48/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools20/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 📋 Product Management →Alternatives to Procore MCP Server →Install in Claude DesktopInstall in CursorInstall in VS Code