# Process Street MCP Server [Health: Active]

**Category:** 🏢 Workplace & Productivity  
**Repository:** https://github.com/process-street/process-street-mcp  
**GitHub Stars:** 0  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/process-street-mcp-server

## Description
Connect AI clients to Process Street workflows, workflow runs, tasks, users, data sets, and operational records through a hosted remote MCP server.

## Claude Desktop Quick Installation
Remote MCP endpoint (confidence: high). Install path detected from listing signals. Add as a URL/SSE server in your client:

```json
"mcpServers": {
  "process-street-mcp-server": {
    "url": "https://mcp.process.st/"
  }
}
```

## Documentation & README

# Process Street MCP Server

Process Street's hosted Model Context Protocol server connects compatible AI clients to Process Street workflows, workflow runs, tasks, users, data sets, and operational records.

This repository contains the public discovery metadata for the hosted server. It does not contain the server implementation.

## Connect

Use this remote server URL in an MCP client:

```text
https://mcp.process.st/
```

The server uses Streamable HTTP. Compatible clients can use the interactive authorization flow. Process Street API keys can also be supplied as bearer tokens where the client supports custom authentication.

See the [Process Street MCP Server guide](https://www.process.st/help/docs/mcp-server/) for setup instructions for supported clients.

## Capabilities and access

The server exposes Process Street operations as MCP tools. Depending on the connected user's permissions, these tools can help an AI client:

- Find and work with workflows, workflow runs, tasks, users, and data sets
- Create and manage workflow runs and assigned tasks
- Produce reports and summaries from Process Street data
- Analyze operational records available to the connected user

Access remains subject to the user's Process Street permissions. Organizations that require SAML SSO are not currently supported by the documented MCP connection flow.

## Registry metadata

[`server.json`](https://github.com/process-street/process-street-mcp/blob/HEAD/server.json) is published in the [Official MCP Registry](https://modelcontextprotocol.io/registry/about) as `io.github.process-street/process-street-mcp` version `1.0.0`.

- [Official Registry API record, v0.1](https://registry.modelcontextprotocol.io/v0.1/servers?search=io.github.process-street%2Fprocess-street-mcp)
- [Official Registry API record, v0](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.process-street%2Fprocess-street-mcp)

Published Registry versions are immutable. Any metadata correction must use a new unique version.

## Resources

- [MCP Server documentation](https://www.process.st/help/docs/mcp-server/)
- [Process Street Help Center](https://www.process.st/help/)
- [Security](https://www.process.st/security/)
- [Privacy policy](https://www.process.st/privacy/)
- [Terms of service](https://www.process.st/terms/)
- [Contact Process Street](https://www.process.st/contact/)

## Repository scope

Issues and pull requests in this repository should concern public discovery metadata or its documentation. Product support and security matters should use the official resources above.

