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 MCP server that provides LLMs access to other LLMs
BurpSuite MCP Server: A powerful Model Context Protocol (MCP) server implementation for BurpSuite, providing programmatic access to Burp's...
MCP Server implementation for Ableton Live OSC control
An official Qdrant Model Context Protocol (MCP) server implementation
Yuque mcp server
Hacker news MCP server
MCP tool to allow multiple chains of thought
Ever been told to RTFM only to find there is no FM to R? MCP-RTFM helps you CREATE...
This project implements a Model Context Protocol (MCP) server for interacting with the Semantic Scholar API. It...