Back to Browse

Working Machines MCP Server

by Klei30
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Connect to 1,400+ apps and 15,000+ actions through one OAuth-protected MCP server.

About

Connect to 1,400+ apps and 15,000+ actions through one OAuth-protected MCP server.

Remote endpoints: streamable-http: https://app.workingmachines.dev/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified ยท Requires authentication ยท 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "io-github-klei30-working-machines": {
      "url": "https://app.workingmachines.dev/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Working Machines MCP Server for Cursor

Official Cursor plugin repository for Working Machines.

Connect Cursor to 1,400+ apps and 15,000+ machine-ready tools remotely through one secure, hosted Model Context Protocol (MCP) server.


Remote Access to 1,400+ Apps & 15,000+ Tools

Working Machines provides the application layer for AI agents. Through a single remote MCP connection (https://app.workingmachines.dev/mcp), your agent gets instant access to 1,400+ integrations and 15,000+ structured actions across:

  • Team Collaboration: Slack, Gmail, Google Workspace, Microsoft Teams, Notion
  • Development & Cloud: GitHub, GitLab, Sentry, Jira, AWS, Vercel, Datadog
  • Projects & Productivity: Linear, Asana, Trello, ClickUp, Monday.com
  • Commerce & CRM: Salesforce, HubSpot, Stripe, Shopify, Zendesk
  • Data & Analytics: Snowflake, BigQuery, PostgreSQL, Airtable, Pinecone

Safety & Security Architecture

Working Machines is engineered from the ground up for safe, enterprise-grade AI execution:

๐Ÿ›ก๏ธ 1. Your Credentials Are Not Context

  • Zero Local Secret Storage: API keys, OAuth tokens, and secret credentials stay behind the Working Machines execution boundary.
  • Context Protection: Credentials never enter your Cursor chat context, prompt buffers, or local workspace files.

๐Ÿ”’ 2. Scoped Capabilities & Policy Enforcement

  • Intent-Based Access: Agents discover only the minimal actions required for the task at hand rather than loading full provider schemas.
  • Provider-Native Scopes: Connect accounts once with provider-bound permissions (e.g. create issues only).
  • Execution Policies: Allow, reject, or require approval for actions before any call leaves the execution boundary.

๐Ÿ“‹ 3. Verifiable & Auditable Run History

  • Structured Proof: Every action execution produces a structured, redacted, and auditable record.
  • Execution Visibility: Tracks who acted, which connection was used, what changed, timing, and policy decisions for complete transparency.

Repository Structure

This repository follows the official Cursor plugin marketplace format:

working-machines/
โ”œโ”€โ”€ .cursor-plugin/
โ”‚   โ””โ”€โ”€ marketplace.json
โ”œโ”€โ”€ plugins/
โ”‚   โ””โ”€โ”€ working-machines/
โ”‚       โ”œโ”€โ”€ .cursor-plugin/
โ”‚       โ”‚   โ””โ”€โ”€ plugin.json
โ”‚       โ”œโ”€โ”€ assets/
โ”‚       โ”‚   โ””โ”€โ”€ logo.png
โ”‚       โ”œโ”€โ”€ skills/
โ”‚       โ”‚   โ””โ”€โ”€ working-machines/
โ”‚       โ”‚       โ””โ”€โ”€ SKILL.md
โ”‚       โ”œโ”€โ”€ mcp.json
โ”‚       โ””โ”€โ”€ README.md
โ”œโ”€โ”€ scripts/
โ”‚   โ””โ”€โ”€ validate-template.mjs
โ”œโ”€โ”€ README.md
โ”œโ”€โ”€ CHANGELOG.md
โ”œโ”€โ”€ LICENSE
โ”œโ”€โ”€ NOTICE
โ””โ”€โ”€ .gitignore

Agent Workflow

Cursor agents follow the Working Machines discovery and execution sequence:

list_apps
      โ†“
list_connections
      โ†“
search_actions
      โ†“
get_action_guide
      โ†“
execute_action
      โ†“
verify result
  1. list_apps: Discover available applications and tool integrations.
  2. list_connections: Verify active account authorizations and permissions.
  3. search_actions: Find machine actions by intent.
  4. get_action_guide: Retrieve validated schemas and input parameters.
  5. execute_action: Execute the action securely behind the boundary.
  6. Verify Result: Audit the structured execution response.

Validation

Verify repository manifest and component compliance:

node scripts/validate-template.mjs

Documentation & Links


License & Notice

  • Open-source plugin wrapper licensed under the MIT License.
  • See the NOTICE file regarding proprietary hosted infrastructure details.

Reviews

No reviews yet

Be the first to review this server!