Skip to main content

MCP integration for Workwize

Project description

Workwize MCP Server

An MCP server implementation for the Workwize Public API.

Features

  • Access to Workwize Public API through MCP tools
  • Secure API token handling
  • Easy to extend with new tools

Requirements

  • Python 3.11+
  • uv 0.6.9+

You can follow the uv installation instruction here.

You will also need an MCP client. You can, for example, use Claude Desktop.

Setup

First of all, you will need to create a Workwize API token. You can do so by going to your account page and generating an API token at the bottom of the page.

Workwize API token

Then, once you have uv installed and your token generated, you can open Claude Desktop or your preferred MCP client and add the following server:

{
    "mcpServers": {
        "wize-mcp": {
            "args": [
                "wize-mcp"
            ],
            "command": "uvx",
            "env": {
                "WORKWIZE_API_TOKEN": "your-token-here"
            }
        }
    }
}

To add a server in Claude Desktop, you can open the Settings menu and click on the "Developer" tab. Then, click on "Get started" and paste the above JSON.

Developer tab on Claude Desktop

Make sure to replace your-token-here with your actual Workwize API token.

Then, restart Claude Desktop or your preferred MCP client to load the configuration.

Finally, verify the MCP server is working by looking for the hammer icon in the Claude interface.

Tools on Claude Desktop

Troubleshooting

If the command uvx is not found it may have been installed in a different directory. You can check the installation directory with which uvx and use that path instead:

{
    "mcpServers": {
        "wize-mcp": {
            "args": [
                "wize-mcp"
            ],
            "command": "/Users/username/.local/bin/uvx",
            "env": {
                "WORKWIZE_API_TOKEN": "your-token-here"
            }
        }
    }
}

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wize_mcp-0.1.4.tar.gz (197.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wize_mcp-0.1.4-py3-none-any.whl (32.0 kB view details)

Uploaded Python 3

File details

Details for the file wize_mcp-0.1.4.tar.gz.

File metadata

  • Download URL: wize_mcp-0.1.4.tar.gz
  • Upload date:
  • Size: 197.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.9

File hashes

Hashes for wize_mcp-0.1.4.tar.gz
Algorithm Hash digest
SHA256 43ad2869aa4586173e0e2f8ecfb2f9261d7b58fbcaf6e24a73696f92cc29b3f8
MD5 aa49af66d42708480c7caa1075c60fe8
BLAKE2b-256 83f367b1fd8aff37f5fff83c17d365eb39ef7ae4e777d8369917a5af782a69ca

See more details on using hashes here.

File details

Details for the file wize_mcp-0.1.4-py3-none-any.whl.

File metadata

  • Download URL: wize_mcp-0.1.4-py3-none-any.whl
  • Upload date:
  • Size: 32.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.9

File hashes

Hashes for wize_mcp-0.1.4-py3-none-any.whl
Algorithm Hash digest
SHA256 ab917e79d587225efbd0b388bc98d47208d126f0bf4666680f81468936073b67
MD5 8af7cfb6e2cb0f70437195cb48159615
BLAKE2b-256 08820c00659b7288f9a502a8078a94b611322390790615c0e92661eef8e729ea

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page