MCP.so
Sign In

MCP from API Definition for Timefold Quickstarts

@TomCools

About MCP from API Definition for Timefold Quickstarts

An example of an MCP server for quickstarts of Timefold

Basic information

Category

Developer Tools

License

Apache-2.0

Runtime

java

Transports

stdio

Publisher

TomCools

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "Timefold-mcp-quickstarts": {
      "command": "jbang",
      "args": [
        "be.tomcools:timefold-mcp-for-quickstarts:1.0.0-SNAPSHOT:runner"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is MCP from API Definition for Timefold Quickstarts?

This repository contains the code for an MCP server which allows you to modify certain aspects of the Timefold Quickstarts. It uses a barebones Quarkus setup with simple tool endpoints and a generated API client from the OpenAPI Spec.

How to use MCP from API Definition for Timefold Quickstarts?

Add the provided JSON configuration to your MCP client (e.g., Claude desktop) using the JBang command shown in the Run Config section.

Key features of MCP from API Definition for Timefold Quickstarts

  • Simple tool endpoints for use by MCP clients
  • Generated API client from OpenAPI Spec
  • Barebones Quarkus setup

Use cases of MCP from API Definition for Timefold Quickstarts

FAQ from MCP from API Definition for Timefold Quickstarts

Does this work with the default Timefold Quickstarts?

No. This repository requires a special branch of the quickstarts and is considered more as a project for inspiration.

What architecture does the server use?

A barebones setup using Quarkus with simple tool endpoints and a generated API client from the OpenAPI Spec.

How do I run the server with Claude?

Add the following configuration to your Claude configuration file:

{
  "mcpServers": {
    "Timefold-mcp-quickstarts": {
      "command": "jbang",
      "args": [
        "be.tomcools:timefold-mcp-for-quickstarts:1.0.0-SNAPSHOT:runner"
      ]
    }
  }
}

Comments

More Developer Tools MCP servers