Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tikz

FreeNot checked

Tikz — Model Context Protocol server

GitHubEmbed

About

Tikz — Model Context Protocol server

README

TikZ图表渲染MCP服务器,将TikZ代码转换为图片。

功能特性

  • 渲染TikZ图表为PNG图片
  • 支持数学公式、流程图、技术图表
  • 兼容Cherry Studio客户端

安装要求

必需依赖

  1. Python 3.10+
  2. TeX Live (包含xelatex)
  3. ImageMagick (包含convert命令)
  4. 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配置

  1. 打开Cherry Studio设置
  2. 找到MCP Servers部分
  3. 添加新服务器,使用以下配置:
{
  "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

from github.com/ChaNg1o1/tikz-mcp-server

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-server

FAQ

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

Compare Tikz with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs