tesserae-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tesserae-mcpBuild a dashboard with weather widget for NYC and show preview"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
tesserae-mcp (moved)
This repository has moved into the main Tesserae repo. Development now happens atdmellok/tesserae → packages/tesserae-mcp.
This repo is archived and read-only; it is kept only so existing installs and pinned
tags keep resolving. It will not receive further updates.
Install
pip install tesserae-mcpIt is published to PyPI from the monorepo. To install from source:
pip install "git+https://github.com/dmellok/tesserae#subdirectory=packages/tesserae-mcp"Related MCP server: Excalidraw MCP Server
What it is
The stdio MCP bridge that lets an AI agent (Claude
Code / Desktop, Codex, Cursor, or any MCP client) build Tesserae canvas dashboards:
it lists your widgets and devices, lays out a canvas, renders a preview to check its own
work, and pushes to a panel. It is a thin client over a running Tesserae's /api/mcp
HTTP surface, so the rendering, widgets, and devices come from your own instance.
Docs
MCP servers (install & configure): https://docs.tesserae.ink/dev/mcp-servers/
Build dashboards with AI: https://docs.tesserae.ink/dev/mcp/
Why it moved
The bridge is a thin client over Tesserae's /api/mcp surface, so keeping it in the same
repo holds its tool list and doc-shape in lockstep with the server and tests both in one
CI run. It still ships a thin wheel (stdlib plus the mcp SDK only), so an agent-machine
install stays light.
Existing pip install git+https://github.com/dmellok/tesserae-mcp commands and the v*
tags in this repo continue to work but are frozen. Switch to pip install tesserae-mcp
to track new releases.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables AI agents to programmatically control a live Excalidraw canvas through element-level CRUD operations and real-time synchronization. It allows agents to iteratively build, inspect, and refine diagrams while providing visual feedback via screenshots and scene descriptions.Last updated1,985MIT
- Alicense-qualityDmaintenanceEnables AI agents to programmatically control a live Excalidraw canvas with element-level CRUD operations and real-time synchronization. It supports iterative diagramming through scene descriptions, screenshots, and advanced layout tools for collaborative AI-human workflows.Last updated1,985MIT
- AlicenseAqualityDmaintenanceEnables AI agents to manage routes on the Design Canvas infinite canvas app, including adding, removing, listing routes, and capturing screenshots of the canvas.Last updated428MIT
- Alicense-qualityBmaintenanceEnables AI agents to compose and edit dashboards through MCP tools, allowing them to manage tabs, widgets, layout, and data bindings via a unified control plane.Last updated8MIT
Related MCP Connectors
Build and run visual creative-production workflows from your AI agent.
Generate images, GIFs, and PDFs from HTML, URLs, or templates — from your AI agent.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmellok/tesserae-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server