Usefulapi MCP Server
Rank #62,592io.usefulapi/cronofy
MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.
Usefulapi MCP Server is a Model Context Protocol (MCP) server published by m190. It ranks #62,592 of 115,460 servers tracked on MCP Toplist. Usefulapi MCP Server is listed on Official MCP, with 1 tracked version. It was first listed on Jul 17, 2026 and most recently updated on Jul 17, 2026.
Ranks ahead of 52,868 of 115,460 servers on MCP Toplist.
Use Usefulapi MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http cronofy https://cronofy.usefulapi.io/mcp[mcp_servers.cronofy]
url = "https://cronofy.usefulapi.io/mcp"Add to ~/.codex/config.toml.
https://cronofy.usefulapi.io/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"cronofy": {
"url": "https://cronofy.usefulapi.io/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cronofy": {
"type": "http",
"url": "https://cronofy.usefulapi.io/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cronofy": {
"serverUrl": "https://cronofy.usefulapi.io/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cronofy": {
"url": "https://cronofy.usefulapi.io/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.usefulapi%2Fcronofy)<a href="https://mcptoplist.com/server/io.usefulapi%2Fcronofy"><img src="https://mcptoplist.com/badge/io.usefulapi%2Fcronofy.svg" alt="MCP Toplist: #62,592 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
m190
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jul 17, 2026 |
Frequently asked questions
- Who maintains Usefulapi MCP Server?
- Usefulapi MCP Server is maintained by m190, which publishes 99 MCP servers (99 total versions) tracked on MCP Toplist.
- Is Usefulapi MCP Server listed on the Official MCP Registry?
- Yes — Usefulapi MCP Server is listed on the Official MCP Registry.
- How many versions does Usefulapi MCP Server have?
- MCP Toplist tracks 1 version of Usefulapi MCP Server, most recently published on Jul 17, 2026.
- Where can I find the source code for Usefulapi MCP Server?
- The source code for Usefulapi MCP Server is hosted at github.com/m190/usefulapi-mcp.