MCP.so
ログイン

Floogic MCP Server

@adriamarti

Floogic MCP Server について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

adriamarti

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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).

コメント

「その他」の他のコンテンツ