wordware-mcp

by yuhuangou

191 downloads
Not rated
GitHub

About

The Wordware MCP server allows you to run your Wordware apps locally, integrating Wordware’s AI flows directly into your local development environment for easier testing and development.

Details

Author
yuhuangou
Downloads
191
Categories
Other

- Interactive installation with npx wordware-mcp
- Automatic discovery of Wordware app tools (no APP_IDs needed)
- Local API endpoint at http://localhost:9000/{WORDWARE_API_TOKEN}
- Command-line argument support for API key and port
- Automatic Claude Desktop configuration setup
- Hot reloading during development

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 wordware-mcp
    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

Run npx wordware-mcp for an interactive setup that prompts for your API key and optional Claude configuration. After configuration, start the server with npx wordware-mcp start. You can also install globally (npm install -g wordware-mcp) or pass arguments directly via command line (e.g., wordware-mcp --api-key your-api-key --port 3000).

Claude Desktop / Cursor

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

{
    "mcpServers": {
        "wordware-mcp": {
            "wordware-mcp": {
                "command": "npx",
                "args": [
                    "wordware-mcp"
                ]
            }
        }
    }
}

McpServers

{
    "wordware-mcp": {
        "command": "npx",
        "args": [
            "wordware-mcp"
        ]
    }
}

wordware-mcp

The Wordware MCP (Model Context Protocol) server allows you to run your Wordware apps locally. This enables you to integrate Wordware's powerful AI flows directly into your local development environment, making it easier to test and develop applications that leverage Wordware's capabilities.

What's New in Version 1.1.5

- Updated to work with the new local API endpoint (http://localhost:9000/{WORDWARE_API_TOKEN})
- No need to specify APP_IDs anymore - tools are discovered automatically
- Interactive installation process with npx wordware-mcp
- Automatic Claude configuration setup
- Enhanced CLI interface with command-line argument support
- Direct specification of API key via parameters
- Improved error handling and logging
- Global installation support with simple command syntax

Installation

The easiest way to get started is using the interactive installation process with npx:

npx wordware-mcp

This will guide you through:

1. Entering your Wordware API key
2. Setting up Claude configuration (optional)

The npx command will:

- Prompt you for configuration details if not provided
- Create necessary configuration files
- Set up your local environment to run Wordware apps

After running the npx command, you can start the MCP server with:

npx wordware-mcp

Permanent Installation

If you prefer to install the package permanently:

```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.