Back to Apps

TCL MCP Server
by cyberdione
Execute TCL scripts and manage MCP tool ecosystems with a memory-safe Rust-based runtime.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
The TCL MCP Server allows AI agents to execute TCL scripts and orchestrate other MCP servers. It provides a dual-runtime approach, offering a memory-safe sandboxed environment (Molt) for secure data processing and a full TCL runtime for advanced system administration.
Tools
- bin__tcl_execute: Executes TCL scripts with intelligent safety controls.
- sbin__tcl_tool_add: Programmatically creates custom tools within the server.
- sbin__mcp_add: Adds and manages external MCP servers from within the session.
- bin__list_tools: Lists available tools based on namespaces and filters.
- docs__molt_book: Provides direct access to TCL/Molt documentation.
Installation
Install via Cargo:
cargo install tcl-mcp-server
Claude Desktop Config:
{
"mcpServers": {
"tcl": {
"command": "tcl-mcp-server",
"args": ["--runtime", "molt", "--privileged"]
}
}
}
Supported hosts
- claude
Quick install
cargo install tcl-mcp-serverInformation
- Pricing
- free
- Published
- 5/19/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"tcl": {
"command": "tcl-mcp-server",
"args": ["--runtime", "molt", "--privileged"]
}
}
}





