What is the Tabula MCP MCP server?
Bar-first MCP server for Tabula chart authoring, PNG rendering, and editor handoff.
How to install Tabula MCP
Copy-paste configuration for popular MCP clients.
AuthorizationsecretOptional Bearer token for authenticated Tabula users. Recommended source: https://www.tabula.click/docs/tabula-mcp/connect
X-Tabula-Guest-SessionOptional guest session identifier to preserve guest quota state across remote requests.
X-Tabula-ApprovalOptional explicit approval signal for mutating tools when approval enforcement is enabled.
{
"mcpServers": {
"tabula-mcp": {
"url": "https://www.tabula.click/api/mcp/stream"
}
}
}{
"mcpServers": {
"tabula-mcp": {
"serverUrl": "https://www.tabula.click/api/mcp/stream"
}
}
}{
"servers": {
"tabula-mcp": {
"type": "http",
"url": "https://www.tabula.click/api/mcp/stream"
}
}
}{
"mcpServers": {
"tabula-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.tabula.click/api/mcp/stream"
]
}
}
}claude mcp add --transport http tabula-mcp https://www.tabula.click/api/mcp/streamRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.