T

mcp-server-tembo

...
Created 2/4/2025bytembo-io

Language:

TypeScript

Stars:

8

Forks:

4

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)

[!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
Last updated: 2/5/2025

Publisher info

tembo-io's avatar
223
followers
0
following
43
repos

More MCP servers built with TypeScript

mcp-tasks

A comprehensive and efficient MCP server for task management with multi-format support (Markdown, JSON, YAML)

By flesler
Supadata

Turn YouTube, TikTok, X videos and websites into structured data. Skip the hassle of video transcription and data scraping. Our APIs help you build better software and AI products faster.

By supadata-ai
svelte-llm

Svelte and SvelteKit documentation

By khromov