@mesheshq/mcp-server
OfficialManage HubSpot connections as an event routing destination, including mapping fields and triggering actions.
Manage Mailchimp connections as an event routing destination, including mapping fields and triggering actions.
Manage Salesforce connections as an event routing destination, including mapping fields and triggering actions.
Manage Slack connections as an event routing destination, including mapping fields and triggering actions.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@mesheshq/mcp-serveremit a payment event for order 12345"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@mesheshq/mcp-server
MCP server for Meshes — emit events, manage workspaces, create routing rules, and inspect deliveries from any MCP-compatible client.
Features
Emit Events — send product events (signups, payments, cancellations) to Meshes
Manage Workspaces — list and configure workspaces
Workspace Discovery — inspect available workspace event types and resources
Routing Rules — create and update event routing rules
Connections — manage integration connections (HubSpot, Salesforce, Slack, Mailchimp, etc.)
Delivery Status — inspect event delivery logs and retry status
Embedded Sessions — mint, list, refresh, and revoke workspace, dashboard, or resource-scoped sessions
Setup
Create a free Meshes account and create Machine Keys in the dashboard under Profile → API Keys.
Claude Code
claude mcp add meshes \
-e MESHES_ACCESS_KEY=your_access_key \
-e MESHES_SECRET_KEY=your_secret_key \
-e MESHES_ORG_ID=your_org_id \
-- npx -y @mesheshq/mcp-serverCursor
Open Cursor Settings → MCP → Add new global MCP server:
{
"mcpServers": {
"meshes": {
"command": "npx",
"args": ["-y", "@mesheshq/mcp-server"],
"env": {
"MESHES_ACCESS_KEY": "your_access_key",
"MESHES_SECRET_KEY": "your_secret_key",
"MESHES_ORG_ID": "your_organization_uuid"
}
}
}
}Claude Desktop
Open Claude Desktop → Settings → Developer → Edit Config:
{
"mcpServers": {
"meshes": {
"command": "npx",
"args": ["-y", "@mesheshq/mcp-server"],
"env": {
"MESHES_ACCESS_KEY": "your_access_key",
"MESHES_SECRET_KEY": "your_secret_key",
"MESHES_ORG_ID": "your_organization_uuid"
}
}
}
}Windsurf
Add to your Windsurf MCP configuration:
{
"mcpServers": {
"meshes": {
"command": "npx",
"args": ["-y", "@mesheshq/mcp-server"],
"env": {
"MESHES_ACCESS_KEY": "your_access_key",
"MESHES_SECRET_KEY": "your_secret_key",
"MESHES_ORG_ID": "your_organization_uuid"
}
}
}
}Security note: MCP config files contain your secret key. They live in your home directory (e.g.
~/.cursor/mcp.json), not your project repo. Never commit access keys or secret keys to version control.
Environment Variables
Variable | Required | Description |
| Yes | Machine access key from dashboard |
| Yes | Machine secret key from dashboard |
| Yes* | Organization UUID |
| Yes* | Alias for |
| No | API base URL (default: |
* Set either MESHES_ORG_ID or MESHES_ORGANIZATION_ID.
Available Tools
Tool | Description |
| Emit a product event to Meshes for routing and delivery |
| Emit up to 100 events in a single request |
| List all workspaces in the multi-tenant organization |
| Get details of a specific workspace |
| Create a new workspace |
| Update workspace properties |
| List connections scoped to a workspace |
| List event types configured for a workspace |
| List resources configured for a workspace |
| List workspace rules with optional event/resource filters |
| List connections across the organization |
| Get details of a connection |
| Create a new connection destination |
| Update connection configuration metadata |
| Delete a connection |
| Get available actions (destination endpoints) for a connection |
| Get destination field configuration for mappings |
| Get default mappings for a connection |
| Update default mappings for a connection |
| List all routing rules |
| Get details of a specific routing rule |
| Create an event routing rule mapping events to an action |
| Delete an event routing rule |
| List events across the organization with pagination |
| List events for a workspace with filtered criteria |
| Get event details with delivery status matrix |
| Get event details containing data payload |
| Retry a failed rule delivery |
| Get metadata about all supported integration types |
| Mint a workspace, dashboard, or resource-scoped embed session |
| List embedded sessions for a workspace with optional filters |
| Refresh an existing session token |
| Revoke an embedded session |
Development
git clone https://github.com/mesheshq/meshes-mcp-server.git
cd meshes-mcp-server
npm install
npm run build
npm testWhat is Meshes?
Meshes is a universal integration layer for SaaS applications. Emit product events once — signups, payments, form submissions — and Meshes routes them to CRMs, email tools, webhooks, and more with retries, fan-out, field mappings, and multi-tenant isolation built in.
Documentation
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mesheshq/meshes-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server