Apple Calendars
Provides a TypeScript-based server for reading, creating, updating, and deleting macOS calendar even...
Open the FastMCP connection interface
- Click the "Install Now" button to open the FastMCP ENV / connection configuration dialog.
Add the Calendar API Bridge URL
- Key:
CALENDAR_API_BRIDGE_URL - Value (if the bridge runs on the same Mac as FastMCP):
http://localhost:8080 - If the bridge runs on another machine, replace
localhostwith that machine's IP, e.g.http://192.168.1.42:8080.
- Key:
(Optional) Add the port separately if your FastMCP UI has a port field
- Key:
CALENDAR_API_BRIDGE_PORT - Value:
8080
- Key:
If the Calendar API Bridge requires authentication (only if your Bridge docs/state one exists)
- Add a secret token variable in FastMCP: Key:
CALENDAR_API_BRIDGE_TOKEN - Value: the token obtained from your Calendar API Bridge installation (follow the Bridge’s README to obtain this token).
- Add a secret token variable in FastMCP: Key:
How to find the host IP on macOS (if the bridge is on another Mac)
- In Terminal on the bridge machine run:
- Wired or primary interface:
ipconfig getifaddr en0 - Or list addresses:
ifconfig | grep "inet " | grep -v 127.0.0.1
- Wired or primary interface:
- Use the returned IP in
CALENDAR_API_BRIDGE_URL(e.g.http://<IP>:8080).
- In Terminal on the bridge machine run:
Verify the Calendar API Bridge is reachable before saving
- From the machine running FastMCP (or from the FastMCP UI test button), run:
curl -I http://localhost:8080/(orhttp://<IP>:8080/if remote)
- Expect an HTTP 200 or any non-error response indicating the bridge is listening on port 8080.
- From the machine running FastMCP (or from the FastMCP UI test button), run:
Save the ENV values in the FastMCP interface
- Click Save / Confirm in the FastMCP connection dialog after entering the keys and values.
Start the MCP server and confirm integration
- Start the MCP server (on the MCP Apple Calendars repository):
npm start - Check the MCP server logs for successful connection messages or for errors indicating an incorrect URL/port or missing token; if there are issues, re-open the FastMCP connection interface and correct the values.
- Start the MCP server (on the MCP Apple Calendars repository):
Troubleshooting
- If
curlfails, ensure the Calendar API Bridge is running on the target Mac and listening on port 8080. - If the bridge’s README mentions a different port or an API token, update
CALENDAR_API_BRIDGE_URL/CALENDAR_API_BRIDGE_PORTand addCALENDAR_API_BRIDGE_TOKENaccordingly in the FastMCP interface.
- If
Quick Start
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Run MCP servers without
local setup or downtime
Access to 1,000+ ready-to-use MCP servers
Skip installation, maintenance, and trial-and-error.
No local setup or infra
Run MCP servers without Docker, ports, or tunnels.
Always online
Your MCP keeps working even when your laptop is off.
One secure URL
Use the same MCP from any agent, anywhere.
Secure by default
Encrypted connections. Secrets never stored locally.
Configuration for
Environment Variables
Please provide values for the following environment variables:
HTTP Headers
Please provide values for the following HTTP headers:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Productivity
View All →Task Master
Task Master is an AI-powered task management system designed for development projects using Claude and Cursor AI. It helps break down product requirements into clear, manageable tasks, supports multiple AI models for main, research, and fallback roles, and enables seamless task planning, implementation, and research within your editor environment. With support for Claude Code CLI and integration across popular editors, Task Master streamlines project workflows by guiding you through parsing PRDs, generating tasks, and staying updated with best practices - all while enhancing productivity in AI-driven software development.
Notion
Unlock powerful AI-driven interactions with Notion data using our MCP server tailored for the Notion API. This project enables advanced AI agents to efficiently read, comment, and organize Notion content while optimizing token use. It supports key operations like searching, page creation, and content retrieval, allowing seamless natural language commands to manage your workspace. Designed with security in mind, it provides scoped access options to protect your data. Ideal for developers building intelligent applications that integrate deeply with Notion, it simplifies complex tasks and enhances productivity through AI automation.
Excel
Unlock powerful Excel automation with this MCP server that reads and writes Excel files effortlessly. It supports text, formulas, sheet creation, and works with XLSX, XLSM, XLTX, and XLTM formats. Windows users benefit from live editing and screen capture features. The server offers tools to describe sheets, read cell ranges with pagination, write values or formulas, create tables, and copy sheets. Configurable paging limits help manage large data efficiently. Designed for seamless Excel data manipulation, it enhances workflow automation and integration with other systems through the Model Context Protocol.
TaskManager
Manage and execute tasks efficiently with MCP TaskManager in a queue-based system. This server supports planning by accepting and organizing task lists, and execution by delivering tasks one at a time with feedback on completion. It tracks tasks via unique IDs, ensuring smooth workflow coordination through clear stages: planning, executing, and completing. Designed for integration with MCP clients like Claude Desktop, TaskManager simplifies complex task handling and improves automation by providing structured task queues and real-time updates. Its straightforward action parameters allow easy control over task flow, making it a powerful tool for effective task management.
More for API Development
View All →Sentry
Streamline Sentry API integration with this remote MCP server middleware prototype. sentry-mcp acts as a bridge between clients and Sentry, supporting flexible transport methods and offering tools like the MCP Inspector for easy service testing. Inspired by Cloudflare’s remote MCP initiative, it helps developers adapt and debug workflows, making Sentry interaction smoother for both cloud and self-hosted environments.