MCP.so
Sign In

Floogic MCP Server

@adriamarti

About Floogic MCP Server

No overview available yet

Basic information

Category

Other

Runtime

node

Transports

stdio

Publisher

adriamarti

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

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 Floogic MCP Server?

Floogic MCP Server is an MCP server that provides a tool to create events in Google Calendar. It is intended for developers who use MCP clients like Cursor and need to integrate calendar scheduling into their workflows.

How to use Floogic MCP Server?

Install dependencies with yarn install and build the project with yarn build. Then configure the server in ~/.cursor/mcp.json by setting the environment variables GOOGLE_CALENDAR_PRIVATE_KEY and GOOGLE_CALENDAR_CLIENT_EMAIL. Once configured, the createGoogleCalendarEvent tool is available.

Key features of Floogic MCP Server

  • Integrates with Google Calendar to create events.
  • Implements the standard MCP protocol.
  • Accepts ISO 8601 start and end times.
  • Secures credentials via environment variables.
  • Uses Node.js and TypeScript.

Use cases of Floogic MCP Server

  • Schedule client appointments directly from an editor.
  • Automate calendar event creation in AI-assisted workflows.
  • Add events with client name, email, and context.
  • Manage Google Calendar events without leaving the development environment.

FAQ from Floogic MCP Server

What are the prerequisites for using Floogic MCP Server?

Node.js 18 or higher and a Google Calendar Service Account with its private key and client email.

How do I configure the Google Calendar credentials?

Set the environment variables GOOGLE_CALENDAR_PRIVATE_KEY and GOOGLE_CALENDAR_CLIENT_EMAIL in the MCP server configuration file.

What parameters does the createGoogleCalendarEvent tool require?

It requires start and end (ISO 8601 dates), cliente (client name), email (client email), and contexto (additional context).

Comments

More Other MCP servers