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

评论

其他 分类下的更多 MCP 服务器