CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Antwork

iker-gonzalez/antwork.io
38 toolsHTTPregistry active
Summary

Connects Claude to Antwork's social media management API so you can draft, schedule, and publish posts across your connected social accounts without leaving the conversation. You get direct access to post creation, scheduling controls, and publishing operations for your workspace's social channels. Reach for this when you're iterating on social content with Claude and want to push it live immediately or queue it up for later without copying into a separate tool. The streamable HTTP transport means it works through Antwork's hosted API rather than running locally.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

38 tools
whoamiGet the current authenticated user's profile. Returns user ID, email, display name, subscription status, and the persisted default workspace (if set).

Get the current authenticated user's profile. Returns user ID, email, display name, subscription status, and the persisted default workspace (if set).

No parameter schema in public metadata yet.

list_workspacesList all workspaces the authenticated user belongs to. Call this first if you need to know which workspaces are available. If the user has only one workspace, other tools auto-select it. Each entry is flagged with `isDefault: true` when it matches the user's persisted default...

List all workspaces the authenticated user belongs to. Call this first if you need to know which workspaces are available. If the user has only one workspace, other tools auto-select it. Each entry is flagged with `isDefault: true` when it matches the user's persisted default...

No parameter schema in public metadata yet.

set_default_workspacePin (or clear) the user's default workspace for subsequent tool calls. Pass a workspace ID or name to PIN: every workspace-scoped tool called without an explicit `workspace_id` thereafter resolves to this workspace — instead of erroring out with "multiple workspaces". Use this...1 params

Pin (or clear) the user's default workspace for subsequent tool calls. Pass a workspace ID or name to PIN: every workspace-scoped tool called without an explicit `workspace_id` thereafter resolves to this workspace — instead of erroring out with "multiple workspaces". Use this...

Parameters* required
workspace_idvalue
create_workspaceCreate a new workspace owned by the authenticated user. Use this when the user wants a separate brand / client / project space — each workspace has its own connected social accounts, voice profiles, posts, and media library. Subsequent tool calls can target the new workspace b...1 params

Create a new workspace owned by the authenticated user. Use this when the user wants a separate brand / client / project space — each workspace has its own connected social accounts, voice profiles, posts, and media library. Subsequent tool calls can target the new workspace b...

Parameters* required
namestring
list_postsRetrieve recent posts from a workspace. Results are pre-sorted scheduled → draft → published → failed. Within scheduled, the closest publish appears first (so the user sees "what's about to go live" at the top); other groups are newest-first. The posts-table iframe paginates c...3 params

Retrieve recent posts from a workspace. Results are pre-sorted scheduled → draft → published → failed. Within scheduled, the closest publish appears first (so the user sees "what's about to go live" at the top); other groups are newest-first. The posts-table iframe paginates c...

Parameters* required
limitinteger
default: 50
statusvalue
workspace_idvalue
list_social_accountsList the social media accounts currently connected to the workspace. Text-only and fast — this does NOT render the connections panel iframe. Use it to answer account questions and to confirm target platforms are connected before drafting / scheduling / publishing. When the use...1 params

List the social media accounts currently connected to the workspace. Text-only and fast — this does NOT render the connections panel iframe. Use it to answer account questions and to confirm target platforms are connected before drafting / scheduling / publishing. When the use...

Parameters* required
workspace_idvalue
disconnect_social_accountDisconnect a connected social media account (SOFT DELETE). This is a soft-delete — the social_accounts doc stays in Firestore with `isActive: false`. Nothing on the user's social platform is touched: no OAuth revocation, no app uninstall, no post deletion. The user's posts and...2 params

Disconnect a connected social media account (SOFT DELETE). This is a soft-delete — the social_accounts doc stays in Firestore with `isActive: false`. Nothing on the user's social platform is touched: no OAuth revocation, no app uninstall, no post deletion. The user's posts and...

Parameters* required
account_idstring
workspace_idvalue
get_connection_urlsOpen the connections panel to connect, disconnect, or re-auth accounts. This renders the interactive connections-panel iframe (connect grid + per-account reauth / disconnect controls) and returns OAuth connect URLs per platform. Call this whenever the user wants to MANAGE conn...1 params

Open the connections panel to connect, disconnect, or re-auth accounts. This renders the interactive connections-panel iframe (connect grid + per-account reauth / disconnect controls) and returns OAuth connect URLs per platform. Call this whenever the user wants to MANAGE conn...

Parameters* required
workspace_idvalue
fetch_platform_postsFetch recent posts from connected social media platforms. Retrieves actual published posts from your social accounts (not just Antwork drafts), including text, engagement metrics, publish date, and permalink. Useful for understanding what you've been posting and what's perform...4 params

Fetch recent posts from connected social media platforms. Retrieves actual published posts from your social accounts (not just Antwork drafts), including text, engagement metrics, publish date, and permalink. Useful for understanding what you've been posting and what's perform...

Parameters* required
platformvalue
max_postsinteger
default: 10
account_idvalue
workspace_idvalue
get_workspace_settingsGet the workspace's configuration: name, default posting schedule, timezone, and connected platforms. Use this to discover the workspace's preferred posting times and timezone before suggesting schedule slots, or to confirm which platforms the user has selected as their primar...1 params

Get the workspace's configuration: name, default posting schedule, timezone, and connected platforms. Use this to discover the workspace's preferred posting times and timezone before suggesting schedule slots, or to confirm which platforms the user has selected as their primar...

Parameters* required
workspace_idvalue
prepare_voice_analysisStep 1 of voice-profile extraction. Returns the posts + schema YOU (the host LLM) should analyze yourself, then write back via `save_voice_analysis`. USE THIS WHEN: `get_post_context` returned `voiceStale: true` (or null voice) and you're about to draft a post for that account...4 params

Step 1 of voice-profile extraction. Returns the posts + schema YOU (the host LLM) should analyze yourself, then write back via `save_voice_analysis`. USE THIS WHEN: `get_post_context` returned `voiceStale: true` (or null voice) and you're about to draft a post for that account...

Parameters* required
platformstring
max_postsinteger
default: 50
account_idvalue
workspace_idvalue
save_voice_analysisStep 2 of voice-profile extraction. Persists the analysis you produced in response to `prepare_voice_analysis`. Call this with EXACTLY the `accountId` returned by prepare_voice_analysis and an `analysis` object matching the `schema` from that call. The server validates the sha...4 params

Step 2 of voice-profile extraction. Persists the analysis you produced in response to `prepare_voice_analysis`. Call this with EXACTLY the `accountId` returned by prepare_voice_analysis and an `analysis` object matching the `schema` from that call. The server validates the sha...

Parameters* required
analysisobject
account_idstring
post_countvalue
workspace_idvalue
get_post_contextOne-stop drafting bundle: brand identity, voice, and recent posts. Call this BEFORE writing a post. It returns everything the model needs to produce on-brand, on-tone copy for a specific (workspace, platform, account) target in a single round-trip: - `workspace`: name, website...3 params

One-stop drafting bundle: brand identity, voice, and recent posts. Call this BEFORE writing a post. It returns everything the model needs to produce on-brand, on-tone copy for a specific (workspace, platform, account) target in a single round-trip: - `workspace`: name, website...

Parameters* required
platformstring
account_idvalue
workspace_idvalue
get_performanceGet lifetime engagement totals per published post, as a tabular result. Returns a BigQuery-style payload: - `schema.fields`: column definitions (name, type, mode) - `rows`: one row per published post with lifetime metrics - `rowCount`: number of rows - `summary`: range totals...2 params

Get lifetime engagement totals per published post, as a tabular result. Returns a BigQuery-style payload: - `schema.fields`: column definitions (name, type, mode) - `rows`: one row per published post with lifetime metrics - `rowCount`: number of rows - `summary`: range totals...

Parameters* required
limitinteger
default: 30
workspace_idvalue
refresh_post_metricsFetch fresh engagement metrics from each post's platform, RIGHT NOW. Unlike get_performance / get_post (which read cached numbers refreshed by a 6-hour cron), this tool hits the platform APIs live and writes the result back to Firestore. Use it when freshness matters: - "How's...2 params

Fetch fresh engagement metrics from each post's platform, RIGHT NOW. Unlike get_performance / get_post (which read cached numbers refreshed by a 6-hour cron), this tool hits the platform APIs live and writes the result back to Firestore. Use it when freshness matters: - "How's...

Parameters* required
post_idsvalue
workspace_idvalue
get_engagement_historyGet historical per-day engagement, as a tabular result. Returns a BigQuery-style payload in *long format* — one row per (date, platform) tuple, plus an "all" platform aggregate row per date. The host LLM can chart this directly (line per platform, stacked bars, pie of platform...2 params

Get historical per-day engagement, as a tabular result. Returns a BigQuery-style payload in *long format* — one row per (date, platform) tuple, plus an "all" platform aggregate row per date. The host LLM can chart this directly (line per platform, stacked bars, pie of platform...

Parameters* required
daysinteger
default: 30
workspace_idvalue
get_postGet a single post by ID, including aggregated and per-platform metrics. Returns the post content, target platforms, status, and the latest LIFETIME engagement metrics: - `metrics`: aggregated totals across all platforms ({likes, comments, shares, impressions}) - `platformMetri...2 params

Get a single post by ID, including aggregated and per-platform metrics. Returns the post content, target platforms, status, and the latest LIFETIME engagement metrics: - `metrics`: aggregated totals across all platforms ({likes, comments, shares, impressions}) - `platformMetri...

Parameters* required
post_idstring
workspace_idvalue
get_post_historyGet the per-day historical metrics for a single post, as a tabular result. Returns a BigQuery-style payload in *long format* — one row per (date, platform) tuple. Both cumulative lifetime totals and the daily delta (engagement earned that day) are included as columns so the ho...3 params

Get the per-day historical metrics for a single post, as a tabular result. Returns a BigQuery-style payload in *long format* — one row per (date, platform) tuple. Both cumulative lifetime totals and the daily delta (engagement earned that day) are included as columns so the ho...

Parameters* required
daysvalue
post_idstring
workspace_idvalue
get_optimal_posting_timesGet the workspace's preferred posting times, timezone, and selected accounts per platform. Returns the schedule the user configured (e.g. ["09:00", "18:00"] in their timezone) plus the per-platform account selections. Use this when scheduling a post to pick a time that aligns...1 params

Get the workspace's preferred posting times, timezone, and selected accounts per platform. Returns the schedule the user configured (e.g. ["09:00", "18:00"] in their timezone) plus the per-platform account selections. Use this when scheduling a post to pick a time that aligns...

Parameters* required
workspace_idvalue
create_postCreate a draft post bound to ONE social account. The post is saved as a DRAFT only — to actually schedule or publish, call schedule_post or publish_post with the returned postId. Single-account model (IMPORTANT — read carefully): - Each call creates ONE draft for ONE specific...8 params

Create a draft post bound to ONE social account. The post is saved as a DRAFT only — to actually schedule or publish, call schedule_post or publish_post with the returned postId. Single-account model (IMPORTANT — read carefully): - Each call creates ONE draft for ONE specific...

Parameters* required
goalvalue
textstring
hashtagsvalue
user_tagsvalue
account_idstring
campaign_idvalue
workspace_idvalue
scheduled_forvalue
update_postUpdate an existing post. Posts are single-account. To switch the target account, pass `account_id` and we re-bind the post (the platform is re-derived from the new account). There is no per-platform text variant — if the user wants the same idea on a different account with dif...9 params

Update an existing post. Posts are single-account. To switch the target account, pass `account_id` and we re-bind the post (the platform is re-derived from the new account). There is no per-platform text variant — if the user wants the same idea on a different account with dif...

Parameters* required
goalvalue
textvalue
statusvalue
post_idstring
hashtagsvalue
account_idvalue
campaign_idvalue
workspace_idvalue
scheduled_forvalue
delete_postDelete a post from the workspace. Drafts and scheduled posts are hard-deleted. Published posts are soft-deleted by default (the post is hidden from lists but metrics history is preserved); pass preserve_analytics=False to hard-delete a published post instead. Args: post_id: Th...4 params

Delete a post from the workspace. Drafts and scheduled posts are hard-deleted. Published posts are soft-deleted by default (the post is hidden from lists but metrics history is preserved); pass preserve_analytics=False to hard-delete a published post instead. Args: post_id: Th...

Parameters* required
post_idstring
workspace_idvalue
preserve_analyticsvalue
delete_from_platformsvalue
publish_postPublish a draft post immediately to its target account. Call this after create_post to publish right away instead of scheduling for later. Waits for the publish to complete on every target platform (up to ~60s) and returns the live post URLs in `url` / `urls` / per-platform en...2 params

Publish a draft post immediately to its target account. Call this after create_post to publish right away instead of scheduling for later. Waits for the publish to complete on every target platform (up to ~60s) and returns the live post URLs in `url` / `urls` / per-platform en...

Parameters* required
post_idstring
workspace_idvalue
schedule_postSchedule a draft post for automatic publishing at a specific time. Call this after create_post to actually schedule the post. The post must exist and be bound to a social account. Args: post_id: The post ID returned by create_post. scheduled_for: ISO 8601 datetime (e.g. "2026-...3 params

Schedule a draft post for automatic publishing at a specific time. Call this after create_post to actually schedule the post. The post must exist and be bound to a social account. Args: post_id: The post ID returned by create_post. scheduled_for: ISO 8601 datetime (e.g. "2026-...

Parameters* required
post_idstring
workspace_idvalue
scheduled_forstring
retry_failed_postRetry a post that failed to publish. Args: post_id: The failed post ID to retry. workspace_id: Workspace ID or name. Optional if user has only one workspace.2 params

Retry a post that failed to publish. Args: post_id: The failed post ID to retry. workspace_id: Workspace ID or name. Optional if user has only one workspace.

Parameters* required
post_idstring
workspace_idvalue
duplicate_postDuplicate an existing post into a new draft, optionally retargeting it to a different social account and / or rewriting the copy. Single-account model: the new draft binds to ONE account. If `account_id` is omitted, the new draft keeps the source's account. To produce variants...5 params

Duplicate an existing post into a new draft, optionally retargeting it to a different social account and / or rewriting the copy. Single-account model: the new draft binds to ONE account. If `account_id` is omitted, the new draft keeps the source's account. To produce variants...

Parameters* required
textvalue
post_idstring
account_idvalue
campaign_idvalue
workspace_idvalue
list_mediaList media files in the workspace media library. Returns uploaded images, videos, and PDF documents with URLs that can be attached to posts. Use this to find existing media before creating posts for visual platforms like Instagram, TikTok, or Pinterest, or for LinkedIn documen...4 params

List media files in the workspace media library. Returns uploaded images, videos, and PDF documents with URLs that can be attached to posts. Use this to find existing media before creating posts for visual platforms like Instagram, TikTok, or Pinterest, or for LinkedIn documen...

Parameters* required
limitinteger
default: 30
cursorvalue
media_typevalue
workspace_idvalue
attach_mediaAttach media (images, videos, or PDFs) to an existing post. Sets the media URLs on the post. Use URLs from list_media or any Firebase Storage URL from the workspace. This replaces any existing media on the post. Required for publishing to visual platforms like Instagram, TikTo...3 params

Attach media (images, videos, or PDFs) to an existing post. Sets the media URLs on the post. Use URLs from list_media or any Firebase Storage URL from the workspace. This replaces any existing media on the post. Required for publishing to visual platforms like Instagram, TikTo...

Parameters* required
post_idstring
media_urlsarray
workspace_idvalue
upload_mediaAdd a file to the workspace media library from a public HTTPS URL. Antwork downloads the URL server-side and stores it. Use this for AI-generated content or anything else already reachable over HTTP. For LOCAL files (the user attached a screenshot, photo, video, etc.): NEVER r...3 params

Add a file to the workspace media library from a public HTTPS URL. Antwork downloads the URL server-side and stores it. Use this for AI-generated content or anything else already reachable over HTTP. For LOCAL files (the user attached a screenshot, photo, video, etc.): NEVER r...

Parameters* required
image_urlstring
mime_typestring
default: image/png
workspace_idvalue
upload_media_inlineIFRAME-INTERNAL. DO NOT CALL FROM CHAT. Used by the post-card "Add media" picker to send file bytes over the MCP RPC channel (postMessage → tools/call) without touching the LLM's transcript. The LLM must NEVER call this tool. Passing a large base64 string as a tool argument ba...5 params

IFRAME-INTERNAL. DO NOT CALL FROM CHAT. Used by the post-card "Add media" picker to send file bytes over the MCP RPC channel (postMessage → tools/call) without touching the LLM's transcript. The LLM must NEVER call this tool. Passing a large base64 string as a tool argument ba...

Parameters* required
mime_typestring
default: image/png
image_base64string
workspace_idvalue
from_ui_bridgeboolean
default: false
thumbnail_base64value
request_upload_urlMint a short-lived signed PUT URL for a direct upload to GCS. PREREQUISITE: do NOT call this until you have a tool response showing `hostSupportsUi: false` (typically from a prior `get_post(post_id)` or `get_post_context` call). On UI hosts (claude.ai web / desktop, where `hos...3 params

Mint a short-lived signed PUT URL for a direct upload to GCS. PREREQUISITE: do NOT call this until you have a tool response showing `hostSupportsUi: false` (typically from a prior `get_post(post_id)` or `get_post_context` call). On UI hosts (claude.ai web / desktop, where `hos...

Parameters* required
byte_sizeinteger
mime_typestring
workspace_idvalue
register_uploaded_mediaValidate a signed-PUT upload and register it in the workspace media library. Second half of the LLM-on-CLI upload flow. Call this AFTER a successful curl PUT against the URL from `request_upload_url`. Verifies the GCS object exists, matches the declared mime + size, attaches a...5 params

Validate a signed-PUT upload and register it in the workspace media library. Second half of the LLM-on-CLI upload flow. Call this AFTER a successful curl PUT against the URL from `request_upload_url`. Verifies the GCS object exists, matches the declared mime + size, attaches a...

Parameters* required
gcs_pathstring
byte_sizeinteger
mime_typestring
workspace_idvalue
attach_to_post_idvalue
get_mediaGet a single media item by ID. Returns the media URL, name, type, size, and upload date. Args: media_id: The media item ID. workspace_id: Workspace ID or name. Optional if user has only one workspace.2 params

Get a single media item by ID. Returns the media URL, name, type, size, and upload date. Args: media_id: The media item ID. workspace_id: Workspace ID or name. Optional if user has only one workspace.

Parameters* required
media_idstring
workspace_idvalue
delete_mediaDelete a media item from the workspace media library. This removes the Firestore record. The file in storage may still exist but will no longer appear in the media library. Args: media_id: The media item ID to delete. workspace_id: Workspace ID or name. Optional if user has on...2 params

Delete a media item from the workspace media library. This removes the Firestore record. The file in storage may still exist but will no longer appear in the media library. Args: media_id: The media item ID to delete. workspace_id: Workspace ID or name. Optional if user has on...

Parameters* required
media_idstring
workspace_idvalue
search_postsSearch posts by keyword, status, platform, or date range. Args: query: Search keyword to match against post text (case-insensitive). status: Filter by status: "draft", "scheduled", "published", or "failed". platform: Filter by platform (e.g., "linkedin", "x"). date_from: Filte...7 params

Search posts by keyword, status, platform, or date range. Args: query: Search keyword to match against post text (case-insensitive). status: Filter by status: "draft", "scheduled", "published", or "failed". platform: Filter by platform (e.g., "linkedin", "x"). date_from: Filte...

Parameters* required
limitinteger
default: 20
querystring
statusvalue
date_tovalue
platformvalue
date_fromvalue
workspace_idvalue
get_calendarGet scheduled and published posts as an interactive calendar view. Returns posts grouped by date, useful for seeing what's coming up and finding gaps in the content schedule. On supported clients this renders an interactive calendar UI. Args: date_from: Start date (ISO 8601, e...3 params

Get scheduled and published posts as an interactive calendar view. Returns posts grouped by date, useful for seeing what's coming up and finding gaps in the content schedule. On supported clients this renders an interactive calendar UI. Args: date_from: Start date (ISO 8601, e...

Parameters* required
date_tovalue
date_fromvalue
workspace_idvalue
update_workspace_identityUpdate the workspace's identity (name, website, logo). Only the provided fields are updated; others remain unchanged. Args: name: The workspace / brand name. website: Brand website URL. logo_url: URL to the brand logo image. workspace_id: Workspace ID or name. Optional if user...4 params

Update the workspace's identity (name, website, logo). Only the provided fields are updated; others remain unchanged. Args: name: The workspace / brand name. website: Brand website URL. logo_url: URL to the brand logo image. workspace_id: Workspace ID or name. Optional if user...

Parameters* required
namevalue
websitevalue
logo_urlvalue
workspace_idvalue
update_workspace_settingsUpdate workspace settings such as the default posting schedule. Only the provided fields are updated; others remain unchanged. Args: timezone: IANA timezone for scheduling, e.g. "Europe/Madrid", "America/New_York". preferred_times: List of preferred posting times in HH:MM form...3 params

Update workspace settings such as the default posting schedule. Only the provided fields are updated; others remain unchanged. Args: timezone: IANA timezone for scheduling, e.g. "Europe/Madrid", "America/New_York". preferred_times: List of preferred posting times in HH:MM form...

Parameters* required
timezonevalue
workspace_idvalue
preferred_timesvalue
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Automation & WorkflowsMedia & Entertainment
Registryactive
TransportHTTP
UpdatedJun 1, 2026
View on GitHub

Related Automation & Workflows MCP Servers

View all →
n8n Workflow Builder

makafeli/n8n-workflow-builder

AI assistant integration for n8n workflow automation through Model Context Protocol (MCP). Connect Claude Desktop, ChatGPT, and other AI assistants to n8n for natural language workflow management.
519
N8N

illuminaresolutions/n8n-mcp-server

MCP server implementation for n8n workflow automation
120
Make Mcp

danishashko/make-mcp

Unofficial MCP server for Make.com automation - build, validate & deploy scenarios via AI
5
n8n Manager MCP

lukisch/n8n-manager-mcp

MCP server for n8n workflow management -- view, create, sync and manage workflows via AI.
1
Airflow

io.github.us-all/airflow

Airflow MCP — list DAGs/runs/task instances, tail logs, trigger and clear (write-gated)
Mcp Workflow

io.github.infoinlet-marketplace/mcp-workflow

Workflow automation for AI agents — browse 125 connectors + 234 templates, run via FluxTurn.