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.5.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.5-py3-none-any.whl (32.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: wize_mcp-0.1.5.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.5.tar.gz
Algorithm Hash digest
SHA256 344d69d5ab70ae8e24ea6883b94aa5106a709912173942b9085f06237d6e8052
MD5 e971c988f588f717de2f79458528fad3
BLAKE2b-256 8ab733b7321a32afab51c688fa09a554b8133eed61804965534c14976e94bd42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: wize_mcp-0.1.5-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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e8e6c4b230eaa670d59c1e993f6b7f8b9ffbea13a4ee8d0d295546078c0a1795
MD5 e58bed1a0621c0ae5ed37549705023a3
BLAKE2b-256 1d956d36a4bde1fb7f261e8c83055cda256de38728890a0c9121181c0486a9af

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