streamable-httpupdated 10d ago
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.
What can you do with Process Street?
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:
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 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 is published in the Official MCP Registry as io.github.process-street/process-street-mcp version 1.0.0.
Published Registry versions are immutable. Any metadata correction must use a new unique version.
Resources
- MCP Server documentation
- Process Street Help Center
- Security
- Privacy policy
- Terms of service
- Contact Process Street
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.
Install
Add Process Street to your client. Pick the one you use.
claude mcp add --transport http process-street https://mcp.process.st/codex mcp add process-street --url https://mcp.process.st/{
"mcpServers": {
"process-street": {
"url": "https://mcp.process.st/"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"process-street": {
"type": "http",
"url": "https://mcp.process.st/"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"process-street": {
"url": "https://mcp.process.st/"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"process-street": {
"serverUrl": "https://mcp.process.st/"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
60 / 100
Good
- Documentation17/25
- Maintenance19/25
- Trust9/20
- Capability3/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 3 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 29, 2026 |