About
Tikz — Model Context Protocol server
README
TikZ图表渲染MCP服务器,将TikZ代码转换为图片。
功能特性
- 渲染TikZ图表为PNG图片
- 支持数学公式、流程图、技术图表
- 兼容Cherry Studio客户端
安装要求
必需依赖
- Python 3.10+
- TeX Live (包含xelatex)
- ImageMagick (包含convert命令)
- MCP库: 在虚拟环境中安装
macOS安装
# 安装TeX Live
brew install --cask mactex
# 安装ImageMagick
brew install imagemagick
# 创建虚拟环境并安装MCP库
python3 -m venv venv
source venv/bin/activate
pip install mcp
Cherry Studio配置
- 打开Cherry Studio设置
- 找到MCP Servers部分
- 添加新服务器,使用以下配置:
{
"mcpServers": {
"tikz-renderer": {
"name": "TikZ Renderer",
"type": "STDIO",
"command": "/path/to/tikz-mcp-server/venv/bin/python",
"args": ["/path/to/tikz-mcp-server/tikz_mcp_server.py"],
"env": {},
"description": "TikZ diagram renderer"
}
}
}
许可证
MIT License
Installing Tikz
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/ChaNg1o1/tikz-mcp-serverFAQ
Is Tikz MCP free?
Yes, Tikz MCP is free — one-click install via Unyly at no cost.
Does Tikz need an API key?
No, Tikz runs without API keys or environment variables.
Is Tikz hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Tikz in Claude Desktop, Claude Code or Cursor?
Open Tikz on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Tikz with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
