
Tembo MCP Server官方
一个 MCP 服务器,它使 Claude 能够与 Tembo Cloud 平台 API 交互,从而允许用户通过自然语言管理 Tembo Cloud 资源。
Tools
get_all_apps
Get attributes for all apps
get_app
Get the attributes of a single App
ask_tembo
Ask a question to Tembo Docs
get_instance_schema
Get the json-schema for an instance
get_all_instances
Get all Tembo instances in an organization
create_instance
Create a new Tembo instance
get_instance
Get an existing Tembo instance
delete_instance
Delete an existing Tembo instance
patch_instance
Update attributes on an existing Tembo instance
restore_instance
Restore a Tembo instance
README
<h1 align="center">Tembo MCP 服务器</h1>
<p align="center">用于 <a href="https://cloud.tembo.io">Tembo Cloud</a> 平台 API 的 MCP 服务器</p>
安装
通过 Smithery 安装
要通过 Smithery 自动为 Claude Desktop 安装 Tembo Cloud API:
npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude
本地安装
- 克隆此仓库
git clone https://github.com/tembo-io/mcp-server-tembo.git
-
将以下 tembo mcp 服务器 json 配置加载到 Claude Desktop 中(打开 claude desktop > 点击设置 > 开发者)
[!NOTE] 您需要为 Tembo Cloud 生成 API 密钥
{
"mcpServers": {
"mcp-server-tembo": {
"command": "node",
"env": {
"TEMBO_API_KEY": "your_tembo_api_key"
},
"args": ["/absolute/path/to/cloned/repo/mcp-server-tembo/dist/index.js"]
}
}
}
托管版本
即将推出。
开发
pnpm run build
node index.js
推荐服务器
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Playwright MCP Server
提供一个利用模型上下文协议的服务器,以实现类人浏览器的自动化,该服务器使用 Playwright,允许控制浏览器行为,例如导航、元素交互和滚动。
Apple MCP Server
通过 MCP 协议与 Apple 应用(如“信息”、“备忘录”和“通讯录”)进行交互,从而使用自然语言发送消息、搜索和打开应用内容。
contentful-mcp
在你的 Contentful Space 中更新、创建、删除内容、内容模型和资源。

Supabase MCP Server
一个模型上下文协议(MCP)服务器,它提供对 Supabase 管理 API 的编程访问。该服务器允许 AI 模型和其他客户端通过标准化的接口来管理 Supabase 项目和组织。
serper-search-scrape-mcp-server
这个 Serper MCP 服务器支持搜索和网页抓取,并且支持 Serper API 引入的所有最新参数,例如位置。
The Verge News MCP Server
提供从The Verge的RSS feed获取和搜索新闻的工具,允许用户获取今日新闻、检索过去一周的随机文章,以及在最近的Verge内容中搜索特定关键词。
MCP Server Trello
通过 Trello API 促进与 Trello 看板的交互,提供速率限制、类型安全、输入验证和错误处理等功能,以实现对卡片、列表和看板活动的无缝管理。
MCP DuckDB Knowledge Graph Memory Server
一个为 Claude 设计的记忆服务器,它使用 DuckDB 存储和检索知识图谱数据,从而增强了对话的性能和查询能力,并能持久保存用户信息。