Holaspirit MCP Server

Holaspirit MCP Server

提供与MCP兼容的Holaspirit API访问,允许AI助手通过标准化接口与组织数据(如任务、圈子、角色和会议)进行交互。

通信
TypeScript
访问服务器

Tools

list_tasks

List all tasks in the organization

list_metrics

List all metrics in the organization

list_circles

List all circles in the organization

get_circle

Get details of a specific circle

list_roles

List all roles in the organization

get_role

Get details of a specific role

list_domains

List all domains in the organization

list_policies

List all policies in the organization

list_meetings

List all meetings in the organization

get_meeting

Get details of a specific meeting

README

holaspirit-mcp-server

smithery badge npm version

一个访问 Holaspirit APIMCP(模型上下文协议) 服务器。

该服务器提供与 MCP 兼容的 Holaspirit API 访问,允许 AI 助手通过标准化接口与您的 Holaspirit 数据进行交互。

<a href="https://glama.ai/mcp/servers/7tn35lri9w"><img width="380" height="200" src="https://glama.ai/mcp/servers/7tn35lri9w/badge" alt="Holaspirit Server MCP server" /></a>

功能

可用工具:

  • list_tasks - 列出组织中的所有任务
  • list_metrics - 列出组织中的所有指标
  • list_circles - 列出组织中的所有圈子
  • get_circle - 获取特定圈子的详细信息
  • list_roles - 列出组织中的所有角色
  • get_role - 获取特定角色的详细信息
  • list_domains - 列出组织中的所有领域
  • list_policies - 列出组织中的所有策略
  • list_meetings - 列出组织中的所有会议
  • get_meeting - 获取特定会议的详细信息

快速开始

安装

通过 Smithery 安装

要通过 Smithery 为 Claude Desktop 自动安装 holaspirit-mcp-server:

npx -y @smithery/cli install holaspirit-mcp-server --client claude

手动安装

npm install holaspirit-mcp-server

配置

  • HOLASPIRIT_API_TOKEN: 您的 Holaspirit API 令牌

用法

启动 MCP 服务器

直接启动:

npx holaspirit-mcp-server

或者,使用 node 运行已安装的模块。

编辑客户端的 MCP 配置文件 json:

...
    "lightdash": {
      "command": "npx",
      "args": [
        "-y",
        "holaspirit-mcp-server"
      ],
      "env": {
        "HOLASPIRIT_API_TOKEN": "<您的令牌>"
      }
    },
...

开发

可用脚本

  • npm run dev - 以热重载的开发模式启动服务器
  • npm run build - 构建用于生产的项目
  • npm run start - 启动生产服务器
  • npm run lint - 运行 linting 检查(ESLint 和 Prettier)
  • npm run fix - 自动修复 linting 问题
  • npm run examples - 运行示例脚本

贡献

  1. Fork 仓库
  2. 创建您的功能分支
  3. 运行测试和 linting: npm run lint
  4. 提交您的更改
  5. 推送到分支
  6. 创建 Pull Request

推荐服务器

Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Playwright MCP Server

Playwright MCP Server

提供一个利用模型上下文协议的服务器,以实现类人浏览器的自动化,该服务器使用 Playwright,允许控制浏览器行为,例如导航、元素交互和滚动。

精选
本地
TypeScript
Apple MCP Server

Apple MCP Server

通过 MCP 协议与 Apple 应用(如“信息”、“备忘录”和“通讯录”)进行交互,从而使用自然语言发送消息、搜索和打开应用内容。

精选
本地
TypeScript
contentful-mcp

contentful-mcp

在你的 Contentful Space 中更新、创建、删除内容、内容模型和资源。

精选
TypeScript
serper-search-scrape-mcp-server

serper-search-scrape-mcp-server

这个 Serper MCP 服务器支持搜索和网页抓取,并且支持 Serper API 引入的所有最新参数,例如位置信息。

精选
TypeScript
The Verge News MCP Server

The Verge News MCP Server

提供从The Verge的RSS feed获取和搜索新闻的工具,允许用户获取今日新闻、检索过去一周的随机文章,以及在最近的Verge内容中搜索特定关键词。

精选
TypeScript
@kazuph/mcp-gmail-gas

@kazuph/mcp-gmail-gas

用于 Gmail 集成的模型上下文协议 (Model Context Protocol, MCP) 服务器。它允许 Claude Desktop(或任何 MCP 客户端)通过 Google Apps Script 与您的 Gmail 帐户进行交互。

精选
JavaScript
MCP Server Trello

MCP Server Trello

通过 Trello API 促进与 Trello 看板的交互,提供速率限制、类型安全、输入验证和错误处理等功能,以实现对卡片、列表和看板活动的无缝管理。

精选
TypeScript
MCP DuckDB Knowledge Graph Memory Server

MCP DuckDB Knowledge Graph Memory Server

一个为 Claude 设计的记忆服务器,它使用 DuckDB 存储和检索知识图谱数据,从而增强了对话的性能和查询能力,并能持久保存用户信息。

精选
TypeScript