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
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"
]
}
}
}
More Developer Tools MCP servers
test
prysmaticlabsGo implementation of Ethereum proof of stake
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs

Sentry
modelcontextprotocolModel Context Protocol Servers
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
Comments