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
Tembo Cloud API
Project Details
- tembo-io/mcp-server-tembo
- MIT License
- Last Updated: 3/21/2025
Recomended MCP Servers
An interactive chat interface that combines Ollama's LLM capabilities with PostgreSQL database access through the Model Context Protocol...
solana mcp sever to enable solana rpc methods
MCP server for long term agent memory with Mem0. Also useful as a template to get you started...
A Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing...
This is a repository to experiment with MCP for security
Elasticsearch MCP server with available features including mappings management, search and indexing, and index management etc.
Model Context Protocol (MCP) server for @glideapps API
A NL2SQL plugin based on FocusSearch keyword parsing, offering greater accuracy, higher speed, and more reliability!
This MCP server provides tools for interacting with Cloudflare Browser Rendering, allowing you to fetch and process web...
JIRA integration server for Model Context Protocol (MCP) - enables LLMs to interact with JIRA tasks and workflows
MCP server for Directus API integration
A Model Context Protocol server for searching and analyzing arXiv papers





