Skip to content

Commit 499dd11

Browse files
claude[bot]windmill-internal-app[bot]centdixhcourdent
authored
docs: add API endpoints information to MCP documentation (#1062)
* docs: add API endpoints information to MCP documentation Add information about MCP''s access to Windmill API endpoints for basic operations on jobs, scripts, flows, resources, variables, schedules, and workers. Closes #1061 Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> * docs: update MCP API endpoints list with improved descriptions and backlinks - Remove Scripts and Flows from API endpoints list - Add backlinks to Jobs, Resources, Variables, Schedules, and Workers concept pages - Improve descriptions based on actual concept documentation to be more specific and technical Co-authored-by: centdix <[email protected]> * docs: add changelog entry for MCP API endpoints documentation Co-authored-by: centdix <[email protected]> * docs: update changelog to focus on MCP API endpoints capabilities Updated the changelog entry to highlight the MCP functionality improvements rather than the documentation additions, focusing on the API endpoints that enable programmatic workspace management. Co-authored-by: centdix <[email protected]> * fix --------- Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com> Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com> Co-authored-by: centdix <[email protected]> Co-authored-by: centdix <[email protected]> Co-authored-by: Henri Courdent <[email protected]>
1 parent e008b1d commit 499dd11

File tree

2 files changed

+20
-1
lines changed
  • changelog/2025-08-08-mcp-api-endpoints-docs
  • docs/core_concepts/51_mcp

2 files changed

+20
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
slug: mcp-api-endpoints
3+
title: Call Windmill API through MCP
4+
version: v1.520.0
5+
tags: ['MCP']
6+
description: Windmill's MCP integration now provides API endpoints for comprehensive workspace management, enabling programmatic control of Jobs, Resources, Variables, Schedules, and Workers through the Model Context Protocol.
7+
features:
8+
[
9+
'Add access to the windmill API through the MCP server',
10+
]
11+
docs: /docs/core_concepts/mcp
12+
---

docs/core_concepts/51_mcp/index.mdx

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

33
Windmill supports the [**Model Context Protocol (MCP)**](https://modelcontextprotocol.io/introduction), an open standard that enables seamless interaction between LLMs and tools like Windmill.
44

5-
With MCP, you can connect your favorite LLMs (like [Claude](https://claude.ai/download), [Cursor](https://www.cursor.com), or any [MCP compatible client](https://modelcontextprotocol.io/clients)) to Windmill, allowing you to trigger scripts and flows by chatting with them.
5+
With MCP, you can connect your favorite LLMs (like [Claude](https://claude.ai/download), [Cursor](https://www.cursor.com), or any [MCP compatible client](https://modelcontextprotocol.io/clients)) to Windmill, allowing you to trigger your scripts and flows from your client chat.
6+
7+
Additionally, MCP provides access to Windmill's API endpoints for basic operations on:
8+
- **[Jobs](../20_jobs/index.mdx)** - Monitor and manage [job](../20_jobs/index.mdx) executions, including tracking their progress, retrieving logs, and viewing execution results
9+
- **[Resources](../3_resources_and_types/index.mdx)** - Create, read, update, and delete [resources](../3_resources_and_types/index.mdx) for third-party system connections like databases and APIs
10+
- **[Variables](../2_variables_and_secrets/index.mdx)** - Manage workspace [variables and secrets](../2_variables_and_secrets/index.mdx) for secure credential storage and configuration management
11+
- **[Schedules](../1_scheduling/index.mdx)** - Control [scheduled executions](../1_scheduling/index.mdx) with CRON-like automation for scripts and flows
12+
- **[Workers](../9_worker_groups/index.mdx)** - Monitor [worker status and configuration](../9_worker_groups/index.mdx), including worker groups and resource allocation
613

714
<iframe
815
style={{ aspectRatio: '16/9' }}

0 commit comments

Comments
 (0)