Token导航 LogoToken导航TokenDH.com
Windmill MCP logo
AI代理未说明官方级别未说明来源级核验

Windmill MCP

MCP Server

通过MCP(模型上下文协议)工具提供完整的Windmill API访问,利用Windmill的OpenAPI规范实现自动生成和版本管理。

工具数

0

提示词数

0

GitHub Stars

0

资源数

0
API集成版本管理JavaScriptClaudeClaude DesktopClaude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

rothnic

提供方

rothnic

最后核验

2026/5/17 20:19

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

Windmill MCP Server

![CI Tests](https://github.com/rothnic/windmill-mcp/actions/workflows/ci.yml) ![Update MCP Server](https://github.com/rothnic/windmill-mcp/actions/workflows/update-mcp-server.yml)

Provides complete Windmill API access through MCP (Model Context Protocol) tools by leveraging Windmill's OpenAPI specification.

📘 New to this project? Check out the Quick Start Guide for a step-by-step introduction.

Features

  • 500+ API Tools: Complete Windmill API coverage through MCP
  • Auto-Generated: Stays in sync with latest Windmill releases
  • Custom Overrides: Modifications persist across regenerations
  • Version Management: Automatic version matching with your Windmill instance
  • Comprehensive Testing: Unit and E2E tests against live Windmill

Quick Start

Installation

# Clone and build
git clone https://github.com/rothnic/windmill-mcp.git
cd windmill-mcp
npm install
npm run generate

See Installation Guide for detailed setup instructions.

Configuration

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "windmill": {
      "command": "node",
      "args": ["/absolute/path/to/windmill-mcp/src/runtime/index.js"],
      "env": {
        "WINDMILL_BASE_URL": "https://your-instance.windmill.dev",
        "WINDMILL_API_TOKEN": "your-api-token"
      }
    }
  }
}

OpenCode (.opencode/opencode.jsonc in your project):

{
  "mcp": {
    "windmill": {
      "type": "local",
      "command": ["node", "/absolute/path/to/windmill-mcp/src/runtime/index.js"],
      "environment": {
        "WINDMILL_BASE_URL": "https://your-instance.windmill.dev",
        "WINDMILL_API_TOKEN": "your-api-token"
      },
      "enabled": true
    }
  }
}

See Configuration Reference for all options.

Documentation

User Guides

Developer Documentation

Reference

Project Planning

Project Structure

windmill-mcp/
├── src/
│   ├── generator/      # OpenAPI spec fetching and generation orchestration
│   ├── overrides/      # Custom modifications that persist across generations
│   └── runtime/        # Runtime loader with version management
├── build/              # Generated MCP server code (gitignored)
├── tests/              # Test suite (unit and E2E)
├── docs/
│   ├── guides/         # User-facing guides
│   ├── development/    # Developer documentation
│   ├── reference/      # Technical references
│   └── planning/       # Project planning documents
└── scripts/            # Utility scripts

Development

Quick Development Setup

# Install dependencies
npm install

# Start local Windmill instance
npm run docker:dev

# Generate MCP server
npm run generate

# Run tests
npm test

See Development Setup for comprehensive instructions.

Common Commands

# Generation
npm run generate          # Complete generation workflow
npm run fetch-spec        # Fetch OpenAPI spec only

# Development
npm run dev              # Run the MCP server directly
npm run test:watch       # Run tests in watch mode

# Testing
npm test                 # Run all tests
npm run test:e2e        # E2E tests (requires Windmill)
npm run test:e2e:full   # Full E2E with automatic setup

# Docker
npm run docker:dev      # Start Windmill for development
npm run docker:logs     # View Windmill logs
npm run docker:clean    # Clean all data

# Quality
npm run lint            # Lint code
npm run validate        # Run all validations

Automated Releases

New Windmill versions are automatically published via GitHub Actions:

  • Weekly Schedule: Mondays at midnight UTC
  • Manual Trigger: Run workflow in GitHub Actions
  • Auto-Testing: E2E tests before release
  • Version Tagging: windmill-v{version}-mcp-{package}

See Usage Guide for details.

Contributing

We welcome contributions! Please see:

License

MIT - see LICENSE

Resources

Status

Current Version: 0.1.0 (Pre-release)

  • ✅ Complete API coverage (500+ tools)
  • ✅ Automated version management
  • ✅ Comprehensive testing
  • ✅ CI/CD pipeline
  • ⏳ NPM package publication (coming soon)

See Project Status for detailed status.

目录标签

目录标签

API集成版本管理JavaScriptClaudeAPI工具本地部署Windmill集成MCP协议自动化生成

支持客户端

Claude DesktopClaude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

token

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明token部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP