Workflow MCP Server

by tuanknguyen

1 stars
334 downloads
Not rated
GitHub

Description

# Workflow MCP Server A Python MCP server that guides agents through structured workflows. This server ensures agents follow predefined steps while maintaining flexibility in execution. ## Development Approach ### Package Management with UV This project exclusively uses…

About

# Workflow MCP Server A Python MCP server that guides agents through structured workflows. This server ensures agents follow predefined steps while maintaining flexibility in execution. ## Development Approach ### Package Management with UV This project exclusively uses [uv](https://github.com/astral-sh/uv) for all…

Details

Author
tuanknguyen
GitHub stars
1
Downloads
334
Categories
Other

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Workflow MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install using uv: create a virtual environment, activate it, and

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "workflow mcp server": {
            "workflow-mcp-server": {
                "command": "uv",
                "args": [
                    "venv"
                ]
            }
        }
    }
}

McpServers

{
    "workflow-mcp-server": {
        "command": "uv",
        "args": [
            "venv"
        ]
    }
}

Workflow MCP Server

A Python MCP server that guides agents through structured workflows. This server ensures agents follow predefined steps while maintaining flexibility in execution.

Development Approach

Package Management with UV

This project exclusively uses uv for all package management operations. Always use uv commands for:

- Virtual environment creation: uv venv
- Package installation: uv pip install
- Running Python scripts: uv run python script.py
- Running tests: uv run pytest
- Running the application: uv run workflow-mcp

UV provides faster, more reliable package management than traditional tools. If you don't have uv installed, follow instructions at https://github.com/astral-sh/uv

Installation

Setting up the environment

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.