- Explore MCP Servers
- timetime-mcp
Timetime Mcp
What is Timetime Mcp
timetime-mcp is a simple MCP server designed to allow agents to create a TimeTime client, facilitating integration with TimeTime’s API.
Use cases
Use cases include creating chatbots that can handle bookings, developing applications that require real-time scheduling, and building tools that interact with TimeTime’s API for various functionalities.
How to use
To use timetime-mcp, clone the repository from GitHub, navigate to the directory, and install the necessary dependencies using npm. Configure your command node to point to the server’s index.js file and ensure the server is running.
Key features
Key features include a Model Context Protocol (MCP) server for TimeTime integration, tools for API documentation and interaction, support for various API endpoints, and assistance for AI agents in building TimeTime applications.
Where to use
timetime-mcp can be used in fields such as chatbot development, booking systems, and any application requiring integration with TimeTime’s API.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Timetime Mcp
timetime-mcp is a simple MCP server designed to allow agents to create a TimeTime client, facilitating integration with TimeTime’s API.
Use cases
Use cases include creating chatbots that can handle bookings, developing applications that require real-time scheduling, and building tools that interact with TimeTime’s API for various functionalities.
How to use
To use timetime-mcp, clone the repository from GitHub, navigate to the directory, and install the necessary dependencies using npm. Configure your command node to point to the server’s index.js file and ensure the server is running.
Key features
Key features include a Model Context Protocol (MCP) server for TimeTime integration, tools for API documentation and interaction, support for various API endpoints, and assistance for AI agents in building TimeTime applications.
Where to use
timetime-mcp can be used in fields such as chatbot development, booking systems, and any application requiring integration with TimeTime’s API.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
TimeTime MCP Server
This is a simple MCP server that allows your agent to create a TimeTime client.
Getting started
Clone this repo
git clone https://github.com/your-username/timetime-mcp.git
cd timetime-mcp
npm ci
Usage with cursor
This is a “node” command. We already ship the /dist folder with all the required stuff.
Open cursor settings

Add a new mcp
- Type: command
- Command node
<path-to-the-repo>/dist/index.js

To get the path of the repo just type pwd in the terminal:
Usually you’ll get something like:
/Users/your-username/Workspace/timetime/timetime-mcp
In our case:
/Users/iagolast/Workspace/timetime/timetime-mcp/dist/index.js
Enjoy!
If you see a green dot it means that the server is up and running.

The MPC server is installed. You will need an api key to do actual server requests.
Features
This can generate booking systems using TimeTime’s API. For example a chatbot

- Provides a Model Context Protocol (MCP) server for TimeTime integration
- Includes tools for API documentation and interaction
- Supports various API endpoints for TimeTime functionality
- Helps AI agents build TimeTime applications
API Tools
The MCP server exposes several tools to help agents work with the TimeTime API:
start: Get an overview of the tool and how to interact with itgetMetaInfo: List all available API endpointsgetAuthInfo: Get authentication informationgetEndpointDocs: Detailed documentation for specific endpointsgetCodeSample: Code examples for consuming endpointsgetErrorCodes: Information about possible error responsesgetSchemaDefinition: Details about domain objectsrun: Execute API calls directly
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










