Process Street MCP Server

official

Process Street MCP Server. Connect AI agents to workflows, tasks, runs, datasets, and form fields via a hosted OAuth endpoint. Trigger compliance checklists, complete approvals, and pull audit-grade operational data. Works with Claude, Cursor, ChatGPT, Windsurf, Cline, and any MCP-compatible client. SOC 2, HIPAA, GDPR.

What can you do with Process Street MCP?

  • Create and assign workflow runs — Ask to start a new run of a specific workflow and assign it to a user, e.g., "create a run of Quarterly Access Review and assign to compliance manager."
  • Analyze workflow run bottlenecks — Find recent runs of a workflow and identify incomplete tasks causing delays.
  • Search and update Data Set records — Search Data Set records for criteria and update them, e.g., mark vendors as "Review" if not reviewed in 6 months.
  • Generate reports and summaries — Ask for summaries or reports based on Process Street data, such as workflow performance.

Documentation

Using Process Street’s MCP Server

Process Street offers a Model Context Protocol (MCP) server, accessible via app integration, which allows AI assistants and other applications to access your workflows, workflow runs, tasks, users, and data sets from outside the Process Street platform.

This server provides a way to interact with your Process Street organization through various AI platforms and tools that support MCP.

With this server, Process Street customers can:

  1. Access Process Street data from compatible AI applications
  2. Create and manage workflows runs & assign tasks
  3. Generate reports and summaries based on Process Street data
  4. Analyze Process Street data and get AI-powered suggestions

Example requests users could make from outside Process Street using the MCP:

  1. “Create a new run of the Quarterly Access Review workflow and assign it to the compliance manager [[email protected]], if it’s not already been assigned to someone”
  2. “Find the most recent Client Onboarding workflow runs and show me where there are bottlenecks from incomplete tasks”
  3. “Search Data Set records for active vendors and, if they haven’t been reviewed in the past 6 months, mark them as Review”

The MCP server supports most Process Street API endpoints as tools.

The MCP server uses your Process Street login credentials to access it. If you have SAML SSO enabled in your organization, MCP server is NOT supported for you at the moment.

Admins, Builders and Users can use the MCP server and can only interact with resources they have permissions to.

Requirements

A compatible MCP client, including:

  • Claude (claude.ai)
  • ChatGPT (available on Pro, Team, Business, Enterprise, and Edu plans)
  • Microsoft Copilot Studio
  • Or any other application that has implemented an MCP client

How to set up the MCP

Claude

Claude MCP connection

  • Log in to Process Street (If you are part of more than one organization, be sure to switch to the one you’d like to connect the MCP with)
  • Log in to Claude
  • Click the + button in your chat
  • Select Connectors, then select Manage connectors
  • Select Browse Connectors, then type Process Street into the search box
  • Click the + button to sign in with your Process Street credentials
  • Authorize the app and open Claude to finish

Browse connectors

ChatGPT

Note: MCP support in ChatGPT requires a Pro, Team, Business, Enterprise, or Edu plan.

  1. Log in to Process Street (if you are part of more than one organization, be sure to switch to the one you’d like to connect the MCP with)
  2. Log in to ChatGPT
  3. Go to Settings Connectors
  4. Select Add Connector and enter the Process Street MCP server URL
  5. Complete authentication with your Process Street credentials
  6. Once connected, Process Street tools are available in your ChatGPT conversations

Tip: ChatGPT asks you to confirm before executing any actions that modify data in Process Street (such as creating runs or updating tasks). Read-only actions like viewing workflows or pulling reports run without a confirmation prompt.

Microsoft Copilot Studio

  • Log in to Process Street (If you are part of more than one organization, be sure to switch to the one you’d like to connect the MCP with)
  • Log in to Copilot Studio
  • Create an Agent
  • Add a tool, select Model Context Protocol and search for Process Street MCP Server
  • Create a new connection
  • Complete authentication
  • Publish your Agent
  • Connect the channels you’d like to connect the MCP with

Other clients

Process Street’s MCP server works with any application that supports the Model Context Protocol. For clients we don’t offer a one-click connector for, add it as a remote MCP server and authenticate with a bearer token, using a Process Street API key as the token.

You’ll need two things:

Then add an Authorization: Bearer YOUR_API_KEY header to your client’s MCP configuration. Two common examples follow. Treat your API key like a password.

VS Code

Add the server to .vscode/mcp.json in your workspace, or open your user configuration with the MCP: Open User Configuration command. Using an input keeps the key out of the file: VS Code prompts for it once and stores it securely.

{
  "servers": {
    "process-street": {
      "type": "http",
      "url": "https://mcp.process.st/",
      "headers": {
        "Authorization": "Bearer ${input:ps-api-key}"
      }
    }
  },
  "inputs": [
    {
      "id": "ps-api-key",
      "type": "promptString",
      "description": "Process Street API key",
      "password": true
    }
  ]
}

Cursor

Add the server to ~/.cursor/mcp.json (available in every project) or .cursor/mcp.json (for a single project), then replace YOUR_API_KEY with your Process Street API key.

{
  "mcpServers": {
    "process-street": {
      "url": "https://mcp.process.st/",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

The same pattern, a remote MCP server with an Authorization: Bearer header, works for any other MCP client that supports remote servers.

If you’re using an MCP client that we don’t already support and need a hand, reach out to our support team.

Jump to section

Discover Process Street

Use Process Street to make your team processes fun, fast and faultless. We'll help you transform your team's static checklists into powerful interactive workflows!

Learn more about Process Street

[

YouTube videos

Deep dive into Process Street with our YouTube video series.

](https://www.youtube.com/channel/UCzQ7wReQLxZV-NndyXByfwQ "Process Street YouTube channel")[

Join a webinar

Effectively record, replicate, and replace your workflow!

](https://us02web.zoom.us/webinar/register/WN_NcqMImSlRCy5B4dv8Vig6Q "Join a webinar")[

See latest releases

Catch up on the latest releases and enhancements.

](https://www.process.st/help/blog/ "See latest releases")[

Join the community

Share with others about how you are using the app day to day.

](https://community.process.st/ "Join the community")