Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

mcp-server-tembo

MCP.Pizza Chef: tembo-io

The Tembo MCP Server is a lightweight MCP server that exposes the Tembo Cloud platform API, enabling LLMs to interact with Tembo's cloud services in real time. It facilitates secure, structured access to Tembo Cloud's functionalities, allowing developers to integrate cloud platform capabilities directly into AI workflows and applications. Installation is straightforward via Smithery or manual setup, supporting popular clients like Claude Desktop.

Use This MCP server To

Integrate Tembo Cloud API into LLM-powered applications Enable real-time cloud platform data access for AI models Automate cloud resource management via natural language commands Fetch and manipulate Tembo Cloud data within AI workflows Securely expose Tembo Cloud services to multiple LLM clients

README

Tembo MCP Server

An MCP server for the Tembo Cloud platform API

smithery badge

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

  1. Clone this repo
git clone https://github.com/tembo-io/mcp-server-tembo.git
  1. Download Claude Desktop

  2. Load the below tembo mcp server json config into Claude Desktop (open claude desktop > click settings > developer)

{
	"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

mcp-server-tembo FAQ

How do I install the Tembo MCP Server?
You can install it automatically using Smithery CLI or manually by cloning the GitHub repo and configuring it with Claude Desktop.
What is required to authenticate with Tembo Cloud API?
You need to generate an API key from Tembo Cloud and configure it in the MCP server settings.
Which LLM clients are compatible with the Tembo MCP Server?
It supports clients like Claude Desktop and can be integrated with other MCP-compatible clients.
Can I use the Tembo MCP Server with multiple LLM providers?
Yes, it is provider-agnostic and works with models like Claude, GPT-4, and Gemini.
Is the Tembo MCP Server secure?
Yes, it follows MCP principles for scoped, secure, and observable model interactions.
How do I update the Tembo MCP Server?
You can update it by pulling the latest changes from the GitHub repository or reinstalling via Smithery.
Does the Tembo MCP Server support real-time data access?
Yes, it provides real-time structured access to Tembo Cloud platform data for LLMs.
Where can I find documentation for the Tembo MCP Server?
Documentation is available on the GitHub repository and Tembo Cloud developer site.