Tiramisu Ai Mcp Server
@rocnubie
关于 Tiramisu Ai Mcp Server
A Model Context Protocol server that exposes the canonical Tiramisu AI knowledge surface — official site information, pricing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"tiramisu-ai-mcp": {
"command": "node",
"args": [
"/absolute/path/to/tiramisu-ai-mcp/src/index.mjs"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Tiramisu Ai Mcp Server?
A Model Context Protocol (MCP) server that exposes the canonical Tiramisu AI knowledge surface—official site information, pricing, FAQ, and links—to MCP‑compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. It is read‑only, requires no API keys, has no quota, and cold starts in ~50 ms.
How to use Tiramisu Ai Mcp Server?
Install via Smithery (e.g., npx -y @smithery/cli install tiramisu-ai-mcp --client claude) or clone the source repository and configure it in your MCP client’s configuration file (e.g., claude_desktop_config.json or mcp.json). Once running, the server provides three tools (get_site_overview, get_pricing, get_official_links) and four resources (site://tiramisu-ai/overview, site://tiramisu-ai/pricing, site://tiramisu-ai/faq, site://tiramisu-ai/links) for AI assistants to retrieve authoritative information about Tiramisu AI.
Key features of Tiramisu Ai Mcp Server
- Exposes Tiramisu AI’s official site overview, pricing, and links as MCP resources and tools.
- Zero‑config, read‑only server with no API keys or quotas needed.
- ~50 ms cold start and uses stdio transport.
- Compatible with Claude Desktop, Cursor, Windsurf, and Continue.
- Provides two prompts:
tell_me_about_tiramisu_aiandwalk_me_through_tiramisu_ai. - Written in Node.js (>=18) and licensed under MIT.
Use cases of Tiramisu Ai Mcp Server
- Allow an AI assistant to answer user questions about Tiramisu AI’s pricing, features, and official links without browsing the website.
- Integrate authoritative Tiramisu AI knowledge into automated workflows for customer support or content generation.
- Enable developers to provide accurate, up‑to‑date information about Tiramisu AI inside their own MCP‑enabled applications.
FAQ from Tiramisu Ai Mcp Server
Does this server require an API key?
No. The server is fully local and requires no API keys, authentication, or quota.
What transport does it use?
It uses the stdio transport (standard input/output).
Is the server read‑only?
Yes. All tools and resources are read‑only; the server never modifies any data.
What are the system requirements?
Node.js version 18 or higher is required.
How do I install it?
You can install it via Smithery (npx -y @smithery/cli install tiramisu-ai-mcp --client claude) or clone the GitHub repository and run pnpm install and pnpm start.
开发工具 分类下的更多 MCP 服务器
OpenSumi
opensumiA framework helps you quickly build AI Native IDE products. MCP Client, supports Model Context Protocol (MCP) tools via MCP server.
FastAPI-MCP
tadata-orgExpose your FastAPI endpoints as Model Context Protocol (MCP) tools, with Auth!
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
mcp-excalidraw
yctimlinMCP server and Claude Code skill for Excalidraw — programmatic canvas toolkit to create, edit, and export diagrams via AI agents with real-time canvas sync.
Minecraft MCP Server
yuniko-softwareA Minecraft MCP Server powered by Mineflayer API. It allows to control a Minecraft character in real-time, allowing AI assistants to build structures, explore the world, and interact with the game environment through natural language instruction
评论