MCP server for Timergy - create scheduling polls, vote, and finalize from AI agents like Claude, GPT, and Gemini. No authentication required.
MCP server for Timergy - create scheduling polls, vote, and finalize from AI agents like Claude, GPT, and Gemini. No authentication required. The timergy mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 8 defined tools rather than through you.
Timergy is a scheduling poll service (like Doodle or When2Meet). You create a poll with time slot options, share it with participants, everyone votes on their availability, and you pick the best time.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
Method — EndpointPOST — /api/open/pollsGET — /api/open/polls/:idcreate_poll — Returns: poll URL (to share), passphrase (for admin access), option IDsget_poll — Get poll details and time slot options (no votes). Use this to retrieve option IDs before voting or finalizingvote_on_poll — Submit votes on a poll. Each vote maps a time slot to yes/maybe/noget_results — The get_results tool exposed by this serverfinalize_poll — Lock in the winning time slot. Notifies participants who provided an emailYou will need one environment variable: TIMERGY_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Timergy's toolset — Method, POST, GET and 5 more — is a fair guide to whether it matches your workflow. It is maintained by timergy-app; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Method | Endpoint |
| POST | /api/open/polls |
| GET | /api/open/polls/:id |
| create_poll | Returns: poll URL (to share), passphrase (for admin access), option IDs. |
| get_poll | Get poll details and time slot options (no votes). Use this to retrieve option IDs before voting or finalizing. |
| vote_on_poll | Submit votes on a poll. Each vote maps a time slot to yes/maybe/no. |
| get_results | The get_results tool exposed by this server. |
| finalize_poll | Lock in the winning time slot. Notifies participants who provided an email. |
{
"mcpServers": {
"timergy": {
"command": "npx",
"args": ["@timergy/mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| TIMERGY_API_URL | Endpoint or connection string the server talks to. | Yes |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.