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.6.tar.gz (196.9 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.6-py3-none-any.whl (32.0 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for wize_mcp-0.1.6.tar.gz
Algorithm Hash digest
SHA256 1b1562d896efcc929642839fca65e394266e5b88894cd264c1b66070774fecec
MD5 c1eab8ea49671c6e1c6965cfdbdc8a39
BLAKE2b-256 ac939c341cbacdbd25fbca9a48738ec7c0241bdeaef6905537e2acbef462a692

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wize_mcp-0.1.6-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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 b0e6a32045d5f38d52c83cf1b2d4dc427df901f811dc27d0044151bfa10fe5e3
MD5 cdb90463850defd46884ca30dd6f8510
BLAKE2b-256 d4a2813cb27cc50e1fb27ec754a1f5dee9d44260cbe0fa8727ecc7de5eebb3f5

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