- Explore MCP Servers
- mcp-server-tembo
Mcp Server Tembo
What is Mcp Server Tembo
mcp-server-tembo is an MCP server designed for the Tembo Cloud platform API, enabling seamless integration and interaction with the cloud services provided by Tembo.
Use cases
Use cases for mcp-server-tembo include developing applications that require cloud-based functionalities, automating tasks using the Tembo Cloud API, and integrating cloud services into existing workflows.
How to use
To use mcp-server-tembo, you can install it via Smithery by running a specific command or clone the repository and set it up locally. You will need to configure the server with your Tembo API key and load the JSON configuration into Claude Desktop.
Key features
Key features include easy installation via Smithery, local setup options, and compatibility with Claude Desktop. It allows users to interact with the Tembo Cloud API efficiently.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Mcp Server Tembo
mcp-server-tembo is an MCP server designed for the Tembo Cloud platform API, enabling seamless integration and interaction with the cloud services provided by Tembo.
Use cases
Use cases for mcp-server-tembo include developing applications that require cloud-based functionalities, automating tasks using the Tembo Cloud API, and integrating cloud services into existing workflows.
How to use
To use mcp-server-tembo, you can install it via Smithery by running a specific command or clone the repository and set it up locally. You will need to configure the server with your Tembo API key and load the JSON configuration into Claude Desktop.
Key features
Key features include easy installation via Smithery, local setup options, and compatibility with Claude Desktop. It allows users to interact with the Tembo Cloud API efficiently.
Where to use
undefined
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Tembo MCP Server
An MCP server for the Tembo Cloud platform API
Installation
Installing via Smithery
To install Tembo Cloud API for Claude Desktop automatically via Smithery:
npx -y @smithery/cli install @tembo-io/mcp-server-tembo --client claude
Locally
- Clone this repo
git clone https://github.com/tembo-io/mcp-server-tembo.git
-
Download Claude Desktop
-
Load the below tembo mcp server json config into Claude Desktop (open claude desktop > click settings > developer)
[!NOTE]
You will need to generate a API key for Tembo Cloud
{
"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"
]
}
}
}
Hosted version
Coming soon.
Development
pnpm run build
node index.js
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










